termcast
Build terminal interfaces with React and Raycast APIs
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install termcast?โผ
Run `npx skills add remorses/termcast --all -g -y` in your terminal to install this skill globally.
What is termcast used for?โผ
Termcast lets you build terminal user interfaces with React using the Raycast extension API, so you can create searchable lists, forms, and detail views that run in the terminal.
Can I run existing Raycast extensions in the terminal?โผ
Yes. Termcast aliases @raycast/api imports at build time, so existing Raycast extension code runs in the terminal without changes.
Does termcast work with Node.js?โผ
No. Termcast requires the Bun runtime; it does not run under Node.js.
Can I distribute my terminal app to others?โผ
Yes. The compile and release commands build standalone binaries for macOS, Linux, and Windows and publish them with a one-line install script.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core