bctx-bin
v0.1.24
Published
bctx — context-aware execution runtime for LLM coding agents. Pre-built binary, no Rust required.
Maintainers
Readme
bctx-bin
Pre-built binaries for bctx — context-aware execution runtime for LLM coding agents.
Installs bctx without requiring Rust.
Install
npm install -g bctx-binOr use once without installing:
npx bctx-bin git log --oneline -20Platforms
| Platform | Arch | Notes | |----------|------|-------| | macOS | x86_64 / aarch64 | Intel + Apple Silicon | | Linux | x86_64 / aarch64 | glibc (Ubuntu, Debian, Fedora) | | Linux | x86_64 / aarch64 | musl (Alpine) |
Other install methods
# Homebrew
brew tap better-ctx-org/bctx && brew install bctx
# curl installer
curl -fsSL https://betterctx.com/install.sh | sh
# From source
cargo install bctxUsage
After install, bctx is available in your PATH:
bctx init --agent claude # register MCP server with Claude Code
bctx git log --oneline -40 # compressed git log
bctx cargo test # compressed test output
bctx doctor # verify installationSee the full documentation for all commands and domains.
