orbitron-tui
v0.4.3
Published
A terminal AI chat TUI powered by OpenTUI and React
Readme
OpenTUI
A terminal chat TUI powered by OpenTUI and React.
Install
npm installRun
bun run dev
# or
node bin/opentronBuild
The app uses OpenTUI (@opentui/core + @opentui/react) with React for the UI layer.
src/main.tsx— entry point, creates the OpenTUI renderer and mounts the React appsrc/App.tsx— root component, routes between screenssrc/screens/— API key screen, chat screensrc/store/chat-store.ts— Zustand store for app statesrc/theme/index.ts— terminal colour themesrc/api/chat.ts— chat API client (streaming, model discovery)
