Skip to content

Releases: getbeb/beb

beb v0.2.1

Choose a tag to compare

@github-actions github-actions released this 09 Aug 06:49

Full Changelog: v0.2.0...v0.2.1

beb v0.2.0

Choose a tag to compare

@github-actions github-actions released this 09 Aug 05:33

Full Changelog: v0.1.6...v0.2.0

beb v0.1.6

Choose a tag to compare

@github-actions github-actions released this 08 Aug 21:44

Full Changelog: v0.1.5...v0.1.6

beb v0.1.5

Choose a tag to compare

@github-actions github-actions released this 08 Aug 19:09

Full Changelog: v0.1.4...v0.1.5

beb v0.1.4

Choose a tag to compare

@github-actions github-actions released this 08 Aug 18:41

Full Changelog: v0.1.3...v0.1.4

beb v0.1.3

Choose a tag to compare

@github-actions github-actions released this 08 Aug 17:13

Full Changelog: v0.1.2...v0.1.3

beb v0.1.2

Choose a tag to compare

@github-actions github-actions released this 08 Aug 14:37

Full Changelog: v0.1.1...v0.1.2

beb v0.1.1

Choose a tag to compare

@github-actions github-actions released this 08 Aug 12:18

Full Changelog: v0.1.0...v0.1.1

beb v0.1.0

Choose a tag to compare

@yanuararistya yanuararistya released this 08 Aug 11:50

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.