Discord: https://discord.gg/xYSBPapM
Low Ram Use. Longer Battery. All Agent CLIs. T3code. Notifications. Pets.
Light VScode Embed. Embedded Browser. Rich Prompt Editor. Android & iOS Apps.
Looking for contributers! Please join the discord if interested!
- Embedded Chromium Browser w Devtools and profiles
- Embedded Light Code/MD Files Editor
- Access your sessions with any Agent CLI live from the Android/iOS apps
- Built in SSH continuation with live session persistence (zmx/tmux/zellij)
- The best agent CLI rich prompt editor with Image insert/preview support. Press ctrl+g to use it.
- Native Swift macOS app shell for better performance
- Auto sleep unused terminals to save ram (auto-restore when clicked)
- Auto session naming for all popular agents
- Reopening the app always resumes your agent cli sessions
- Light embedded VS Code based editor & git manager & managing PRs with github PR extension.
- Menu bar working & done indicators and notification sounds for almost all agent clis
- Supports Pets so you can see session status at a glance :)
- Works with all Agent CLIs (Claude Code, Codex CLI, OpenCode, Pi Agent, Gemini, Copilot, etc.)
- Schedule sending messages to agents (more automation features coming soon)
- Way more features to fit here
The same Homebrew command installs the correct Apple Silicon or Intel Mac build automatically.
brew install --cask maddada/tap/ghostex --forceOr just download the latest dmg from the releases page
- Android app APK is in GitHub Releases:
- Built in zmx/tmux/zellij support
- Can continue via ssh then use
ghostexorgxcli to attach.
- Can continue via ssh then use
- Automations and cross agent messages through Ghostex CLI
- Create worktrees and merge them back easily
- Prompt to find any past thread in your history with just a few keywords
- Very useful if you want to continue with an agent that already has context about a complex feature
- Auto sync the session's title and status with UI
- Allows multiple panes and multiple groups per project, each with different split/tab layouts
- Can be attached to your IDE: Shows a button on the attached IDE (Zed / VScode) to show Ghostex.
- Follows your IDE size/position.
- Project in IDE & Ghostex is mirrored.
- Hotkey to hide/show.
- Click on your IDE to hide Ghostex
- Can also integrate with Chrome Canary as the default agentic browser (positions it inside Ghostex and adds it to the sidebar)
- MCP setting to make Chrome Canary always used by your agent:
- Ask the agent to use "Chrome Devtools MCP"
- Enable remote debugging on Chrome Canary
- Set your mcp to use canary channel:
~/.claude.json
{
...
"mcpServers": {
"chrome-devtools": {
"type": "stdio",
"command": "npx",
"args": [
"chrome-devtools-mcp@latest",
"--channel=canary",
"--autoConnect"
],
"env": {}
},
...
},
...
~/.codex/config.toml
[mcp_servers.chrome-devtools]
command = "npx"
enabled = true
args = [ "chrome-devtools-mcp@latest", "--auto-connect", "--channel=canary" ]