CTA AI Nexus Router (v1.0.0)
Pre-release
Pre-release
ClickToAutomate AI Nexus Router - v1.0.0
We are excited to launch the first official release of the CTA AI Nexus Router (v1.0.0)!
This release provides a high-performance, lightweight OpenAI-compatible local proxy. It optimizes multi-provider LLM requests through intelligent routing, token compression, and semantic caching, while keeping client configurations dead simple.
🚀 Key Features
- Dual Build Setup:
- GUI Desktop Application (
AI Router GUI.exe): A fully native, styled dashboard using Go + Wails. Runs alongside a visible command terminal window for immediate feedback. - Headless CLI Executable (
AI Router CLI.exe): A command-line program with minimal memory footprint, perfect for background scripts, developer environments, and server configurations.
- GUI Desktop Application (
- Advanced Logging & Debugging:
- Integrated a real-time log viewer right inside the Logs tab of the dashboard.
- Captures and writes log output continuously to a background
logs.txtfile located in the same directory as the SQLite database.
- Built-in Interactive Playground:
- Test custom routes and models locally.
- Chat Memory: Enables toggling history on/off.
- Session Management: Easily delete old chats straight from the sidebar.
- Auto-Scroll: Smoothly scrolls down to accommodate long streams.
- Detailed Error Info: Transparently logs full response messages when encountering errors (e.g. 400 Bad Request) from upstream providers.
- CORS Compatibility: Added proper preflight
OPTIONSand standard headers to proxy routes, enabling direct access from local browser clients. - CLI Arguments: Full support for customization flags (run with
--helpto view):--port <number>(Default:20128/30128in Wails prod)--db <path>(Override default SQLite path)
📦 What's Inside the ZIP File
AI Router GUI.exe— Go + Wails GUI wrapperAI Router CLI.exe— Go CLI serviceREADME.md— Getting started guide for users unpacking the release
Installation & Run
Simply download and extract the attached ai-router-v1.0.0.zip file, and double-click AI Router GUI.exe to start using the router locally!