A modern Windows utility suite for power users who care about performance and aesthetics.
📥 Download · 🎥 Demo · 📖 Docs · 🧩 Plugin Guide · 💬 Community
ZeroMix is a self-contained Windows desktop enhancement suite built on .NET 9 and WPF. It combines system monitoring, AI-powered tools, Live2D virtual assistants, screen recording, and a Lua plugin system into a single lightweight application.
| Feature | Description |
|---|---|
| 🧩 Lua Plugin System | Extend ZeroMix with custom Lua scripts — no recompile needed |
| 🎥 ZeroRecord | Screen recorder with hardware-accelerated encoding (NVENC / QSV / AMF) |
| 🌍 Nexus Translate | Real-time translation with clipboard integration and game mode support |
| 🐱 Cat Gatekeeper | Screen time enforcer — a cat takes over your screen when it's time to rest |
| 🌙 Sleep Mode | Always-On Display with idle detection, hotkeys, and custom backgrounds |
| 🤖 Virtual Assistant | Live2D AI companions (Frieren, Fern, Huohuo) powered by OpenRouter API |
| 📊 System Monitor | Real-time CPU, RAM, and disk metrics on your dashboard |
| 🎨 Ghost Taskbar | Transparent taskbar with acrylic and Mica effects |
| 🎬 Video Wallpaper | Animated desktop wallpapers with FFmpeg-powered playback |
| 💻 ZeroShell | Integrated terminal with Powerline prompt, tab support, and shell commands |
| 🔍 Search Overlay | Fast app and file launcher (Alt + Space) with AI query support |
| 🕒 Desktop Widgets | Clock, weather, and system stats embedded directly on your desktop |
| 🔧 Plugin Creator | Built-in tool to scaffold and manage Lua plugins |
ZeroMix ships with a Lua-powered plugin ecosystem. Plugins run in an isolated sandbox and communicate with the host via a typed API bridge.
| Plugin | Description |
|---|---|
zeromix.Battery |
Battery level monitoring with custom notifications |
zeromix.Translate |
Translation engine with keyboard and clipboard hooks |
zeromix.weather |
Real-time weather via Open-Meteo API |
zeromix.CatGatekeeper |
Screen time tracker with fullscreen cat overlay |
- Open the Plugin Creator from the ZeroMix dashboard
- Write your logic in Lua inside a
Plugins/user.*folder - Plugins hot-reload automatically — no restart required
- Access system APIs via the
ZeroMixLuaApibridge
dotnet add package ZeroMix.PluginSDKZeroRecord — Screen Recording
ZeroShell — Integrated Terminal
Select Area Recording
- Pure Magic Mode — Translates as you type, injected directly into the active window
- Anti-Collision Engine — Prevents text corruption during injection
- Triple-API Backend — Automatic failover between MyMemory and Google Translate
- Game Mode — Clipboard-based translation compatible with DirectInput games
- Unicode Bypass — Works in Notepad, Chrome, Discord, VS Code, and more
| Method | Description |
|---|---|
| ⭐ One-liner | irm https://raw.githubusercontent.com/faizinuha/ZeroMix/main/ZeroMix.ps1 | iex |
| ⭐ Bootstrap Installer | ~10 MB download, fetches the latest release automatically |
| 📦 Setup EXE | Full offline installer with all dependencies |
| 🚀 Portable ZIP | Extract and run — no installation required |
Download from GitHub Releases →
irm https://raw.githubusercontent.com/faizinuha/ZeroMix/main/ZeroMix.ps1 | iex- Run the installer and follow the setup wizard
- ZeroMix starts minimized to the system tray (⚡ icon)
- Open the dashboard with
Ctrl + Qor click the tray icon - Admin rights are only required during initial install for Start Menu shortcuts
| Shortcut | Action |
|---|---|
Ctrl + Q |
Toggle main dashboard |
Alt + Space |
Open Search Overlay |
Alt + S |
Toggle Sleep Mode |
Ctrl + R |
Force refresh system metrics |
Esc |
Close active overlay or window |
Ask AI via Search Overlay:
| Query | Action |
|---|---|
Carikan saya sepatu murah |
Opens a search for cheap shoes |
Beli baju di Tokopedia |
Opens Tokopedia with the query |
Handphone murah di Shopee |
Opens Shopee with the query |
| Layer | Technology |
|---|---|
| UI Framework | WPF (.NET 9) + WPF-UI (Fluent Design) |
| Scripting | MoonSharp (Lua 5.2 interpreter) |
| Graphics | Vortice.Windows (DirectX 11/12 bindings) |
| Web Rendering | Microsoft.Web.WebView2 |
| Video Processing | FFmpeg |
| AI Backend | OpenRouter API (Gemini 2.0 Flash Thinking) |
| Packaging | Inno Setup |
| Distribution | GitHub Releases + Bootstrap Installer |
- Found a bug? → Open an Issue
- Have a feature idea? → Start a Discussion
- Want to contribute code? → Contributing Guide
Background videos used in ZeroMix are sourced from Pixabay under their free license:
- Rainy City at Night by Hans — Pixabay
- Nature & Garden Ambience by Nicky ❤️🌿🐞🌿❤️ — Pixabay
- Cinematic Scenery 1 by Andreas — Pixabay
- Cinematic Scenery 2 by Andreas — Pixabay
- Original cat animation videos by @konekone2026 (ZOKUZOKU) — Cat Gatekeeper Chrome Extension
- Extraction & WPF adaptation by Zaki
- Frieren & Fern by kyokiStudio on Booth.pm
- Huohuo by bailyovo on Booth.pm
- Copyright belongs to miHoYo. This model is for Honkai: Star Rail fan creation only. Not for commercial use, political content, or profit-oriented streaming. Secondary distribution is prohibited.
Important
Removal Policy: If any model or asset is not permitted for use in this application, contact us at Rozakadm@gmail.com and we will remove it promptly.
Note
Download models only from the official sources linked above. Do not use these models for commercial purposes or redistribute them without permission.
Note
Use of included models is entirely the user's responsibility. The application developer does not provide any commercial license for third-party models.
Warning
The application developer does not act as licensor for any included third-party models. Violations of the original creator's terms are the user's responsibility.
To automate submitting package updates to Windows Package Manager (WinGet) on new releases:
- Fork
microsoft/winget-pkgsto your account (e.g.,faizinuha/winget-pkgs). - Create a GitHub Classic PAT with
public_reposcope. - Save it as a repository secret named
WINGET_ACC_TOKENin settings (Settings → Secrets and variables → Actions). Thewinget-releaserworkflow will automatically submit a PR to update the winget package when a new release tagv*is published.