🚀 Hermes Workspace 1.0
The first official release. Your AI agent's command center — chat, files, memory, skills, and terminal in one place.
Highlights
- Chat — Real-time SSE streaming, multi-session, file attachments, slash commands, voice input
- Files — Workspace file browser with Monaco editor, image preview, file operations
- Terminal — Full PTY terminal with 256-color support
- Memory — Browse, search, and edit agent memory with markdown preview
- Knowledge Browser — Document viewer for agent knowledge bases
- Skills — Browse 2,000+ skills from the marketplace, install/uninstall, security scanning
- Profiles — Multi-profile management (create, switch, rename, delete)
- MCP Settings — Configure MCP servers from the UI
- Jobs — Cron scheduler with create, edit, enable/disable, run history
- Dashboard — Workspace metrics and activity overview
- 8 Themes — Official, Classic, Slate, Mono — each with light and dark variants
- Mobile PWA — Full feature parity on any device via Tailscale
- Security — Auth on all API routes, CSP headers, rate limiting, exec approval prompts
- Smart Routing — Route simple queries to cheaper models automatically
- Context Tracking — Token usage monitoring with alerts
Compatibility
Works with any OpenAI-compatible backend (Ollama, LM Studio, vLLM, OpenAI, Anthropic, etc.). Enhanced features like sessions, memory, skills, and jobs unlock automatically when connected to a Hermes gateway.
Quick Start
git clone https://github.com/outsourc-e/hermes-workspace.git
cd hermes-workspace
pnpm install
cp .env.example .env
pnpm devStats
- 198 files changed, +14,463 / -3,654 lines
- Build: clean | TypeScript: 0 errors | Tests: 4/4 passing