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.gzchmod +x stompysudo 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
| Platform | Architecture | Size | Download |
|---|---|---|---|
| macOS | amd64 | 3.5 MB | stompy_0.1.3_darwin_amd64.tar.gz |
| macOS | arm64 | 3.3 MB | stompy_0.1.3_darwin_arm64.tar.gz |
| Linux | amd64 | 3.5 MB | stompy_0.1.3_linux_amd64.tar.gz |
| Linux | arm64 | 3.2 MB | stompy_0.1.3_linux_arm64.tar.gz |
| Windows | amd64 | 3.6 MB | stompy_0.1.3_windows_amd64.zip |
Open Source
Stompy CLI is open source and built with Go. Contributions welcome.