Skip to main content

Prerequisites

Before installing Craft Agents, you’ll need:
1

Supported system

Craft Agents runs on macOS and Linux (x86_64 or ARM64).
Windows installation currently requires the use of WSL (Windows Subsystem for Linux), Git bash or similar bash scripting support.
2

Craft account

You’ll need a Craft account to connect to your documents.
Advanced users can also connect using a direct Craft MCP workflow link instead of signing in.

Install Craft Agents

Run the installer script:
curl -fsSL https://agents.craft.do/install.sh | bash
This downloads and installs the craft command to ~/.local/bin.
If ~/.local/bin is not in your PATH, add it to your shell configuration:
# For bash (~/.bashrc or ~/.bash_profile)
export PATH="$HOME/.local/bin:$PATH"

# For zsh (~/.zshrc)
export PATH="$HOME/.local/bin:$PATH"
Then restart your terminal or run source ~/.zshrc (or ~/.bashrc).

Verify Installation

Test that everything is working:
craft --version
You should see a version number above 1.0.0, for example:
1.0.14
You can also check available options:
craft --help

Next Steps

Run the setup wizard

Configure your API key, workspace, and preferences.