v0.1.0
Context CLI v0.1.0
Initial release of the Context CLI (ctx) - a tool for persistent AI context management.
What's New
This is the first stable release of ctx, providing:
- Context Management: Create and maintain
.context/directories with structured markdown files - AI Integration: Built-in support for Claude Code with hooks and slash commands
- Session Persistence: Automatic session saving and transcript management
- Drift Detection: Track staleness of context files
- Multi-tool Support: Integration guides for Claude Code, Cursor, Aider, Copilot, and Windsurf
Installation
Linux (x86_64)
curl -LO https://github.com/ActiveMemory/ctx/releases/download/v0.1.0/ctx-0.1.0-linux-amd64
chmod +x ctx-0.1.0-linux-amd64
sudo mv ctx-0.1.0-linux-amd64 /usr/local/bin/ctxLinux (ARM64)
curl -LO https://github.com/ActiveMemory/ctx/releases/download/v0.1.0/ctx-0.1.0-linux-arm64
chmod +x ctx-0.1.0-linux-arm64
sudo mv ctx-0.1.0-linux-arm64 /usr/local/bin/ctxmacOS (Apple Silicon)
curl -LO https://github.com/ActiveMemory/ctx/releases/download/v0.1.0/ctx-0.1.0-darwin-arm64
chmod +x ctx-0.1.0-darwin-arm64
sudo mv ctx-0.1.0-darwin-arm64 /usr/local/bin/ctxmacOS (Intel)
curl -LO https://github.com/ActiveMemory/ctx/releases/download/v0.1.0/ctx-0.1.0-darwin-amd64
chmod +x ctx-0.1.0-darwin-amd64
sudo mv ctx-0.1.0-darwin-amd64 /usr/local/bin/ctxWindows
Download ctx-0.1.0-windows-amd64.exe or ctx-0.1.0-windows-arm64.exe and add to your PATH.
Verifying Checksums
Each binary has a .sha256 file. Verify with:
curl -LO https://github.com/ActiveMemory/ctx/releases/download/v0.1.0/ctx-0.1.0-linux-amd64.sha256
sha256sum -c ctx-0.1.0-linux-amd64.sha256Quick Start
# Initialize context in your project
ctx init
# Check context status
ctx status
# Get AI-ready context packet
ctx agent --budget 4000Documentation
Full documentation available at ctx.ist
Checksums
Each binary has a corresponding .sha256 file for verification.
