Installation
Requirements
- Linux, macOS, or WSL2
- Python 3.10+ or a pre-built binary
Pre-built binary (recommended)
curl -fsSL https://stormleaf.icu/install.sh | sh
This downloads the latest release binary and installs it to /usr/local/bin/stormleaf.
From source
git clone https://github.com/nils.b/stormleaf
cd stormleaf
pip install -e .
Verify
stormleaf --version
# stormleaf v2026
If you see the version string, installation succeeded. Continue to Quickstart.