---
title: "Deploy hermes-workspace"
description: "AI command center for Hermes: chat, files, memory,  skills, terminal"
category: "AI/ML"
url: https://railway.com/deploy/hermes-workspace
---

# Deploy hermes-workspace

AI command center for Hermes: chat, files, memory,  skills, terminal

**[Deploy hermes-workspace on Railway](https://railway.com/template/hermes-workspace)**

- **Creator:** kmaki's Projects
- **Category:** AI/ML
- **Total deploys:** 29

## Template content

### hermes-agent

- **Image:** xiaosong233/hermes-agent-railway:latest
- **Start command:** `hermes gateway run`
- **Public domain:** Yes

### hermes-workspace

- **Image:** xiaosong233/hermes-workspace-railway:latest
- **Public domain:** Yes

## Documentation

# 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-workspace` listens on port `3000` and is exposed publicly.
- `hermes-agent` listens on port `8642` and stays private.
- Set `ANTHROPIC_API_KEY` to a real key after deployment.
- `HERMES_API_URL` points to `http://${{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 | - |

## Similar templates

- [Chat Chat](https://railway.com/deploy/-WWW5r) — Chat Chat, your own unified chat and search to AI platform.
- [stella](https://railway.com/deploy/stella) — Self-host stella with web, API, Postgres, Redis, and object storage.
- [Hermes Agent | OpenClaw Alternative with Dashboard](https://railway.com/deploy/hermes-agent-or-openclaw-alternative-wit) — Self-Hosted Hermes AI Agent for Telegram, Discord & Slack

Open this page in a browser: https://railway.com/deploy/hermes-workspace
