🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

cybara

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cybara

Self-hosted, open-source AI agent platform — CLI

latest
Source
npmnpm
Version
1.0.1597
Version published
Weekly downloads
7.1K
Maintainers
1
Weekly downloads
 
Created
Source

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
# or
bunx cybara

Or install globally:

npm install -g cybara
# or
bun add -g cybara

Usage

cybara            # start the gateway (dashboard on http://localhost:4269)
cybara --help     # list all commands
cybara --version  # print the 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.

License

MIT

Keywords

ai

FAQs

Package last updated on 15 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts