Deploy hermes-workspace
AI command center for Hermes: chat, files, memory, skills, terminal
hermes-agent
Just deployed
hermes-workspace
Just deployed
Deploy and Host Hermes Workspace on Railway
About Hosting Hermes Workspace on Railway
Hermes Workspace runs on Railway as a two-service setup: a public web UI and a private Hermes agent gateway. Railway handles image deploys, service networking, and domain provisioning.
Tech Stack
- Hermes Workspace (Node.js SSR app)
- Hermes Agent Gateway (Python 3.11)
- Docker Hub images
- Railway networking and domains
Why Deploy Hermes Workspace on Railway
- Fast image-based deployment
- Private service-to-service routing
- Simple environment variable management
Common Use Cases
- Personal AI command center
- Team internal agent workspace
- Remote browser-based Hermes operations
Deployment Notes
hermes-workspacelistens on port3000and is exposed publicly.hermes-agentlistens on port8642and stays private.- Set
ANTHROPIC_API_KEYto a real key after deployment. HERMES_API_URLpoints tohttp://${{hermes-agent.RAILWAY_PRIVATE_DOMAIN}}:8642.
Dependencies for Hermes Workspace on Railway
This template uses one public app service and one private gateway dependency.
Deployment Dependencies
| Service | Image | Port | Volume |
|---|---|---|---|
| hermes-workspace | xiaosong233/hermes-workspace-railway:latest | 3000 | - |
| hermes-agent | xiaosong233/hermes-agent-railway:latest | 8642 | - |
Template Content
hermes-agent
xiaosong233/hermes-agent-railway:latestANTHROPIC_API_KEY
hermes-workspace
xiaosong233/hermes-workspace-railway:latest