Install sss

Pick a package manager or grab a raw artifact. The section marked your OS is auto-selected from your browser.

Artifacts pulled from sss_cli/v0.2.1, sss_code/v0.3.1.

Linux

Cargo

source

Build from source — works on any Rust-supported target.

$cargo install --git https://github.com/SergioRibera/sss sss_cli

Nix flake

flake

Run without installing, or `nix profile install`.

$nix run github:SergioRibera/sss#cli

Arch (AUR)

aur

Pacman wrapper required (paru / yay).

$paru -S sss-bin

shell installer

script

Detects glibc / musl and downloads the right tarball.

$curl --proto '=https' --tlsv1.2 -LsSf https://github.com/SergioRibera/sss/releases/latest/download/install.sh | sh

macOS

Homebrew

tap

Latest tagged release from the SergioRibera tap.

$brew install sergioribera/tap/sss_cli

Cargo

source

Build from source — universal binary not provided.

$cargo install --git https://github.com/SergioRibera/sss sss_cli

Nix flake

flake

Works on Apple Silicon and Intel.

$nix run github:SergioRibera/sss#cli

shell installer

script

Single command, no Xcode required.

$curl --proto '=https' --tlsv1.2 -LsSf https://github.com/SergioRibera/sss/releases/latest/download/install.sh | sh

Windows

Windows builds aren't shipped yet.

Capture targets Wayland, X11 and macOS today. sss_code may cross-compile via mingw — issue welcome.