Install lateo
lateo ships two install paths.
Prebuilt binary (cosign-signed)
Five targets: Linux x86_64 / arm64, macOS x86_64 / arm64, Windows x86_64.
# pick the tarball for your platform, then:
tar xJf lateo-<target>.tar.xz -C /usr/local/bin --strip-components=1 bin/lateo
Verify:
sha256sum -c SHA256SUMS --ignore-missing
cosign verify-blob --bundle lateo-<target>.tar.xz.sigstore.json lateo-<target>.tar.xz
See the release page for the matching artifact.
From source
cargo install --git https://github.com/ljh-sh/lateo
For the --features encryption build (passphrase-protected payloads):
cargo install --git https://github.com/ljh-sh/lateo --features encryption
Note. The
lateobinary is at~/.cargo/bin/lateoafter install. Make sure that’s on your$PATHfor the recipes to work.