<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Deploy on Lynx Tech Blog</title><link>https://blog.lynxflow.co/en/tags/deploy/</link><description>Recent content in Deploy on Lynx Tech Blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Fri, 31 Jul 2026 00:00:00 +0800</lastBuildDate><atom:link href="https://blog.lynxflow.co/en/tags/deploy/index.xml" rel="self" type="application/rss+xml"/><item><title>How to Install Hermes Agent on WSL2 (2026)</title><link>https://blog.lynxflow.co/en/posts/install-hermes-wsl2/</link><pubDate>Fri, 31 Jul 2026 00:00:00 +0800</pubDate><guid>https://blog.lynxflow.co/en/posts/install-hermes-wsl2/</guid><description>&lt;img src="https://blog.lynxflow.co/images/install-hermes-wsl2.png?v=090500" alt="Featured image of post How to Install Hermes Agent on WSL2 (2026)" /&gt;Hermes is a self-hosted, self-improving AI agent (Python, MIT). On WSL2 it installs the same way as on Linux — the official installer lands under ~/.hermes. This guide was verified against a live WSL2 instance running Hermes v0.16.0.
1. Install (official one-liner) 1 curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash The installer handles its own dependencies: uv, Python 3.11, Node.js, ripgrep, and ffmpeg. On WSL2 it detects your existing Git and uses it (no bundled Git needed).</description></item><item><title>How to Install the OpenClaw Gateway (2026)</title><link>https://blog.lynxflow.co/en/posts/install-openclaw-gateway/</link><pubDate>Fri, 31 Jul 2026 00:00:00 +0800</pubDate><guid>https://blog.lynxflow.co/en/posts/install-openclaw-gateway/</guid><description>&lt;img src="https://blog.lynxflow.co/images/install-openclaw-gateway.png" alt="Featured image of post How to Install the OpenClaw Gateway (2026)" /&gt;OpenClaw is a self-hosted, multi-channel AI agent gateway (Node.js/TypeScript, MIT). Unlike Hermes (Python, where you hand-write a systemd unit), OpenClaw self-manages its own gateway service — one command installs the systemd unit for you. This guide was verified against a live instance running OpenClaw&amp;rsquo;s gateway.
1. Install (npm global) OpenClaw is an npm package. With Node.js 20+ available:
1 npm install -g openclaw Verify:
1 openclaw --version The binary lands in your npm global bin (e</description></item></channel></rss>