Skip to main content

Installation

Get up and running with the Colter CLI and Agent Kit.

TL;DR: Install the CLI with npm install -g @getcolter/cli, then run colter check https://your-store.com. If you do not want a global install, use npx @getcolter/cli check https://your-store.com.

Prerequisites

  • Node.js 18+ for npm installs
  • Go 1.24+ for Go installs or source builds

npm

npm install -g @getcolter/cli
colter --version

No Install

npx @getcolter/cli check https://your-store.com

Go

go install github.com/mfbahc/agentic-com/cmd/colter@latest

Build From Source

git clone https://github.com/mfbahc/agentic-com.git
cd agentic-com
go build -o bin/colter ./cmd/colter

Next Step

colter check puddingheroes.com