opentui

Build terminal UIs with OpenTUI. Covers Core, frameworks, components, application APIs, testing, extensions, integrations, deployment, and public API lookup.

Install
npx skills add 'https://github.com/anomalyco/opentui/tree/main/packages/web/src/content'
Download bundle ↓
main · ac753b4Scanned 2026-09-15

Contributors

GitHub-linked commit authors for this SKILL.md at the saved revision. Co-authors and history before file renames are not included.

File history ↗

packages/opentui-examples.mdx

packages/opentui-examples.mdxBrowse 89 files
View on GitHub
← Back to SKILL.md

id: opentui-examples name: OpenTUI Examples summary: Example applications and a standalone examples executable for OpenTUI. kind: examples official: true source: url: https://github.com/anomalyco/opentui directory: packages/examples distributions:

  • type: source identifier: anomalyco/opentui
  • type: github-release identifier: anomalyco/opentui categories:
  • documentation

@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 dev

The 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.