magus v0.4.2 is out. See what's new
¶ View markdown source · ✎ Suggest an edit

Build from source

Building locally trades away the signed-release guarantee of the install script: you get whatever your checkout and your toolchain produce, verified by nothing.

git clone https://github.com/egladman/magus
cd magus
go build -o magus ./cmd/magus

Add -tags noselfupdate to disable the self-update subcommand (for distro-packaged builds).

build-from-sourcego-buildnoselfupdateliblzmalibzstdpackaging
Last updated (23286c9e)
Glossary

Lease

One row of the lease ledger: a piece of work an orchestrating agent handed out, with its goal, the checkpoint it was cut against, and the paths it owns or must not touch. The ledger records; the agent guard is what reads those facts back when grading a write. See doctrine.

Conventions

This page uses none of the site's convention markers. The full set is on the conventions page.