Skip to main content

Installation

Install Gump

Homebrew (macOS, Linux)

Shell script

Verify the installation

You should see something like gump v0.1.0.

Check your environment

Gump needs Git and at least one agent CLI installed. Run the doctor to check:
You need at least one agent with a ✓ to run workflows. Install the agent CLIs you want to use — Gump works with whichever ones are available. Gump is not responsible for installing or configuring agents. Make sure the CLIs are installed, authenticated, and in your PATH.

Project configuration (optional)

Create a gump.toml at the root of your repo to customize validation commands:
Without a config file, Gump auto-detects your project type (Go, Node, Rust) and uses the standard commands. The config file overrides auto-detection.