Download pre-built binaries of the command line tools for desktop platforms here, see the releases page to learn how to check file integrity and verify the release signature. To download earlier releases you can browse the releases archive. Once you have the tools installed see the CLI screencast demos or if you prefer reading head over to the CLI manual.
For MacOS users we recommend installing using Homebrew.
0.15.1
October 20, 2024
MacOS (Apple Silicon)saveoursecrets.zip (aarch64) Checksum | Signature |
MacOS (Intel)saveoursecrets.zip (x86_64) Checksum | Signature |
Linuxsaveoursecrets.zip (x86_64) Checksum | Signature |
Windowssaveoursecrets.zip (x86_64) Checksum | Signature |
Homebrew
MacOS users with homebrew installed can get the command line tools using these commands:
brew tap saveoursecrets/sos
brew install sos
Rust
If you have the Rust toolchain you can install the command line tools from source using cargo:
cargo install sos # for the client
cargo install sos-server # for the server