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)

bash
brew tap promptconduit/tap
brew install promptconduit

Quick Install Script

bash
curl -fsSL https://promptconduit.dev/install | bash

Pre-configure your API key during install:

bash
curl -fsSL https://promptconduit.dev/install | bash -s -- YOUR_API_KEY

From Source

Requires Go 1.21+.

bash
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

bash
promptconduit --version
promptconduit status