lean-ctx-bin
v2.12.8
Published
lean-ctx — the token-efficient context tool for LLM coding agents. Installs a pre-built binary, no Rust required.
Maintainers
Readme
lean-ctx-bin
Pre-built binary distribution of lean-ctx — the Cognitive Filter for AI Engineering.
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
# Homebrew (macOS/Linux)
brew tap yvgude/lean-ctx && brew install lean-ctx
# Cargo (requires Rust)
cargo install lean-ctx