Install Better source control.

Better installs as a small CLI for agent-native sessions, checkpoints, context lookup, composition, release frontiers, and Git interoperability.

Curl Installer

Install the latest release with the project installer:

curl -fsSL https://raw.githubusercontent.com/logesh45/better-source-control/main/install.sh | bash

The installer places better and better-remote in $HOME/.local/bin by default. If that directory is not on your PATH, it prints the export command. It does not edit shell startup files for you.

export PATH="$HOME/.local/bin:$PATH"

Homebrew

Homebrew users can install from the project tap:

brew tap logesh45/better-source-control https://github.com/logesh45/better-source-control
brew install logesh45/better-source-control/better

Verify The Install

Check both the local source-control CLI and the self-hostable remote service binary:

better --version
better-remote --help

For manual artifact downloads, verify SHA256SUMS and inspect the provenance JSON files published with each release.