Install Hypex
Windows / macOS / Linux installation — including signing notes.
Windows
One-liner in PowerShell:
irm https://hypex.pages.dev/install.ps1 | iex The installer is not yet Authenticode-signed during the public beta, so SmartScreen will show "Windows protected your PC". Click More info → Run anyway. Signing is on the roadmap for v1.0 GA.
macOS
Download the .tar.gz from the downloads page. Unzip, drag Hypex.app into /Applications.
First launch: right-click Hypex.app → Open → confirm at the Gatekeeper prompt (the app isn't notarized yet during beta).
Linux
Download the .tar.gz. Extract anywhere, run ./bin/hypex:
Grab the latest hypex-linux-x64.tar.gz from the downloads page, then:
tar xzf hypex-linux-x64.tar.gz
cd hypex-linux-x64
./bin/hypex To put it on PATH: sudo ln -s "$(pwd)/bin/hypex" /usr/local/bin/hypex.
From source (all platforms)
Source builds are available on request — email mre011512@gmail.com.
Uninstalling
Hypex stores user data in:
- Windows:
%APPDATA%\.hypex\ - macOS:
~/Library/Application Support/Hypex/+~/.hypex/ - Linux:
~/.config/Hypex/+~/.hypex/
Delete the installed app, then those folders if you want a clean uninstall.