Matcha 1.0.0
The first tagged release: sixteen mods, a HUD editor, a custom font renderer, and a cross-platform installer.

The first tagged release of Matcha Client. Everything below works on Windows, macOS and Linux, installed into the official Minecraft Launcher.
Mods
Sixteen, grouped as HUD, PvP and quality of life:
- HUD — FPS, CPS, ping, position, clock, keystrokes, armour status, potion status, current server, Matcha tag
- PvP — toggle sprint, freelook, old animations
- Quality of life — item physics, AutoGG, AutoTip
Each mod declares its own settings, so the menu is generated from the code rather than maintained alongside it.
Interface
A custom menu, multiplayer screen and settings UI, drawn from primitives at any GUI scale. Text is rendered from TrueType atlases with supersampling and texel snapping, so it stays sharp instead of picking up the blur a naive atlas gives you.
The HUD editor snaps elements to edges and to each other, and every element remembers where you put it.
Installer
A Tauri installer that picks a version, optionally installs OptiFine, and adds a profile to the official launcher. It does not replace your launcher and does not touch your existing profiles, worlds or skins.
Releases are not code-signed, because certificates cost money this project does not have. The installer’s source is in the same repository if you would rather read it than trust it.
Known rough edges
- One Minecraft version, 1.8.9.
- Cosmetics are not shipping yet.
- The realtime presence features are early and off by default.