Skip to main content
Open Source

Stompy CLI

Your AI memory from the terminal. Zero dependencies.

Install

Choose your preferred installation method.

Direct download

curl -L -o stompy https://github.com/banton/stompy-cli/releases/download/v0.1.3/stompy_0.1.3_linux_amd64.tar.gz
chmod +x stompy
sudo mv stompy /usr/local/bin/

Go install

go install github.com/banton/stompy-cli@latest

Quick Start

Get up and running in under a minute.

1. Authenticate

stompy login

2. Select a project

stompy project use myproject

3. Recall a context

stompy context recall "api spec"

All Platforms

Latest release: v0.1.3

PlatformArchitectureSizeDownload
macOSamd643.5 MBstompy_0.1.3_darwin_amd64.tar.gz
macOSarm643.3 MBstompy_0.1.3_darwin_arm64.tar.gz
Linuxamd643.5 MBstompy_0.1.3_linux_amd64.tar.gz
Linuxarm643.2 MBstompy_0.1.3_linux_arm64.tar.gz
Windowsamd643.6 MBstompy_0.1.3_windows_amd64.zip

Open Source

Stompy CLI is open source and built with Go. Contributions welcome.