lean-ctx-bin
v3.8.11
Published
LeanCTX — the Context OS for AI coding agents. One local binary that compresses, remembers, routes, and verifies every token between your code and the model. No Rust required.
Downloads
9,165
Maintainers
Readme
lean-ctx-bin
Pre-built binary distribution of lean-ctx — the Cognitive Context Layer for AI coding agents.
No Rust toolchain required. The correct binary for your platform is downloaded automatically during npm install.
Install
npm install -g lean-ctx-binAfter installing, run the one-command setup:
lean-ctx setupThis auto-detects your shell and editors, installs shell aliases, creates MCP configs, and verifies everything.
Supported Platforms
| Platform | Architecture | |----------|-------------| | Linux | x86_64, aarch64 | | macOS | x86_64, Apple Silicon | | Windows | x86_64 |
Alternative Install Methods
# Universal installer (no Rust needed)
curl -fsSL https://leanctx.com/install.sh | sh
# or: curl -fsSL https://leanctx.com/install.sh | bash
# Homebrew (macOS/Linux)
brew tap yvgude/lean-ctx && brew install lean-ctx
# Cargo (requires Rust)
cargo install lean-ctx