Hermes Agent 2026
Install & Telegram Gateway

curl one-liner · hermes setup · Gateway 24/7 · error matrix

Руководство по установке Hermes Agent Telegram Gateway 2026
В 2026 Hermes Agent (Nous Research, MIT) — это не «ещё один чат», а постоянный Gateway с Closed Learning Loop. GitHub: >174k stars. Типичный стек деплоя: официальный curl | bash без ручного Python → hermes doctor (~12 checks) → hermes setup для LLM → hermes gateway install для Telegram 24/7. Ниже — diff с OpenClaw, env matrix, six-step runbook, BotFather wiring, error table и когда аренда Mac Mini M4 bare metal оправдана для skill compounding и launchd uptime.
01

Зачем ставить Hermes Agent в 2026 — и чем он отличается от OpenClaw

В open-source agent tutorials пересекаются Hermes Agent, OpenClaw, LangGraph и CrewAI. Разделение простое: Hermes — personal on-call operator на вашей машине — USER.md, MEMORY.md и skills в ~/.hermes, Gateway для каналов. OpenClaw — multi-channel hub + ClawHub skills. LangGraph/CrewAI — orchestration frameworks: память и deploy собираете сами.

01

Self-improving skills: Repeat tasks грузятся из ~/.hermes/skills/. Community reports: skill count с single digits до ~12 за 30 дней, token на similar jobs −~38% — efficiency signal, не quality score.

02

Model-agnostic: Anthropic, OpenAI, OpenRouter, GitHub Copilot, Ollama — keys в ~/.hermes/.env.

03

MCP extensions: Model Context Protocol servers — GitHub, browser automation и др.

04

Install pain point: Пройти CLI once ≠ цель — нужен Gateway 24/7. Host compare: three-way matrix; memory compounding: three-layer guide.

02

Требования Hermes Agent: macOS, Linux или VPS?

ПараметрMinimumRecommended (production Gateway)
OSmacOS 12+, Ubuntu 20.04+, WSL2macOS 14+ (Apple Silicon) или Ubuntu 24.04 LTS
Python / NodeScript ставит 3.11 / Node 18+Default Node 22, без sudo
RAM4 GB (только API + Gateway)16 GB (browser automation + local 7B fallback)
Disk~1.5 GB (skill cache incl.)≥ 20 GB SSD
NetworkGitHub raw + LLM API reachableStable low-latency egress
Host scenario24/7 uptime feelBest for
Laptop lid closed≈ 60%, skill compounding breaksPOC only
x86 VPS 4 GB≈ 99.5%, no macOS skill pathsLinux-only users
Rented Mac Mini M4Datacenter SLA, native launchdTelegram production, Camoufox
03

Установка Hermes Agent: runbook из шести шагов (macOS / Linux)

One-click install
curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash
source ~/.zshrc

Headless: bash -s -- --skip-browser. Script ставит uv, Python 3.11, Node 22, ripgrep, ffmpeg, clone в ~/.hermes/hermes-agent/, hermes в PATH. Success line: ✅ Hermes Agent installed at ~/.hermes.

01

Run install script: curl выше. Windows — install.ps1, но production favors WSL2 + Linux script.

02

Reload shell: source ~/.zshrc или source ~/.bashrc — fix hermes: command not found.

03

Health check: hermes doctor — Python, Node, ripgrep, ffmpeg, PATH, API keys (~12 checks). hermes --version → v0.14.x или v0.15 candidate.

04

Configure LLM: hermes setup wizard или hermes model для OpenRouter / Anthropic / Ollama. Keys в ~/.hermes/.env, напр. hermes config set OPENROUTER_API_KEY sk-or-xxxx.

05

CLI smoke test: hermes, «summarize today's AI news» или «count files in directory» — confirm tool calls и model routing.

06

Upgrade & migrate: hermes update; после upgrade — hermes config check && hermes config migrate.

04

Hermes Agent Telegram: от BotFather до gateway install

CLI alone = local chat. Для tasking с телефона нужен Gateway. Flow: @BotFather/newbot → save token → @userinfobot для numeric user ID.

Gateway
hermes gateway setup
hermes gateway install
hermes gateway start
hermes gateway status

Wizard пишет TELEGRAM_BOT_TOKEN и TELEGRAM_ALLOWED_USERS. Linux production: sudo hermes gateway install --system + journalctl -u hermes-gateway -f; macOS — launchd user service.

Error / symptomCauseFix
hermes: command not foundPATH not loadedReopen terminal or source rc
API key not setNo LLM configuredhermes model
Group chat silentBot privacy modeDisable Group Privacy in BotFather, kick and re-add
ModuleNotFoundError: dotenvSystem Python used~/.hermes/hermes-agent/venv/bin/hermes

Tip: Also useful: hermes tools, hermes config check. Declare mcp_servers in ~/.hermes/config.yaml; headless — hermes mcp login + SSH tunnel for OAuth.

05

После install: skill compounding и hard data Mac Mini M4

A

Star scale: Июнь 2026 — hermes-agent ~174 720 stars. Install и Telegram docs fastest iterate на macOS path.

B

Power draw: M4 idle 4–6 W; Gateway + automation typically 15–25 W — ok для always-on.

C

Unified memory: 16 GB UMA — Gateway residency ~4 GB class, shared address space с Camoufox и SQLite WAL — меньше swap thrash vs small x86 VPS.

Closed laptop, Raspberry Pi I/O limits, Linux VPS без macOS browser skills — не install failures, а wrong host → Gateway SLA break. Для Telegram 24/7 с self-writing skills — MESHLAUNCH Mac Mini M4 bare metal rental: same curl over SSH, launchd supervision, tarball ~/.hermes before offboarding. Цены аренды; ops boundaries — центр помощи.

FAQ

Нет. install.sh через uv ставит Python 3.11 и Node 22. Если doctor fails — вызывайте venv hermes, не system Python.

После отключения Group Privacy в BotFather удалите бота из группы и пригласите снова. Проверьте TELEGRAM_ALLOWED_USERS. Можно арендовать M4 для изолированного Gateway-теста.

Disk memory persists, но offline Gateway stops skill compounding и Cron. Production: hermes gateway install на 24/7 host — см. memory architecture guide.