docs / installation
Installation
The PromptConduit CLI is a single Go binary available for macOS, Linux, and Windows (amd64 and arm64). Install with one curl command, build from source, or download a pre-built binary.
Quick Install
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
Most people skip this and run promptconduit init after installing — a guided
setup that signs you in, detects your AI tools, and installs hooks.
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