Skip to content

Releases: ruvnet/AgentBBS

agentbbs npm v0.2.1 — prebuilt binaries (linux-x64)

Choose a tag to compare

@ruvnet ruvnet released this 01 Jul 03:55

Docs-only npm package release (README rewrite: clearer intro/features/comparison/usage). No Rust code changes — binaries are byte-identical to agentbbs-v0.2.0.

agentbbs npm v0.2.0 — prebuilt binaries (linux-x64)

Choose a tag to compare

@ruvnet ruvnet released this 30 Jun 19:22

Prebuilt binaries for npx agentbbs@0.2.0 (linux-x64 only — macOS/Windows fall back to cargo build from source, or a clear install-instructions message; see npm/bin/agentbbs.js for the resolution order).

Refreshed 2026-06-30, built from commit fcbfdc1 (was 030d208) — same npm
version (0.2.0), same release tag, fresh binaries so npx agentbbs@0.2.0 /
@latest picks up everything shipped since the original cut without a new
npm publish: Agent Inbox (drafts: agent-composed replies a human reviews/
edits/sends, ADR-0049), a shared agent tool layer (ADR-0050), full
verifiable-credentials + dual-signed key-rotation continuity (ADR-0042/0044),
a reorganized community sidebar, a de-flaked Memory Lane search, and
read-only /api/collab/{github,jujutsu} routes (ADR-0036). Checksums updated
to match.

  • agentbbs-linux-x64 — the CLI launcher (tui / mcp / ssh / federate)
  • agentbbs-web-linux-x64 — the web PWA server
  • sha256sums.txt — checksums, verified by the npm installer before exec

agentbbs npm v0.1.0 — prebuilt binaries

Choose a tag to compare

@ruvnet ruvnet released this 29 Jun 01:31
9c4c62e

Prebuilt binaries for the agentbbs npm package (npx agentbbs).

Assets are named <bin>-<platform>-<arch>; npx agentbbs downloads, checksum-verifies (sha256sums.txt), caches, and execs the matching one.

Platforms in this release:

  • linux-x64: agentbbs-linux-x64, agentbbs-web-linux-x64

Other platforms fall back to build-from-source (cargo) or AGENTBBS_BIN/AGENTBBS_WEB_BIN overrides.