Features
Everything you can do with Axon Terminal.
Panels
Over 12 specialized panels. Each one can be shown or hidden, resized, and extracted as an independent always-on-top floating window.
- Conversation — The chat with Claude. Rendered Markdown, syntax highlighting in over 100 programming languages.
- Tools — See exactly which tools Claude executes on each turn (Read, Edit, Bash...) with the input and output of each one, collapsible.
- Shell — All bash commands Claude runs, with full and expandable output. No need to search for them among messages.
- Think — Claude's internal reasoning, turn by turn. Useful for understanding why it makes each decision.
- Tasks — Task list with statuses (pending, in progress, completed) and a progress bar. Know where Claude is without asking.
- Files — Project file tree with live git status (M/A/D), +N/-N indicators per file, visual change heatmap, and ignored files dimmed. Click any file to see its diff instantly.
- Diff — Real-time side-by-side comparison. See exactly what Claude is touching in your code as it does it, with line numbers and auto-refresh.
- Background — Background processes: agents, loops, long-running tasks. Without blocking the main conversation.
- Agents — Visualize sub-agents Claude launches in parallel, with their status and result.
- Skills — Skills and custom commands registered in the session.
- Hooks — Configured hooks with their execution status.
- MCP — Model Context Protocol servers connected, with health check and live connection status.
- Pop-out — Any panel can be extracted as an independent floating window. Put it on another monitor or on top of other windows.
Built-in Terminal
A real terminal inside the app, without leaving Axon.
- PowerShell and CMD — Terminal with real PTY integrated directly.
Open it with
Ctrl+`. Slide-up animation. - Shell selector — Switch between PowerShell Core, PowerShell, or CMD without restarting the app.
- Auto-reconnect — If the terminal dies, it reconnects automatically. Restart button available. The process survives panel toggling.
Zen Mode
Hides the entire UI except the conversation. For when you need to focus
without distractions. Activate with Ctrl+Shift+Z. The UI reappears
automatically when Claude needs your attention.
Voice
Work with Claude without touching the keyboard.
- Push-to-talk — Configurable hotkey to record your instruction. Release to send. Wake word support for voice activation. Choose to send directly or edit before sending.
- Text-to-Speech — Claude responds to you by voice. 8 neural voices in Spanish from different countries: Elvira, Alvaro, Dalia, Jorge, Elena, Tomas, Salome, Catalina.
- Interactive Assistant Mode — Animated orb, full voice interaction without touching the keyboard. Activate with Alt+A.
Sessions
Don't lose your thread even if you close the app.
- Multi-tab — Ctrl+T for a new tab. Each one is an independent session with its own project, model and context. Tabs are reorderable with drag.
- History — Conversations grouped by project. Resume any previous session with all context intact.
- Favorites — Mark the projects you use most to access them directly from the start screen.
- Auto-recovery — If the app closes unexpectedly, recover the session where you left it. Auto-reconnect if the connection drops.
- Export to Markdown — Save any conversation as a Markdown file with a single click.
Checkpoints (Undo)
Go back if Claude breaks something.
- Checkpoint dialog — Press Esc twice to open it. Each turn of the conversation is a restore point.
- Selective restoration — Choose whether to restore only the conversation, only the code, or both at once.
Customization
Adapt the interface to how you work.
- Themes — 6 built-in themes (Matrix, Nebula, Crimson, Frost, Hacker, Pip-Boy) plus a visual editor to create your own with 16 color variables. Export and import themes.
- Fonts — 7 monospace fonts: Default, JetBrains Mono, Fira Code, Consolas, Courier New, Iosevka, Hack.
- Layout — Move the sidebar, thinking panel and filetree to the left or right depending on how your monitor is set up.
- Transparency — Slider to adjust the window opacity.
- Custom names — Double-click any name in the chat to change it.
Work Modes
- Direct — Claude edits your files directly. Changes are applied in real time as it works.
- Worktree — Claude works on an isolated copy. When done, you review the changes in a diff and decide whether to apply or discard them.
Integrations
- External editor — Open files directly in VS Code, Cursor,
Notepad++ or the editor you configure with
/editor. - Git — File status in the tree, auto-merge when applying changes in worktree mode.
- MCP — Model Context Protocol servers connected with visible health check.
Reconnect with
/mcp. - OpenRouter — Connect your own OpenRouter API key to use alternative models. Automatic retry on rate limits.