Skip to content
Karanjot786 edited this page Jun 1, 2026 · 2 revisions

TermUI Wiki

TermUI is a TypeScript framework for building terminal apps. This wiki covers architecture, contribution workflow, and common questions.

Pages

Quick links

Install

bunx create-termui-app my-app
cd my-app
bun install
bun run dev

Requires Bun 1.3.0 or newer.

Clone this wiki locally