@openui-xio/cli
v0.0.1
Published
OpenUI CLI - IDE Agent Bridge & Development Toolbar
Downloads
4
Readme
OpenUI CLI
The command-line interface for OpenUI — select UI elements in your browser, describe changes, and forward prompts to your IDE's AI agent.
Quick Start
npx openui@latestOr with pnpm:
pnpm dlx openui@latestWhat it does
- Starts a proxy server that overlays the OpenUI toolbar onto your running dev app
- Discovers framework plugins (React, Vue, Angular) automatically
- Connects to the OpenUI VS Code extension to forward prompts to your IDE
Options
Usage: openui [options] [-- command]
Options:
-p, --port <port> Proxy port (default: 3100)
-a, --app-port <port> Your dev app port (default: prompt)
-w, --workspace <path> Workspace path (default: cwd)
-s, --silent Suppress banner output
-v, --verbose Enable debug logging
-h, --help Show helpCommand Wrapping
Run your dev server and OpenUI together:
npx openui@latest -- npm run devAgent Support
| Agent | Supported | |---|---| | Cursor | ✅ | | GitHub Copilot | ✅ | | Windsurf | ✅ | | Cline | ✅ | | Roo Code | ✅ | | Kilo Code | ✅ | | Trae | ✅ | | Antigravity | ✅ |
License
AGPLv3 — see LICENSE for details.
