JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 564
  • Score
    100M100P100Q106956F
  • License UNLICENSED

bctx — context-aware execution runtime for LLM coding agents. Pre-built binary, no Rust required.

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-bin

    Or use once without installing:

    npx bctx-bin git log --oneline -20

    Platforms

    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 bctx

    Usage

    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 installation

    See the full documentation for all commands and domains.