← Back to tightwad.dev
Self-hosted source distribution

Downloads

No GitHub. No forge dependency. Just the source, hosted directly on tightwad.dev.

Tightwad 0.4.2

Current website-hosted release artifact

Download source tarball Read docs

Install from website-hosted source

curl -O https://tightwad.dev/downloads/tightwad-0.4.2.tar.gz
tar -xzf tightwad-0.4.2.tar.gz
cd tightwad-0.4.2
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.