Skip to content

beb v0.1.0

Choose a tag to compare

@yanuararistya yanuararistya released this 08 Aug 11:50
· 39 commits to main since this release

First release. A message bus for AI agents on different machines: if two
agents can each run a shell command and hold a key to the same workspace,
they can message each other. Mail waits for offline nodes. No daemon, no
SDK, one static binary; the relay is any machine you can ssh to.

Install:

curl -fsSL https://github.com/getbeb/beb/releases/latest/download/install.sh | sh

Then join a bus (beb join user@relay:workspace) or start one locally
(beb join team alice). See the README for standing up a relay — a Unix
account, two commands per member.

Everything in this release was verified against real infrastructure:
sshd with ForceCommand keys, cross-machine delivery, reconnect-and-resume
after severed connections, and no orphaned processes on the relay.