πŸŽ‰ Now open source Β· v0.1.0-alpha-2 β€” Join the waitlist for GA notifications Join waitlist β†’
02 β€” Getting started

Install

One command for macOS and Ubuntu. The installer handles Python, Docker, and the costaff CLI.

# macOS or Ubuntu
curl -fsSL https://raw.githubusercontent.com/costaff-ai/costaff/main/install.sh | bash

What the installer does

Ubuntu: docker group

The installer adds you to the docker group. You won't be able to run docker without sudo until you log out and back in (or run newgrp docker in a fresh shell). Do this before the next step.

Verify the CLI is on PATH

source ~/.zshrc          # or ~/.bashrc on Ubuntu
costaff --version

You should see a version string. If you get command not found, check that $HOME/.costaff/.venv/bin is in your PATH and reload your shell config.

Re-running the installer

The installer is idempotent β€” running it again on an existing install will git pull the repo and reinstall the CLI. It won't touch ~/.costaff/costaff/.env or your registered agents.