ZIP
WinGet
OpenFang
RightNow AI, Inc. · 0.2.7 · arm64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
openfang-aarch64-pc-windows-msvc.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
RightNow-AI.OpenFang
Version
0.2.7
Description
Open-source Agent Operating System
License
MIT
↗
Homepage
https://www.openfang.sh/
Installer URL
https://github.com/RightNow-AI/openfang/releases/download/v0.2.7/openfang-aarch64-pc-windows-msvc.zip
Release Notes
Fixes
- #174 Fix Unicode byte offset panic in HTML→Markdown conversion — replaced to_lowercase() pattern with ASCII case-insensitive find to prevent panics on multi-byte Unicode (İ, ẞ)
- #173 Fix dashboard hands status badge — all 4 status variants (Active/Paused/Error/Inactive) now show correct badge colors with action hints
- #172 Add X-API-Key header support — auth middleware now accepts X-API-Key as fallback alongside Authorization: Bearer
- #171 Fix hand deactivation orphan agent cleanup —…