Installation
Install CrabTalk on macOS or Linux with one command, or build from source with Cargo.
Quick install
The fastest way to install CrabTalk:
curl -sSL https://crabtalk.ai/install | shThis downloads the latest prebuilt binary for your platform (macOS or Linux, Intel or ARM).
Install with Cargo
If you have Rust installed, you can build from source:
cargo install crabtalkVerify installation
crabtalk --versionWhat's next
After installing, follow the quickstart guide to run your first agent. See configuration for customizing your setup.