Skip to content
forked from sst/opentui

OpenTUI is a TypeScript library for building terminal user interfaces (TUIs)

License

Notifications You must be signed in to change notification settings

Adictya/opentui

 
 

Repository files navigation

OpenTUI

OpenTUI is a TypeScript library for building terminal user interfaces (TUIs). It is currently in development and is not ready for production use. It will be the foundational TUI framework for both opencode and terminaldotshop.

This monorepo contains the following packages:

  • @opentui/core - The core library works completely standalone, providing an imperative API and all the primitives.
  • @opentui/solid - The SolidJS reconciler for OpenTUI.
  • @opentui/react - The React reconciler for OpenTUI.

Install

bun install @opentui/core

Running Examples (from the repo root)

bun install
cd packages/core
bun run src/examples/index.ts

About

OpenTUI is a TypeScript library for building terminal user interfaces (TUIs)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 89.6%
  • Zig 9.8%
  • Other 0.6%