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
- The session stays up after you close the laptop.
- You run a command or a script on the other machine.
- You move a file, a log, or a screenshot through the same program.
- On a Mac or Windows desktop, you can see the screen and click.
- An agent can do those same things. Claude, Codex, and OpenCode have a skill in the repo.
Install
One path. Then check that it works.
Linux and Mac
curl -fsSL https://raw.githubusercontent.com/MindDragonLabs/BridgeSessions/main/scripts/install.sh | bashWindows
irm https://raw.githubusercontent.com/MindDragonLabs/BridgeSessions/main/scripts/install.ps1 | iexThen
bs --versionBuilds for Linux x86_64, Mac Apple silicon, Windows x86_64. Get them from the GitHub release. Next steps live on the install page.