Hosia

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.

Command line
macOS, Linux · needs Python 3.11–3.13
Not published yet
macOS desktop
Apple silicon
Not published yet
Windows desktop
x64 installer
Not published yet
Linux desktop
x64 AppImage
Not published yet

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
bash 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.