Agent daemon. Runs agents, dispatches tools, connects to MCP servers. Start it, talk to it, extend it with packages.
curl -fsSL https://crabtalk.ai/install.sh | shOr cargo install crabup and use it to pull the rest. See the installation guide for details.
cargo install crabup # one-time: install the package manager
crabup pull daemon # fetch the daemon binary
crabup pull tui # fetch the TUI client
crabtalkd setup # one-time interactive LLM endpoint config
crabup daemon start # install the service unit and start it
crabtalk-tui # chatFull config reference: crates/crabtalk/config.toml.
The daemon ships with built-in tools (shell, task delegation, memory), MCP server integration, and skills (Markdown prompt files).
Apps are agent-powered experiences and standalone services built on top of the daemon — independent binaries that connect via auto-discovery.
- The Crabtalk Book — manifesto, architecture, and design RFCs
- Configuration — config.toml reference
- Contributing — architecture, layering, and data flow
MIT