Every released version. The app checks for updates on its own and installs them from here, so what is on this page is what you can actually be running.
Every release is signed with a key we hold offline, and the matching public key is compiled into the app itself. Before installing anything, your copy checks the signature against that embedded key and refuses any release that does not match, including one served from our own domain.
That signature is verified once more before a release is ever published, against the same embedded key rather than the key file on disk, because that is the one your installed app will actually enforce. A release whose signature does not verify is not published.
This signature is ours, not Apple's. MiniEnv is not yet notarised with an Apple Developer ID, so macOS shows a warning the first time you open it. Updates installed from inside the app do not ask again.
The current release manifest lives at
/updates/latest.json, and every published build
stays available at a stable URL under /download/. Nothing is removed
when a new version ships.
Download the current version · Apple Silicon, macOS 12 or later.