Skip to content

Install & verify

murk ships as a single binary with no runtime dependencies. Pick whichever install method fits your setup.

Terminal window
brew tap iicky/murk && brew install murk

Requires the Rust toolchain:

Terminal window
cargo install murk-cli

Downloads a pre-built binary for your platform:

Terminal window
curl -fsSL https://raw.githubusercontent.com/iicky/murk/main/install.sh | sh

Pre-built binaries are available for Linux (x86_64, aarch64, armhf), macOS (x86_64, Apple Silicon), and Windows on the releases page.

murk is also published to npm as @iicky/murk-secrets and to PyPI as murk-secrets, if either fits your project’s toolchain better than a system-wide binary.

Binary releases carry signed build provenance (actions/attest-build-provenance, backed by Sigstore/Fulcio). Verify a downloaded artifact with the GitHub CLI:

Terminal window
gh attestation verify murk-<version>-<target>.tar.gz --owner iicky

This confirms the artifact was produced by this repository’s release workflow: a builder you can inspect, with a signing identity an attacker cannot forge.

npm, PyPI, and crates.io releases each have their own verification path (npm provenance, PEP 740 attestations, and signed release tags respectively). See Verifying releases for the full walkthrough across every distribution channel.

Once murk is installed, run through the quick start to generate a key and create your first vault.