# FrankenTUI Projects at AI Tinkerers

> Canonical HTML: https://aitinkerers.org/technologies/frankentui
> Markdown URL: https://aitinkerers.org/technologies/frankentui.md
> Technology record last updated: 2026-03-25T16:42:45Z
> Generated: 2026-09-23T08:48:37Z

A high-performance terminal UI kernel for Rust featuring diff-based rendering and a deterministic runtime.

FrankenTUI is a specialized TUI kernel designed for developers who need flicker-free, 60 FPS terminal interfaces without the overhead of traditional frameworks. It uses a disciplined Buffer-Diff-Presenter architecture to minimize I/O and ensure correct rendering across diverse terminal environments. Key features include an inline mode that preserves scrollback history, RAII-based terminal state cleanup to prevent broken shells after panics, and native support for complex layouts and animated gradients. By treating the terminal as a managed resource rather than a simple output stream, it provides the stability required for professional-grade command-line tools and streaming data dashboards.

- Official technology site: https://github.com/Dicklesworthstone/frankentui
- Public AI Tinkerers demos and talks: 1
- Result page: 1 of 1

## Recent Public Talks and Demos

### [OpenSymphony: Orquestación de Trabajo para Ingeniería Agencial](https://manizales.aitinkerers.org/talks/rsvp_g9MD2ZfMbBk)

Se implementó el diseño de OpenAI Symphony, hecho en Rust y usando OpenHands agent-server. Se compartirán recursos de aprendizaje, enlaces de referencia, y se mostrará la herramienta en acción.

- Event context: 🚀 ¡14vo Encuentro de AI Tinkerers Manizales! 🤖 — 2026-03-25 — Manizales
- Public talk page: https://manizales.aitinkerers.org/talks/rsvp_g9MD2ZfMbBk

## Related Technologies

- [Linear](https://aitinkerers.org/technologies/linear) ([Markdown](https://aitinkerers.org/technologies/linear.md)) — 10 public demos
- [OpenAI Symphony](https://aitinkerers.org/technologies/openai-symphony) ([Markdown](https://aitinkerers.org/technologies/openai-symphony.md)) — 1 public demo
- [OpenHands](https://aitinkerers.org/technologies/openhands) ([Markdown](https://aitinkerers.org/technologies/openhands.md)) — 2 public demos
- [Rust](https://aitinkerers.org/technologies/rust) ([Markdown](https://aitinkerers.org/technologies/rust.md)) — 56 public demos
