Download
Aevum runs locally on your PC — a launcher that signs you in, keeps the proxy up to date, and starts it for you. Your Minecraft client connects to that proxy, which relays everything to Hypixel and overlays your stats.
Windows
One installer — sign in, download, and launch all happen inside the app.
Download for WindowsNot code-signed yet, so Windows SmartScreen may warn about an unrecognized publisher - click More info → Run anyway to continue.
Other platforms / running from source
macOS and Linux launcher builds aren't published here yet. In the meantime, run the proxy directly from source with Node.js 18+:
git clone <repo>
cd aevum-proxy
npm install
npm start
Then create an account first, then the proxy will ask you to log in on first launch.
