Your AI operations hub: chat, act, remember, and collaborate over the long run.
Current main dashboard routes (from `web-dashboard/src/app/dashboard`) include:
- `/dashboard`: Unified Console (overview + live status)
- `/dashboard/chat`: chat workspace
- `/dashboard/diary`: Bond Journal
- `/dashboard/persona`: persona configuration
- `/dashboard/prompt-pool`: Prompt Pool
- `/dashboard/prompt-trends`: prompt trends analytics
- `/dashboard/stocks`: stock board
- `/dashboard/calendar`: collaborative calendar
- `/dashboard/rpg`: text RPG
- `/dashboard/skills`: skill management
- `/dashboard/mcp`: MCP management
- `/dashboard/action-gate`: Action Gate (approval flow for high-risk operations)
- `/dashboard/agents`: agents list
- `/dashboard/office`: Agent office / collaboration workspace
- `/dashboard/memory`: Memory Core
- `/dashboard/memory-firewall`: Memory Firewall
- `/dashboard/reference-files`: Reference Files
- `/dashboard/settings`: system settings summary
---
## Quick start
### 1) Prerequisites
- Node.js `>=20 <23`
- npm
- Chromium / Google Chrome (required for Gemini Web mode)
### 2) Install and start (recommended)
Windows (use Git Bash):
```bash
cd /path/to/your/project-golem-main
./setup.sh
```
macOS (use Terminal):
```bash
cd /path/to/your/project-golem-main
./setup.sh
```
Press Enter and the script will guide you through installation or open the startup menu.
---
## Most-used commands
| Command | Description |
| --- | --- |
| `npm run dashboard` | Start runtime + Web Dashboard |
| `npm start` | Start core runtime only |
| `npm run dev` | Development mode (nodemon) |
| `npm run doctor` | Environment health checks |
| `npm run arch:check` | Architecture boundary checks |
| `npm test` | Run test suite |
### Common chat commands
| Command | Description |
| --- | --- |
| `/help` | Show available commands |
| `/new` | Start a new conversation and load relevant memory |
| `/new_memory` | Reset the underlying memory state |
| `/skills` | List installed skills |
| `/learn