magus v0.4.3 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

The grant a holder takes on a job: the write and read paths that job declared, enforced in the checkout that took it with magus job exec. A job is the piece of work; a lease is permission over it.

Conventions

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