← Back to tightwad.dev
Self-hosted source distribution

Downloads

The fastest path is pip install tightwad. Source is also on GitHub and as a tarball here.

Install from PyPI (recommended)

Python 3.10+ · always the latest release

pip install tightwad
tightwad proxy start

View on PyPI Read docs

Tightwad 0.5.4 — source tarball

Website-hosted source distribution

Download source tarball

curl -O https://tightwad.dev/downloads/tightwad-0.5.4.tar.gz
tar -xzf tightwad-0.5.4.tar.gz
cd tightwad-0.5.4
python3 -m venv .venv && source .venv/bin/activate
pip install .

Install from GitHub

git clone https://github.com/youngharold/tightwad.git
cd tightwad
python3 -m venv .venv && source .venv/bin/activate
pip install .

What this is

This is the actual Tightwad source distribution package produced from the project repo and served directly from the site. If we later add wheels, checksums, or a stable /downloads/latest/ path, they’ll live here too.