She's a ghost in your shell
A surface where terminals, shells, and agents come together — on your hardware.
Run one. Or let one run many.
Install her today.
Plans
Free forever. Pro when you need more.
The Open Shell
The Full Ghost
The Grid
It's an execution plane.
AI agents control terminal panes alongside you. They type, read screens, split panes, and open tabs — just like a human would.
Every split pane gets a glowing label. Agents address panes by letter — "run this in pane b" — no guessing.
Full Model Context Protocol server. Terminal control, shell state detection, Stream Deck, telemetry, styles, voice.
Connects to Ferricula for cognitive memory. Sessions remember, recall, dream, and decay.
Auracle voice integration. Speak commands that get transcribed and typed into the focused pane.
Native Stream Deck support. Buttons, knobs, and touchstrip mapped to tabs, brightness, and custom actions.
Any AI agent that speaks MCP can control your terminal.
Call terminal_status to see pane labels, then target commands by letter.
Install the MCP config:
curl -o .mcp.json https://hyperia.nuts.services/mcp.json
| Tool | Description |
|---|---|
| terminal_status | List panes with split labels (a, b, c...), tab names, dimensions |
| terminal_run | Run a command in a pane by label, wait, return screen |
| terminal_keys | Type keystrokes into a pane (\n for Enter, \t for Tab) |
| terminal_screen | Read current screen content of a pane |
| tab_snapshot | Read all pane screens at once with labels |
| terminal_split | Split focused pane (horizontal or vertical) |
| terminal_focus | Focus a pane by its split label |
| shell_state | Detect shell state: idle, dialog, running, empty |
| shell_confirm | Auto-handle common prompts (trust dialogs, y/n) |
| agent_status | Set the agent status light on a tab |
| + 25 more | Voice, styles, telemetry, Stream Deck, and more |