--- title: Downloads --- # Downloads ## Canonical Release Surface The canonical distribution point is [GitHub Releases](https://github.com/jbcom/paranoid-passwd/releases). The current shipped artifact is `paranoid-passwd`, which contains: - the scriptable CLI - the default interactive TUI - the `vault` command namespace The GUI crate is tracked in the workspace, but it is not a published release artifact yet. ## Archive Matrix Release assets use the current naming scheme: - `paranoid-passwd--linux-amd64.tar.gz` - `paranoid-passwd--linux-arm64.tar.gz` - `paranoid-passwd--darwin-amd64.tar.gz` - `paranoid-passwd--darwin-arm64.tar.gz` - `paranoid-passwd--windows-amd64.zip` Every release also publishes: - `checksums.txt` - GitHub build provenance attestations ## Installer and Package Managers The docs site hosts [`/install.sh`](https://paranoid-passwd.com/install.sh), which resolves the latest compatible release archive for the current Unix-like platform. Package-manager metadata is generated by the release workflow for: - Homebrew - Scoop - Chocolatey Use package managers when they match your environment policy. Use the direct archives when you want the narrowest, easiest-to-verify install surface.