Skip to main content
Install Actionbook CLI to use Actionbook from terminal and AI agents.

Step 1: Install the CLI

Choose the method that works best for you:
curl -fsSL https://actionbook.dev/install.sh | bash
Re-run the same command to upgrade.
Verify the installation:
actionbook --version
The CLI uses your existing system browser (Chrome, Brave, Edge, Arc, Chromium).

Step 2: Run setup

actionbook setup
Setup helps install/configure skills for your agent environment.

Building from Source

If you prefer to build from source:
git clone https://github.com/actionbook/actionbook.git
cd actionbook/packages/actionbook-rs
cargo install --path . --locked
Requires Rust 1.70+ and Cargo.

Next