English Version | 中文版本
ZenMux is a unified LLM aggregator — one API key to access ChatGPT / Claude / Gemini / DeepSeek / GLM and other mainstream models from Google, DeepSeek, and more. Features smart model routing, automatic failover, and an insurance-backed compensation mechanism for output quality issues — making it secure, stable, and cost-effective.
A lightweight macOS menu bar app for monitoring ZenMux subscription quotas and usage in real time.
- Resides in the menu bar, showing the current 5-hour quota usage percentage
- Left-click the icon to open the usage panel: 5-hour / 7-day quota progress bars, PAYG balance, Flow rate
- Right-click the icon for a context menu: Refresh, Settings, Quit
- Color-coded usage warnings (green / orange / red)
- API Key stored securely in macOS Keychain
- Configurable auto-refresh interval (1 / 5 / 15 / 30 minutes)
- English and Simplified Chinese UI, auto-detected from system language
Download the latest DMG from the Releases page, then drag ZenMux Monitor to your Applications folder.
Since the app is not signed with an Apple Developer certificate, macOS may show a warning that the app is "damaged" and cannot be opened. To fix this, run the following command in Terminal:
sudo xattr -rd com.apple.quarantine "/Applications/ZenmuxMonitor.app"After that, you can open the app normally.
- Get your Management API Key from the ZenMux Management Panel
- Left-click the menu bar icon → click the gear icon → paste your API Key → Save
- macOS 14.0 (Sonoma) or later
- Xcode 16.0 or later (for development)
The project uses XcodeGen to manage the Xcode project file:
# Install XcodeGen (if not already installed)
brew install xcodegen
# Generate .xcodeproj
xcodegen generate
# Open in Xcode
open ZenmuxMonitor.xcodeprojOr build from the command line:
xcodebuild -scheme ZenmuxMonitor -configuration Debug build- Swift 6.0 / SwiftUI / AppKit
@Observablemacro +NSStatusItem+NSPopover- Security.framework (Keychain)
- Zero third-party dependencies
Contributions are welcome! Please read the Contributing Guide for details.
See CHANGELOG.md for a list of changes.
If you discover a security vulnerability, please report it privately. See SECURITY.md for details.
This project is licensed under the MIT License — see the LICENSE file for details.
