TUI installer for OpenClaw Board
npm install openclaw-board-installer
A terminal UI installer for OpenClaw Board — a kanban board for human-AI collaboration.
``bash`
npx openclaw-board-installer
This will:
1. Check prerequisites (Node.js, PostgreSQL)
2. Install PostgreSQL via Homebrew if needed (macOS)
3. Clone and configure the board
4. Set up auto-start on boot (optional)
After installation, use these commands:
`bash`
npx openclaw-board-installer status # Check if running
npx openclaw-board-installer start # Start the board
npx openclaw-board-installer stop # Stop the board
npx openclaw-board-installer restart # Restart
npx openclaw-board-installer logs # View recent logs
npx openclaw-board-installer open # Open in browser
npx openclaw-board-installer update # Pull latest & restart
| Component | Location |
|-----------|----------|
| App | ~/openclaw-board |~/openclaw-board/.env
| Database | PostgreSQL (local) |
| Config | |~/openclaw-board/logs/
| Logs | |~/Library/LaunchAgents/com.openclaw.board.plist
| Auto-start | |
`bash`
npx openclaw-board-installer update
Or run the installer again — it detects existing installations and offers an update option.
`bashStop the service
npx openclaw-board-installer stop
- Node.js 18+
- PostgreSQL (installer can set this up on macOS)
- macOS or Linux (Windows not yet supported)
MIT