Installation Guide – v1.0.0
This guide walks you through installing SnapWeaver on Windows, macOS, and Linux. We also cover portable and headless options for CI/CD pipelines.
SnapWeaver‑Setup‑x64.exe from the Releases page.choco install snapweaver --version 1.0.0
brew tap woven-code/snapweaver
brew install snapweaver
The cask installs a signed universal binary for both Intel and Apple Silicon.
SnapWeaver‑1.0.0.dmg.sudo apt update
sudo apt install ./snapweaver_1.0.0_amd64.deb
sudo dnf install snapweaver-1.0.0.x86_64.rpm
chmod +x SnapWeaver‑1.0.0.AppImage
./SnapWeaver‑1.0.0.AppImage
# Pull
docker pull woven/snapweaver:1.0.0
# Run a quick batch job
docker run --rm -v $(pwd):/data woven/snapweaver:1.0.0 \
apply --filter "dreamscape" --input /data/cat.jpg --output /data/cat‑dream.jpg
This image ships with GPU passthrough (CUDA 12). Add --gpus all on NVIDIA‑enabled hosts.
snapweaver --version
snapweaver self‑test
The self‑test command renders a sample image and checks GPU drivers.
All platforms support a single command to remove binaries and caches:
snapweaver uninstall
On desktop OSes, you can also drag the application to the system trash/recycle bin.
You’re ready to start creating! Head over to the Quickstart Tutorial or dive straight into the CLI Reference.