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-ssh.mdx

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

id: opentui-ssh name: OpenTUI SSH summary: SSH server integration for OpenTUI applications. kind: integration official: true source: url: https://github.com/anomalyco/opentui directory: packages/ssh surfaces:

  • name: TypeScript language: typescript import: "@opentui/ssh" docs: /docs/reference/ssh distributions:
  • type: npm identifier: "@opentui/ssh" install: bun add @opentui/ssh @opentui/core links: docs: /docs/reference/ssh categories:
  • integrations

@opentui/ssh maps each accepted SSH shell to a CliRenderer. The renderer dimensions track the client's terminal.

The package requires Bun >=1.3.0 or Node.js >=26.4.0. Use Bun >=1.4.0 on native Windows arm64.

Open authentication accepts SSH none without credentials. Use it only for loopback development. Do not expose open authentication to a public or untrusted network.

Read the SSH reference for server and authentication details. Read Deploy an OpenTUI application for delivery choices.