gPTY
gPTY is a graphical Agent Development Environment (ADE) — a PTY foundation with a public, agent-facing API — built on Godot and Rust. Spawn terminals, drive them over JSON-RPC/MCP, and let agents observe output without scraping a TUI.

Learn how gPTY works, from the PTY engine to the public agent API.
Release notes, tips, and development updates.
Star, fork, or open an issue on GitHub.
Download the latest release.
Features
PTY Foundation & Public API
Spawn and manage shell sessions over a documented JSON-RPC socket, CLI, and MCP server — the same protocol AI agents use.
Concept Engine
RegEx triggers on PTY output capture the reply and route it into adjacent panes — code viewer, Inspector — with no polling.
Agent Observability
Reasoning and Inspector panes surface agent lifecycle events and private Q&A without orchestrating agent state.