PTY Glyph
Terminal on canvas. Drop a PTY glyph, get a real shell. Rust plugin (pty-glyph) spawns a pseudo-terminal, xterm.js renders it in the browser.
Known Limitations
- No session cleanup — PTY processes outlive tab close
- No reconnect — page reload loses the session, no scrollback replay
- xterm.js loaded from CDN (jsdelivr), no local fallback
- Backend URL hardcoded to
localhost:8772 in terminal.html
- No copy/paste integration
- Glyph not resizable