Cybara
Self-hosted, open-source AI agent platform — the cybara command-line interface.
Cybara pairs a Bun agent runtime with a web dashboard, desktop and mobile apps, a broad tool layer, 25+ messaging-channel adapters, MCP support, and encrypted wallet controls — so agents can code, automate browsers, run messaging workflows, and execute on-chain operations under full operator control.
Install
Run it instantly with no install:
npx cybara
bunx cybara
Or install globally:
npm install -g cybara
bun add -g cybara
Usage
cybara
cybara --help
cybara --version
How this package works
This package is a thin launcher. On install (or on first run) it downloads the matching prebuilt cybara binary for your platform from the official GitHub release and verifies its SHA-256 checksum. Supported platforms:
- macOS — Apple Silicon (
arm64) and Intel (x64)
- Linux —
x64 and arm64
- Windows —
x64
The binary embeds the Bun runtime, so no separate Bun or Node runtime is required to run it.
Links
License
MIT