Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (bctx-bin) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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.