docs / installation
Installation
The PromptConduit CLI is a single Go binary available for macOS, Linux, and Windows (amd64 and arm64). Homebrew is the recommended install path; a curl script, source build, and pre-built binaries are also available.
Homebrew (Recommended)
brew tap promptconduit/tap brew install promptconduit
Quick Install Script
curl -fsSL https://promptconduit.dev/install | bash
Pre-configure your API key during install:
curl -fsSL https://promptconduit.dev/install | bash -s -- YOUR_API_KEY
From Source
Requires Go 1.21+.
git clone https://github.com/promptconduit/cli.git cd cli make build make install
Download Binary
Download pre-built binaries for your platform from the releases page.
Verify Installation
promptconduit --version promptconduit status