by zenolab124
Monet — Mission Control for Claude Code. Browse, search, and drive your Claude Code sessions from a native desktop app.
# Add to your Claude Code skills
git clone https://github.com/zenolab124/monetLast scanned: 8/5/2026
{
"issues": [],
"status": "PASSED",
"scannedAt": "2026-08-05T06:28:11.719Z",
"npmAuditRan": true,
"pipAuditRan": true,
"promptInjectionRan": true
}monet is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by zenolab124. Monet — Mission Control for Claude Code. Browse, search, and drive your Claude Code sessions from a native desktop app. It has 111 GitHub stars.
Yes. monet passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.
Clone the repository with "git clone https://github.com/zenolab124/monet" and add it to your Claude Code skills directory (see the Installation section above).
monet is primarily written in Rust. It is open-source under zenolab124 on GitHub, so you can review or fork the full source.
Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh monet against similar tools.
No comments yet. Be the first to share your thoughts!
Every conversation you have with Claude Code is scattered across terminal windows — close one and it's gone, run several and you can't keep up, start a long task and all you can do is wait.
Monet gathers them onto one wall: every session browsable, searchable, and commandable in parallel. The CLI does the work; Monet gives you eyes and hands.
Command your agents like a trader watches the market. Unlimited parallel session columns spread out horizontally; the monitor rail shows every session's status, output, and token spend at a glance. Approve permissions, answer questions, retry failures — one click on the card. You stop being the person alt-tabbing between terminals and become the one at the command desk.
A home for multi-channel players. Official subscription, third-party APIs, self-hosted proxies, local models — each session on its own channel, hot-switchable mid-conversation: a strong model for the hard turn, a cheap channel for the chores. "Follow CLI" and "Official Direct" stand side by side, and the settings page shows exactly where your CLI config points.
Your data stays yours. Read-only over Claude Code's session files by architecture — there is no write path in the code, not a toggle. Zero telemetry and no Monet account system; local session features work offline, while subscription quota and AI features you explicitly invoke contact the respective provider's official services. Everything Monet adds lives in its own ~/.monet/ directory, so uninstalling leaves your data untouched.
It works while you sleep. Scheduled tasks run through the OS scheduler even with Monet closed; your Mac can wake itself on time, run the task, and go back to sleep. System notifications call you back whenever needed — you can walk away, the work doesn't stop.
Enter to allow, Esc to denyCmd+Shift+M) keeping everything transparentHomebrew (macOS):
brew tap zenolab124/tap
brew install --cask monet
Or download from Releases: macOS .dmg / Windows installer.
macOS 11+ (Apple Silicon) gets the full experience; Windows covers the core features, with system-level integrations (widgets, menu bar, wake-from-sleep) being macOS-only.
First launch (macOS): Monet is signed but not yet notarized by Apple, so Gatekeeper warns on first open. Right-click the app → Open (once), or run:
xattr -cr /Applications/Monet.app
Updates install silently in-app afterwards.
Works out of the box, zero config: if your claude runs, Monet runs — it uses the CLI's own configuration by default, and your session history is discovered automatically with no import step. CLI not installed yet? The Settings page installs it in one click.
git clone https://github.com/zenolab124/monet.git
cd monet
pnpm install
pnpm tauri dev
pnpm release
This runs tauri build, compiles the macOS widget extension, embeds it into the app bundle, signs everything, and creates a .dmg.
To set up a local signing identity (recommended — keeps TCC permissions stable across rebuilds):
scripts/setup-signing.sh
Without it, the build falls back to ad-hoc signing — functional, but TCC permissions reset on each rebuild and widgets may not register.
| What | Where | Access |
|---|---|---|
| Claude Code sessions | ~/.claude/projects/ |
Read-only |
| Monet metadata (titles, tags, routines) | ~/.monet/ |
Read-write |
| MCP registration | ~/.claude/settings.json |
Adds monet entry under mcpServers |
Local session features work offline, with zero telemetry and no Monet account system. Subscription quota contacts only the official Claude/Codex services