GitHub

Installation

Get started with boltz-kit in minutes.

Prerequisites

boltz-kit requires Go 1.21 or later. You can check your Go version with:

go version

Install with Go

The easiest way to install boltz-kit is with Go:

go install github.com/boltz-labs/boltz-kit@latest

Verify Installation

After installation, verify it works by checking the version:

$ boltz --version
boltz-kit v0.2.0

Build from Source

Alternatively, you can build from source:

git clone https://github.com/boltz-labs/boltz-kit.git
cd boltz-kit
go build -o boltz .

Next Steps

Now that you have boltz-kit installed, try out some commands:

  • boltz tree . - View your project structure
  • boltz symbols main.go - Extract code symbols
  • boltz search "TODO" . - Search for patterns