Download
Get Verjuice
Every build is published on GitHub Releases with a SHA-256 digest. No mirrors, no installers that install installers.
Download
Straight from GitHub Releases
No mirrors, no installers-that-install-installers. Every build is published on GitHub Releases with a SHA-256 digest you can check before running it.
Verify the download
Compare the digest you compute locally with the one on the release page. If they match, the file is byte-for-byte what was published.
shasum -a 256 ~/Downloads/Verjuice-macos-arm64.zipInstall from the terminal
This downloads the ZIP, extracts it, and puts Verjuice in your personal Applications folder. Files fetched with curl also skip the browser quarantine flag.
curl -fL "https://github.com/MIniSuperSeb/Verjuice/releases/latest/download/Verjuice-macos-arm64.zip" -o "$HOME/Downloads/Verjuice-macos-arm64.zip" && ditto -x -k "$HOME/Downloads/Verjuice-macos-arm64.zip" "$HOME/Downloads" && mkdir -p "$HOME/Applications" && rm -rf "$HOME/Applications/Verjuice.app" && mv "$HOME/Downloads/Verjuice.app" "$HOME/Applications/Verjuice.app"Gatekeeper's first-open warning
The first time you open Verjuice, macOS says it “can't verify the app is free of malware.” That is not a malware finding — no scan ran. It means the build is not notarised yet, which is what every independently distributed Mac app without a paid Apple Developer certificate gets. Notarisation is the first thing donations pay for.
To open it anyway: double-click once, then open System Settings → Privacy & Security, scroll to the message saying Verjuice was blocked, and click Open Anyway. You only do this once.
Homebrew
A Homebrew cask is not published yet. Until it is, use the terminal install above or the release page.