Skip to main content
⚠️ STAGING — everything here is wiped on every deploy. Don't store anything you want to keep.
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.2.2/stompy_0.2.2_linux_amd64.tar.gz
chmod +x stompy
sudo mv stompy /usr/local/bin/

Go install

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

Deeplink Syntax

Reference any context with a single string — no separate project flag needed.

# project/topic — routes to a specific project
stompy context recall myapp/auth-rules
# _global/topic — routes to the global shared project
stompy context recall _global/devops-ci
# topic@version — pins to a specific version
stompy context recall [email protected]
# Combine both
stompy context recall myapp/[email protected]

Works with recall, lock, unlock, update, and move. The deeplink project overrides --project if both are supplied.

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.2.2

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

Open Source

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