gPTY brings a Godot and Rust-based terminal multiplexer with AI agent control API
A developer released gPTY, an open-source terminal multiplexer built on the Godot engine and Rust, featuring a resizable tiling grid for panes such as terminals, code viewers and file trees. It exposes a JSON-RPC/MCP interface and CLI so AI agents and scripts can spawn panes, send input, and read output programmatically instead of parsing terminal text. The tool also includes a regex-based 'concept engine' for routing captured output into other panes, plus persistence of sessions and workspaces via SQLite/JSON.