Install Prompture CLI

The Prompture CLI captures AI coding sessions and links them to git commits. Runs locally — your prompts never leave your machine without your consent.

Already signed in? Use the guided onboarding wizard — it pre-fills your API token so you can skip prompture login.

Quick install
$ curl -fsSL https://prompture.sovix.xyz/api/install | bash

Or with a specific version:

$ VERSION=0.1.0 curl -fsSL https://prompture.sovix.xyz/api/install | bash
Verify
$ prompture --version
Initialise a repo
$ cd your-project
$ prompture init
$ prompture login
$ prompture doctor
Capture starts automatically

After init, your AI sessions in Claude Code, Cursor, Gemini, Aider, and other tools are captured on every git commit. Push your code → matches sync to the dashboard.

Supported tools
Claude Code (native hooks)
Gemini CLI
Aider
OpenCode
Cursor / Windsurf
Kilo Code
Uninstall
$ UNINSTALL=1 curl -fsSL https://prompture.sovix.xyz/api/install | bash
DOCS →SOURCE →