docs / installation

Installation

The PromptConduit CLI is a single Go binary for macOS, Linux, and Windows (amd64 and arm64). Install with one command.

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

In an interactive terminal the installer runs promptconduit init next: browser sign-in (or local-only), tool detection, and hook install. Prefer to pass a key up front?

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

Already installed? promptconduit upgrade pulls the latest GitHub release. A background check runs at most once a day unless you set PROMPTCONDUIT_AUTO_UPDATE=0.

Next step: Quick Start or the editor extension.

Advanced

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.