Skip to content

Releases: Click-To-Automate/ClickToAutomate-AI-Nexus-Router

CTA AI Nexus Router (v1.0.0)

Pre-release

Choose a tag to compare

@vibhuti019 vibhuti019 released this 14 Jul 16:50
64f22d2

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.
  • 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.txt file 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 OPTIONS and standard headers to proxy routes, enabling direct access from local browser clients.
  • CLI Arguments: Full support for customization flags (run with --help to view):
    • --port <number> (Default: 20128 / 30128 in Wails prod)
    • --db <path> (Override default SQLite path)

📦 What's Inside the ZIP File

  1. AI Router GUI.exe — Go + Wails GUI wrapper
  2. AI Router CLI.exe — Go CLI service
  3. README.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!