Installation¶
With uv (recommended)¶
This installs pushfill as a standalone CLI tool, isolated from your project environments.
With pip¶
With pipx¶
From source¶
git clone https://gitlab.com/waterjuice/pushfill.git
cd pushfill
make build
pip install output/*.whl
Requirements¶
- No runtime dependencies — pushfill is a standalone compiled Go binary
- Platform wheels are available for macOS, Linux, and Windows (amd64 + arm64)