[
]
[
]
[
]
AI Agent running natively on your Windows β No Docker Β· No WSL2 Β· Zero overhead
# Step 1: Clone the repository
git clone https://github.com/markwang2658/hermes-windows-native.git
cd hermes-windows-native
# Step 2: One-click install
.\install.ps1
# Step 3: Start the service
.\start.ps1
Open http://127.0.0.1:8787 in your browser to get started.
π Detailed Installation Instructions (click to expand)
| Requirement | Minimum Version | Check Command |
|---|
| Windows | 10 (1809+) | [Environment]::OSVersion.VersionString |
| Python | 3.10+ | python --version |
| Git | Any version | git --version |
| Method | Best For | Time Required |
|---|
| A. One-Click Script β Recommended | Beginners, quick start | 3 minutes |
| B. Manual Install | Advanced users who want details | 10 minutes |
| C. Developer Setup | Contributors, code modification | 15 minutes |
See: Agent Installation Guide | WebUI Installation Guide
| Technology | Version | Purpose |
|---|
| Python | 3.10+ | Runtime environment |
| PowerShell | 5.1+ / 7+ | Installation scripts / automation |
| Kimi K2.6 | Latest | Cloud chat model (Moonshot API) |
| GLM-4.6V-Flash | Q4 quantized | Local vision model (LM Studio) |
| faster-whisper | latest | Local speech-to-text |
| LM Studio | latest | Local model inference engine |
| CUDA | 12.x / 13.x | GPU acceleration (optional) |
docs/en/
βββ index.md # Main navigation (this file)
βββ installation/
β βββ agent-install.md # Agent installation guide
β βββ webui-install.md # WebUI installation guide
βββ configuration/
β βββ chat-config.md # Chat model config (Kimi K2.6)
β βββ vision-config.md # Vision model config (GLM-4.6V)
β βββ audio-config.md # Speech-to-text config (Whisper)
β βββ text-config.md # Text processing config (GLM-4.6V)
βββ architecture/
β βββ trimode-routing.md # Four-mode routing architecture
βββ troubleshooting/
β βββ index.md # Troubleshooting navigation
β βββ installation-issues.md # Installation issues (7 items)
β βββ startup-issues.md # Startup issues (6 items)
β βββ connection-issues.md # Connection issues (4 items)
β βββ model-issues.md # Model & API issues (6 items)
β βββ feature-issues.md # Feature issues (6 items)
β βββ performance-issues.md # Performance issues (5 items)
β βββ windows-issues.md # Windows-specific issues (8 items)
βββ contributing.md # Contributing guide
Total: 16 documents, 42+ troubleshooting entries
βοΈ = Cloud API (requires network) | π = Local inference (privacy-safe)
New Users: Agent Install β WebUI Install β Chat Config β Start Using
Privacy-First: Agent Install β WebUI Install β Vision/Audio/Text Config (all local)
Advanced Users: Full documentation β Architecture Design β Custom Tuning
Contributors: Contributing Guide β Pick an Issue β Fork β Modify β Submit PR
| Feature | Description |
|---|
| πͺ Windows Native | No Docker, no WSL2, no virtualization overhead |
| π Privacy First | Images/audio/text processed locally β data never leaves your machine |
| π° Cost Effective | Chat uses cloud (affordable), everything else is free (local) |
| π Comprehensive Docs | 16 documents + 42+ troubleshooting entries |
| π Bilingual Support | Full internationalization (Chinese + English) |
This project is licensed under the MIT License.
Why MIT? Maximum community participation β allows both commercial and personal use.