This repo contains the synth-ai TUI (Terminal User Interface).
synth-tui/
├── app/ # OpenTUI JS app
│ ├── src/ # TypeScript source
│ ├── dist/ # Built bundle (index.mjs)
│ ├── package.json
│ └── tests/
├── python/
│ └── synth_tui/ # Python launcher + helpers
├── opencode_config/
├── scripts/
└── tests/
cd app
bun install
bun run buildbrew tap synth-laboratories/tap
brew install synth-tuiOr in one command:
brew install synth-laboratories/tap/synth-tuiThen run:
synth-tuiThe first run will install JavaScript dependencies (~5 seconds).
from synth_tui import run_tui
run_tui()Note: the Python launcher depends on the synth-ai package (synth_ai.core.*).
rrefreshccancelaartifactsssnapshot (opens modal)qquit