Download anz33
Native packages for every desktop platform, plus a Python install that works anywhere. Every build comes from the same tagged CI run and is listed in SHA256SUMS.
Homebrew recommended
Upgrade later with brew upgrade anz33. Answer the one-time third-party tap prompt.
Shell installer
Detects Apple Silicon or Intel, verifies the download against SHA256SUMS, and installs onto your PATH.
Direct binaries
Self-contained — no Python needed.
pipx · uv
Installs from PyPI. Needs Python 3.11+, and upgrades with the rest of your tools.
Standalone installer recommended
Installs to Program Files with an optional add-to-PATH step. Silent install with /VERYSILENT, and it uninstalls cleanly.
Portable — thumbdrive edition
A single anz33.exe, nothing to install, runs from anywhere.
PowerShell
Installs to your user profile — no administrator rights required — and adds itself to PATH.
Scoop
The manifest is regenerated by CI on every release, so scoop update tracks new versions. A winget submission is not yet filed.
Debian · Ubuntu
Fedora · RHEL · openSUSE
Any distribution
Prebuilt binary, no Python required. Built against glibc 2.35 so it runs on Ubuntu 22.04, Debian 12 and anything newer.
Anything with Python 3.11+
The .pyz is one file that runs on any Python, including musl systems like Alpine where the glibc binary will not.
From PyPI
The sdist and wheel are published on every release. pip install anz33 works the same way.
Build the binary yourself
The exact flags CI uses — including the uvicorn hidden imports that a bundler cannot see — are in .github/workflows/binaries.yml.
SHA256SUMS; run
shasum -a 256 -c SHA256SUMS and you know the bits are exactly what CI built.
Links resolve against the current GitHub release, so they stay correct after every update. Binaries are published to AzmxAI/anz33-releases.