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.gzchmod +x stompysudo 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 projectstompy context recall myapp/auth-rules# _global/topic — routes to the global shared projectstompy context recall _global/devops-ci# topic@version — pins to a specific versionstompy context recall [email protected]# Combine bothstompy 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
| Platform | Architecture | Size | Download |
|---|---|---|---|
| macOS | amd64 | 3.6 MB | stompy_0.2.2_darwin_amd64.tar.gz |
| macOS | arm64 | 3.3 MB | stompy_0.2.2_darwin_arm64.tar.gz |
| Linux | amd64 | 3.5 MB | stompy_0.2.2_linux_amd64.tar.gz |
| Linux | arm64 | 3.2 MB | stompy_0.2.2_linux_arm64.tar.gz |
| Windows | amd64 | 3.6 MB | stompy_0.2.2_windows_amd64.zip |
Open Source
Stompy CLI is open source and built with Go. Contributions welcome.