Install the Procurifai CLI
The procurifai CLI is the single source of truth for your dev environment.
Full Setup
Installs Homebrew, uv, gh CLI, clones the repo, and launches the TUI auth gate. Three commands:
Terminal
cd ~/wherever-you-want-procurifai-to-live
curl -fsSL https://storage.googleapis.com/procurifai-installers/setup.sh -o /tmp/procurifai-setup.sh
bash /tmp/procurifai-setup.shStandalone Install
No git access? Install the CLI directly from the published wheel:
Terminal
curl -LsSf https://astral.sh/uv/install.sh | sh
curl -fsSL https://storage.googleapis.com/procurifai-installers/cli/procurifai_cli-latest-py3-none-any.whl -o /tmp/procurifai-cli.whl
UV_SKIP_WHEEL_FILENAME_CHECK=1 uv tool install --force /tmp/procurifai-cli.whl
rm /tmp/procurifai-cli.whlThe CLI auto-updates from GCS on startup. Guides, hooks, and skills are bundled inside the wheel.
After Install
Launch the TUI dashboard
procurifai cliOr jump into a tmux session
procurifai tmux