opentui-examples[official]
OpenTUI Examples
@opentui/examples is the repository’s private example browser and examples executable.
Browse the example source. Most demos have one main source file. Some demos also use shared modules, assets, or other support files.
Run the example browser from a repository clone:
bun install
cd packages/examples
bun run devThe package is not published to npm. Get the examples executable from GitHub Releases. Releases supply macOS x64 and arm64, Linux x64, and Windows x64 executables. On Linux arm64 or Windows arm64, build the executable from source.
Read Getting started for the installer. Read runtime and platform support for runtime requirements. Read Deploy an OpenTUI application for release formats.