Works on macOS and Linux distributions with Homebrew installed.
Copy
Ask AI
brew install s2-streamstore/s2/s2
Works on any system with Rust and Cargo installed.
Copy
Ask AI
cargo install --locked s2-cli
Linux and macOS users can download the latest release binary:
Copy
Ask AI
curl -fsSL s2.dev/install.sh | bash
The script installs the binary to ~/.s2/bin and modifies your shell profile to add it to the path. Reload your shell or open a new terminal after installation.