ZIP
WinGet
AxonHub
Loop · 0.9.36 · x64
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
axonhub_0.9.36_windows_amd64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
looplj.AxonHub
Version
0.9.36
Description
A modern AI gateway system that provides a unified OpenAI (Chat Completion, Responses), Anthropic, Gemini and AI SDK compatible API
License
MIT
↗
Homepage
https://github.com/looplj/axonhub
Installer URL
https://github.com/looplj/axonhub/releases/download/v0.9.36/axonhub_0.9.36_windows_amd64.zip
Release Notes
What's Changed
- fix(ui): show secondary rate limit reset time in quota badges by @myml in https://github.com/looplj/axonhub/pull/1437
- feat(channels): add ollama channel support by @myml in https://github.com/looplj/axonhub/pull/1439
- fix: channel probe filter & token stats by @looplj in https://github.com/looplj/axonhub/pull/1446
- fix: rerank pass through body model by @looplj in https://github.com/looplj/axonhub/pull/1447
- fix: empty detect for non chat request type, close #1445 by @loopl…