Skip to content

Releases: MindDragonLabs/BridgeSessions

BridgeSessions 26.08.12-beta3

Pre-release

Choose a tag to compare

@MindDragonLabs MindDragonLabs released this 12 Aug 15:52

26.08.12-beta3

Windows CUA (GDI BMP, single-helper, token ACL), tray services, interactive shell exit handling, stable macOS TCC codesign identity, static Linux dist for older glibc hosts, and mesh auto-upgrade for peers that return online after a fleet cut.

Binaries

  • bridgesessions-linux-x86_64 — static (libc only)
  • bridgesessions-macos-arm64 — Developer ID signed (com.minddragon.bridgesessions)
  • bridgesessions-windows-x86_64.exe — MinGW static PE

Upgrade

bridgesessions upgrade
# or fleet
bridgesessions upgrade --all

Peers that were offline pick up upgrades automatically when they reconnect (mesh.auto_upgrade, default on).

BridgeSessions 26.08.06-beta1

Pre-release

Choose a tag to compare

@MindDragonLabs MindDragonLabs released this 07 Aug 14:38

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 | bash

Or 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 directorybs fleet for 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