Install
Arch Linux
Section titled “Arch Linux”Install the context-git AUR package with an AUR helper:
yay -S context-gitcontext-git is a source package. It builds from the GitHub repository and installs the context binary plus Bash, Fish, and Zsh completions.
Build Locally
Section titled “Build Locally”Use the mise tasks to install dependencies and build the binary. The repo pins Node and Bun through mise.
mise run installmise run buildThe compiled binary is written to dist/context. Run it directly or put it somewhere on your PATH:
./dist/context --helpBuild an Arch Package
Section titled “Build an Arch Package”Create a local Arch package from the compiled binary:
mise run package:archThis task is Arch-specific and needs makepkg from base-devel. The package is written to dist/ and includes shell completions.