A macOS desktop app to monitor your Claude Code, Codex, OpenCode AI coding agents in real-time with voice or bell notifications. Easily jump to a conversation in any editor or terminal!
Shows RAM and CPU usage for every running session and lets you code Stale or Idle chats that are wasting memory with 1 click!
This project is built as a native macOS app with Swift and SwiftUI to make it very snappy and light.
Project inspired by @ozankasikci, whose app is built with Tauri + React and now has a different feature set.
Please star his repo here: https://github.com/ozankasikci/agent-sessions.
brew install --cask maddada/tap/agent-manager-xOr download the latest DMG from GitHub Releases.
Sticks to the left/right side of your screen. Hover to see all details. Click to jump to terminal. Always visible. Toggleable with hotkey!
Can be shown/hidden with a hotkey. Tons of features (Read below)
Short 3 min Demo of AMX: Link for mobile
Short.Demo.of.AMX.part.of.my.Best.Agentic.Workflow.video.mp4
Full video showing the best agentic workflow I found for easily managing 10+ agents https://youtube.com/watch?v=5LRAKaYJXjw
- View all active coding agent sessions in one place
- Real-time status detection (Thinking, Processing, Waiting, Idle)
- Global hotkey to toggle visibility (default:
Ctrl+Space, configurable, I personally use ctrl+shift+cmd+s) - Mini floating display mode that shows spinning indicator for all running sessions and yellow sign for ones that recently finished so you can jump back to them!
- Configurable run, build, commit, push, buttons for each project.
- Reliably shows current progress and status of all sessions.
- Shows cpu and ram consumption of all sessions and lets you code all stale sessions with 1 click to save ram.
- Improved UX in a bunch of areas like grouping sessions per project
- Added audio notifications for Codex and Claude Code (Summary Text to Speech and Bell modes)
- Claude Code, OpenCode, and Codex CLI support
- Lot of editors and terminals supported.
- Added ability to click on a session to instantly jump to it.
- Remember last location and size
- Default Editor and Default Terminal Support
- Themes and background image support
- Close buttons for a project's sessions, for all from specific agent, for all stale sessions, etc.
- Added fading and sorting based on the last activity on each session (5 mins = idle, 10 minutes = stale)
Please ask or do a PR if you have any feature ideas!
- Claude Code - Anthropic's official CLI for Claude
- OpenCode - Open-source AI coding assistant
- Codex - OpenAI's coding agent CLI