Download Hosia 0.17.0
The command line needs no installer beyond the archive. The desktop app is in progress — see the note below before you install it.
Nothing is published yet
Version 0.17.0 is built and tested, but no installer has been uploaded. Rather than offer you a link that 404s, this page says so.
macOS, Linux · needs Python 3.11–3.13
Apple silicon
x64 installer
x64 AppImage
The desktop builds are not signed yet
macOS Gatekeeper will refuse the .dmg and Windows SmartScreen will warn about the .exe, because the signing certificates are not in place. That is a real warning about a real gap, and you should treat it as one.
If you want something you can trust today, use the command line. It installs from the archive above, and its contents are the thing you can read.
Install
tar -xzf hosia-0.17.0.tar.gz
cd hosia-0.17.0
./install.sh
hosia --version
The product source is not cloned or downloaded during install — what you audited is
what runs. Its Python dependencies are downloaded: pip fetches them from PyPI, so the machine
needs to reach a package index (or a mirror via PIP_INDEX_URL) while
install.sh runs. An air-gapped machine fails at that step, and the installer
says so.