{"id":35472073,"url":"https://github.com/anomalyco/opentui","last_synced_at":"2026-04-13T13:01:13.538Z","repository":{"id":307147154,"uuid":"1023522611","full_name":"anomalyco/opentui","owner":"anomalyco","description":"OpenTUI is a library for building terminal user interfaces (TUIs)","archived":false,"fork":false,"pushed_at":"2026-04-10T11:53:42.000Z","size":8573,"stargazers_count":10267,"open_issues_count":137,"forks_count":501,"subscribers_count":32,"default_branch":"main","last_synced_at":"2026-04-10T13:30:32.686Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://opentui.com","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anomalyco.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-07-21T09:35:54.000Z","updated_at":"2026-04-10T13:02:50.000Z","dependencies_parsed_at":"2026-01-17T00:01:57.465Z","dependency_job_id":null,"html_url":"https://github.com/anomalyco/opentui","commit_stats":null,"previous_names":["sst/opentui"],"tags_count":161,"template":false,"template_full_name":null,"purl":"pkg:github/anomalyco/opentui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anomalyco%2Fopentui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anomalyco%2Fopentui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anomalyco%2Fopentui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anomalyco%2Fopentui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anomalyco","download_url":"https://codeload.github.com/anomalyco/opentui/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anomalyco%2Fopentui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31753551,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-01-03T11:00:45.534Z","updated_at":"2026-04-13T13:01:13.517Z","avatar_url":"https://github.com/anomalyco.png","language":"TypeScript","readme":"# OpenTUI\n\n\u003cdiv align=\"center\"\u003e\n    \u003ca href=\"https://www.npmjs.com/package/@opentui/core\"\u003e\u003cimg alt=\"npm\" src=\"https://img.shields.io/npm/v/@opentui/core?style=flat-square\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/anomalyco/opentui/actions/workflows/build-core.yml\"\u003e\u003cimg alt=\"Build status\" src=\"https://img.shields.io/github/actions/workflow/status/anomalyco/opentui/build-core.yml?style=flat-square\u0026branch=main\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/msmps/awesome-opentui\"\u003e\u003cimg alt=\"awesome opentui list\" src=\"https://awesome.re/badge-flat.svg\" /\u003e\u003c/a\u003e\n\u003c/div\u003e\n\nOpenTUI is a native terminal UI core written in Zig with TypeScript bindings. The native core exposes a C ABI and can be used from any language. OpenTUI powers [OpenCode](https://opencode.ai) in production today and will also power [terminal.shop](https://terminal.shop). It is an extensible core with a focus on correctness, stability, and high performance. It provides a component-based architecture with flexible layout capabilities, allowing you to create complex terminal applications.\n\nDocs: https://opentui.com/docs/getting-started\n\nQuick start with [bun](https://bun.sh) and [create-tui](https://github.com/msmps/create-tui):\n\n```bash\nbun create tui\n```\n\nThis monorepo contains the following packages:\n\n- [`@opentui/core`](packages/core) - TypeScript bindings for OpenTUI's native Zig core, with an imperative API and all primitives.\n- [`@opentui/solid`](packages/solid) - The SolidJS reconciler for OpenTUI.\n- [`@opentui/react`](packages/react) - The React reconciler for OpenTUI.\n\n## Install\n\nNOTE: You must have [Zig](https://ziglang.org/learn/getting-started/) installed on your system to build the packages.\n\n### TypeScript/JavaScript\n\n```bash\nbun install @opentui/core\n```\n\n## AI Agent Skill\n\nTeach your AI coding assistant OpenTUI's APIs and patterns.\n\n**For [OpenCode](https://opencode.ai) (includes `/opentui` command):**\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/msmps/opentui-skill/main/install.sh | bash\n```\n\n**For other AI coding assistants:**\n\n```bash\nnpx skills add msmps/opentui-skill\n```\n\n## Try Examples\n\nYou can quickly try out OpenTUI examples without cloning the repository:\n\n**For macOS, Linux, WSL, Git Bash:**\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/anomalyco/opentui/main/packages/core/src/examples/install.sh | sh\n```\n\n**For Windows (PowerShell/CMD):**\n\nDownload the latest release directly from [GitHub Releases](https://github.com/anomalyco/opentui/releases/latest)\n\n## Running Examples (from the repo root)\n\n### TypeScript Examples\n\n```bash\nbun install\ncd packages/core\nbun run src/examples/index.ts\n```\n\n## Development\n\nSee the [Development Guide](packages/core/docs/development.md) for building, testing, debugging, and local development linking.\n\n### Documentation\n\n- [Website docs](https://opentui.com/docs/getting-started) - Guides and API references\n- [Development Guide](packages/core/docs/development.md) - Building, testing, and local dev linking\n- [Getting Started](packages/core/docs/getting-started.md) - API and usage guide\n- [Environment Variables](packages/core/docs/env-vars.md) - Configuration options\n\n## Showcase\n\nConsider showcasing your work on the [awesome-opentui](https://github.com/msmps/awesome-opentui) list. A curated list of awesome resources and terminal user interfaces built with OpenTUI.\n","funding_links":[],"categories":["TypeScript","\u003ca name=\"TypeScript\"\u003e\u003c/a\u003eTypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanomalyco%2Fopentui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanomalyco%2Fopentui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanomalyco%2Fopentui/lists"}