Desktop client for the Turnstone AI orchestration platform.
A thin Electron wrapper that connects to your Turnstone server and/or console — it does not bundle or manage the Python backend.
- Server only — single-node home deployments
- Console only — corporate cluster monitoring
- Both — tabbed interface with server and console views
- Custom title bar with health status indicators
- System tray with connection status
- Native notifications for workstream events
- Settings persistence (URLs, window position, mode)
- Auto-reconnect when backend comes back online
npm install
npm startnpm run makeProduces platform-specific distributables in out/make/.
Tag a version to trigger CI builds for macOS, Windows, and Linux:
git tag v0.1.0
git push origin v0.1.0