OpenSpecUI is a web interface for OpenSpec workflows (live mode + static export).
| OpenSpecUI | Required OpenSpec CLI |
|---|---|
@latest / @^2 |
>=1.2.0 <2 |
@^1 |
>=1.0.0 <1.2.0 |
Legacy docs:
- 1.x:
README-1.x.md - 0.16:
README-0.16.0.md
# Recommended: run without global install
npx openspecui@latest
bunx openspecui@latest
# Optional: install globally
npm install -g openspecui
openspecuiDefault URL: http://localhost:3100.
- OpenSpecUI 2.x requires OpenSpec CLI
>=1.2.0. - If your CLI is older, UI shows
OpenSpec CLI Requiredand blocks core interactions until upgraded. - Default workflow guidance is now
/opsx:propose(quick path). - OpenSpec profile/workflow sync can be inspected from Settings → OpenSpec 1.2 Profile & Sync.
Upgrade CLI:
npm install -g @fission-ai/openspec@latestopenspecui
openspecui ./my-project
openspecui --port 3200openspecui export -o ./dist
openspecui export -o ./dist --base-path /docs --cleannix run github:jixoai/openspecui -- --help
nix develop- Dashboard for specs/changes/tasks status
- Config/Schema viewers and editors
- OPSX compose panel for change actions
- Multi-tab PTY terminal (xterm + ghostty-web)
- Search in live mode and static mode
- Static snapshot export for docs hosting