Downloads

Pre-built binaries:

Linux

MacOS

Windows

Building From Source

Alternatively, if you have a working Rust development toolchain, you can install from source:

cargo install sneakerweb

This installs the sneakerweb CLI binary to ~/.cargo/bin.

Or you can clone the repository and build via cargo build --release.