Skip to content

Install

Install the context-git AUR package with an AUR helper:

Terminal window
yay -S context-git

context-git is a source package. It builds from the GitHub repository and installs the context binary plus Bash, Fish, and Zsh completions.

Use the mise tasks to install dependencies and build the binary. The repo pins Node and Bun through mise.

Terminal window
mise run install
mise run build

The compiled binary is written to dist/context. Run it directly or put it somewhere on your PATH:

Terminal window
./dist/context --help

Create a local Arch package from the compiled binary:

Terminal window
mise run package:arch

This task is Arch-specific and needs makepkg from base-devel. The package is written to dist/ and includes shell completions.