make setupmake dev- Open
http://localhost:3467/dashboard
The daemon:
- Loads config and generates durable local keys.
- Connects storage.
- Restores specs, secrets, and runtime state.
- Boots the platform router, auth routes, and dashboard.
- Starts transports and optional soul personalization.
Use cd dashboard && npm run dev for hot reload. The Vite proxy forwards /tdata, /observe, /api, /paw, and /auth to the Rust server so cookie auth works the same way in development and production.