Skip to content

outsourc-e/hermes-workspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,243 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hermes Workspace

Hermes Workspace

Your AI agent's command center — chat, files, memory, skills, and terminal in one place.

Version License Node PRs Welcome

Not a chat wrapper. A complete workspace — orchestrate agents, browse memory, manage skills, and control everything from one interface.

Hermes Workspace


✨ Features

  • 🤖 Hermes Agent Integration — Direct FastAPI backend connection with real-time SSE streaming
  • 🎨 8-Theme System — Official, Classic, Slate, Mono — each with light and dark variants
  • 🔒 Security Hardened — Auth middleware on all API routes, CSP headers, exec approval prompts
  • 📱 Mobile-First PWA — Full feature parity on any device via Tailscale
  • Live SSE Streaming — Real-time agent output with tool call rendering
  • 🧠 Memory & Skills — Browse, search, and edit agent memory; explore 2,000+ skills

📸 Screenshots

Chat Files
Chat Files
Terminal Memory
Terminal Memory
Skills Settings
Skills Settings

🚀 Quick Start

Prerequisites

Step 1: Set up Hermes Agent (backend)

# Clone and install Hermes Agent
git clone https://github.com/NousResearch/hermes-agent.git
cd hermes-agent
python -m venv .venv
source .venv/bin/activate   # Windows: .venv\Scripts\activate
pip install -e .

# Run the interactive setup (configures your API keys)
hermes setup

# Start the API server on port 8642
hermes webapi
# Or manually: uvicorn webapi.app:app --host 0.0.0.0 --port 8642

API keys: Hermes supports Anthropic (Claude), OpenAI, OpenRouter, and local models via Ollama. Run hermes setup to configure your provider, or set ANTHROPIC_API_KEY / OPENAI_API_KEY in ~/.hermes/.env.

Step 2: Install & Run Hermes Workspace (frontend)

# In a new terminal
git clone https://github.com/outsourc-e/hermes-workspace.git
cd hermes-workspace
pnpm install
cp .env.example .env       # Add your Hermes API URL
pnpm dev                   # Starts on http://localhost:3000

Verify: Open http://localhost:3000 — you should see the chat interface. If you get connection errors, make sure Hermes Agent is running on port 8642 (curl http://localhost:8642/health should return {"status": "ok"}).

Environment Variables

# Hermes FastAPI backend URL
HERMES_API_URL=http://127.0.0.1:8642

# Optional: password-protect the web UI
# HERMES_PASSWORD=your_password

📱 Install as App (Recommended)

Hermes Workspace is a Progressive Web App (PWA) — install it for the full native app experience with no browser chrome, keyboard shortcuts, and offline support.

🖥️ Desktop (macOS / Windows / Linux)

  1. Open Hermes Workspace in Chrome or Edge at http://localhost:3000
  2. Click the install icon (⊕) in the address bar
  3. Click Install — Hermes Workspace opens as a standalone desktop app
  4. Pin to Dock / Taskbar for quick access

macOS users: After installing, you can also add it to your Launchpad.

📱 iPhone / iPad (iOS Safari)

  1. Open Hermes Workspace in Safari on your iPhone
  2. Tap the Share button (□↑)
  3. Scroll down and tap "Add to Home Screen"
  4. Tap Add — the Hermes Workspace icon appears on your home screen
  5. Launch from home screen for the full native app experience

🤖 Android

  1. Open Hermes Workspace in Chrome on your Android device
  2. Tap the three-dot menu (⋮) → "Add to Home screen"
  3. Tap Add — Hermes Workspace is now a native-feeling app on your device

📡 Mobile Access via Tailscale

Access Hermes Workspace from anywhere on your devices — no port forwarding, no VPN complexity.

Setup

  1. Install Tailscale on your Mac and mobile device:

  2. Sign in to the same Tailscale account on both devices

  3. Find your Mac's Tailscale IP:

    tailscale ip -4
    # Example output: 100.x.x.x
  4. Open Hermes Workspace on your phone:

    http://100.x.x.x:3000
    
  5. Add to Home Screen using the steps above for the full app experience

💡 Tailscale works over any network — home wifi, mobile data, even across countries. Your traffic stays end-to-end encrypted.


🖥️ Native Desktop App

Status: In Development — A native Electron-based desktop app is in active development.

The desktop app will offer:

  • Native window management and tray icon
  • System notifications for agent events and mission completions
  • Auto-launch on startup
  • Deep OS integration (macOS menu bar, Windows taskbar)

In the meantime: Install Hermes Workspace as a PWA (see above) for a near-native desktop experience — it works great.


☁️ Cloud & Hosted Setup

Status: Coming Soon

A fully managed cloud version of Hermes Workspace is in development:

  • One-click deploy — No self-hosting required
  • Multi-device sync — Access your agents from any device
  • Team collaboration — Shared mission control for your whole team
  • Automatic updates — Always on the latest version

Features pending cloud infrastructure:

  • Cross-device session sync
  • Team shared memory and workspaces
  • Cloud-hosted backend with managed uptime
  • Webhook integrations and external triggers

✨ Features

💬 Chat

  • Real-time SSE streaming with tool call rendering
  • Multi-session management with full history
  • Markdown + syntax highlighting
  • Chronological message ordering with merge dedup
  • Inspector panel for session activity, memory, and skills

🧠 Memory

  • Browse and edit agent memory files
  • Search across memory entries
  • Markdown preview with live editing

🧩 Skills

  • Browse 2,000+ skills from the registry
  • View skill details, categories, and documentation
  • Skill management per session

📁 Files

  • Full workspace file browser
  • Navigate directories, preview and edit files
  • Monaco editor integration

💻 Terminal

  • Full PTY terminal with cross-platform support
  • Persistent shell sessions
  • Direct workspace access

🎨 Themes

  • 8 themes: Official, Classic, Slate, Mono — each with light and dark variants
  • Theme persists across sessions
  • Full mobile dark mode support

🔒 Security

  • Auth middleware on all API routes
  • CSP headers via meta tags
  • Path traversal prevention on file/memory routes
  • Rate limiting on endpoints
  • Optional password protection for web UI

🗺️ Roadmap

Feature Status
Chat + SSE Streaming ✅ Shipped
Files + Terminal ✅ Shipped
Memory Browser ✅ Shipped
Skills Browser ✅ Shipped
Mobile PWA + Tailscale ✅ Shipped
8-Theme System ✅ Shipped
Native Desktop App (Electron) 🔨 In Development
Model Switching & Config 🔨 In Development
Chat Abort / Cancel 🔨 In Development
Cloud / Hosted Version 🔜 Coming Soon
Team Collaboration 🔜 Coming Soon

⭐ Star History

Star History Chart


💛 Support the Project

Hermes Workspace is free and open source. If it's saving you time and powering your workflow, consider supporting development:

ETH: 0xB332D4C60f6FBd94913e3Fd40d77e3FE901FAe22

GitHub Sponsors

Every contribution helps keep this project moving. Thank you 🙏


🤝 Contributing

PRs are welcome! See CONTRIBUTING.md for guidelines.

  • Bug fixes → open a PR directly
  • New features → open an issue first to discuss
  • Security issues → see SECURITY.md for responsible disclosure

📄 License

MIT — see LICENSE for details.


Built with ⚡ by @outsourc-e and the Hermes Workspace community

About

Native web workspace for Hermes Agent — chat, terminal, memory, skills, inspector. Built for the Nous Research hackathon.

Topics

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages