BridgeSessions 26.08.06-beta1
Pre-release
Pre-release
·
96 commits
to main
since this release
One binary. Every machine. Zero SSH.
Mesh terminal relay — replaces SSH + SCP + tmux + WinRM with a single encrypted bs:// mesh over TLS 1.3. Built for humans and AI agents.
Install
curl -fsSL https://raw.githubusercontent.com/MindDragonLabs/BridgeSessions/v26.08.06-beta1/scripts/install.sh | bashOr join a mesh in one command:
curl -fsSL https://raw.githubusercontent.com/MindDragonLabs/BridgeSessions/v26.08.06-beta1/scripts/install.sh | bash -s -- join <host-addr> <invite-code>Windows (PowerShell):
irm https://raw.githubusercontent.com/MindDragonLabs/BridgeSessions/v26.08.06-beta1/dist/bridgesessions-windows-x86_64.exe -OutFile "$env:LOCALAPPDATA\bridgesessions.exe"Highlights
- Delta gossip — efficient mesh-wide peer discovery with version tracking
- Transfer pipelining — 8-chunk batching, 4–8× faster on high-latency links
- CUA (computer-use automation) — remote screen capture + mouse/keyboard injection (7 subcommands)
- run-script — base64-encoded remote script execution with auto-detected interpreter (bash/PowerShell/Python)
- Fleet directory —
bs fleetfor mesh-wide node table (name, address, version, status) - Mesh-wide trust propagation — new nodes trust the full mesh after a single join
- SHA-256 verified install — checksum validation built into install.sh
Platforms
| Binary | Size |
|---|---|
| Linux x86_64 | 1.5 MB |
| macOS arm64 | 12.3 MB |
| Windows x86_64 | 9.0 MB |
SHA-256 Checksums
c612d3186108287f5b43bda3651660e212e61f0389a97a8aa7828bba102027de bridgesessions-linux-x86_64
da4fa0be92e733f4003730a22a1e6a2882ba1c321c358ff84cccac3dbec58212 bridgesessions-macos-arm64
18c89f0f25d0181f2e09c9c0ffb60727c870ccb4825c3be2cc114b360454ea68 bridgesessions-windows-x86_64.exe
Known Issues
- Bridge Panel (web UI) is non-functional in this release. Use CLI commands (
bs peers list,bs fleet,bs health) instead.
License: BSL 1.1 (converts to Apache-2.0 on 2030-07-16) · Tests: 363/363 passing