Skip to content
BridgeSessions

2026.08.24-beta7

One program.
Every computer you already have.

You and your AI agent use the same tool to work on another machine. Open a terminal. Leave the job running when you disconnect. Send a file back. Look at the screen. Click if you have to.

A few machines means a pile of tools. A remote terminal. Something to keep the session alive. Something to copy files. Something else for Windows. Your agent is stuck on its own computer the second the real work is somewhere else.

SSH is fine. This is the extra layer: sessions, files, desktop, agents, mixed OS. Run this over there. Keep it alive. Move the file. Show me the screen. Click that. Bring it back.

What it does

Install

One path. Then check that it works.

Linux and Mac

curl -fsSL https://raw.githubusercontent.com/MindDragonLabs/BridgeSessions/main/scripts/install.sh | bash

Windows

irm https://raw.githubusercontent.com/MindDragonLabs/BridgeSessions/main/scripts/install.ps1 | iex

Then

bs --version

Builds for Linux x86_64, Mac Apple silicon, Windows x86_64. Get them from the GitHub release. Next steps live on the install page.