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