openclaw-board-installer
v0.2.3
Published
TUI installer for OpenClaw Board
Maintainers
Readme
OpenClaw Board Installer
A terminal UI installer for OpenClaw Board — a kanban board for human-AI collaboration.
Quick Start
npx openclaw-board-installerThis will:
- Check prerequisites (Node.js, PostgreSQL)
- Install PostgreSQL via Homebrew if needed (macOS)
- Clone and configure the board
- Set up auto-start on boot (optional)
Managing the Board
After installation, use these commands:
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 & restartWhat Gets Installed
| Component | Location |
|-----------|----------|
| App | ~/openclaw-board |
| Database | PostgreSQL (local) |
| Config | ~/openclaw-board/.env |
| Logs | ~/openclaw-board/logs/ |
| Auto-start | ~/Library/LaunchAgents/com.openclaw.board.plist |
Updating
npx openclaw-board-installer updateOr run the installer again — it detects existing installations and offers an update option.
Uninstalling
# Stop the service
npx openclaw-board-installer stop
# Remove auto-start (macOS)
launchctl unload ~/Library/LaunchAgents/com.openclaw.board.plist
rm ~/Library/LaunchAgents/com.openclaw.board.plist
# Remove the app
rm -rf ~/openclaw-board
# Optionally remove the database
dropdb openclaw_boardRequirements
- Node.js 18+
- PostgreSQL (installer can set this up on macOS)
- macOS or Linux (Windows not yet supported)
License
MIT
