Start
Install one native binary.
The current release surface is the wisent-ai/ster Git repository. CPU is the default; Metal and CUDA are explicit compile-time choices.
Default installation
cargo install --git https://github.com/wisent-ai/ster --lockedHardware backends
Choose one accelerated backend when compiling for a supported host.
# Apple Silicon
cargo install --git https://github.com/wisent-ai/ster --features metal --locked
# NVIDIA CUDA
cargo install --git https://github.com/wisent-ai/ster --features cuda --lockedPackage-name boundary
The crates.io name ster is currently unclaimed and is not Ster's release surface. pip install ster installs unrelated software from another publisher.