Hi everyone,
I'm excited to share the first public release of ClickToAutomate AI Nexus Router.
AI Nexus Router is an open-source AI Router built entirely in Go that provides a single OpenAI-compatible API for multiple AI providers. It also includes a native desktop application (Wails) and a Web UI for managing providers, API keys, and routing.
Key Features
- Native Desktop App (Wails)
- Web UI
- OpenAI-compatible API
- Works with Cursor, Claude Code, Antigravity, and other compatible AI clients
- Multiple AI providers through a single endpoint
- Self-hostable
- MIT Licensed
I chose Go because AI routing is primarily a networking and concurrency problem. Go's lightweight goroutines and mature networking libraries make it a great fit while keeping the project simple and easy to contribute to.
This is the first public release, so I'm looking for early adopters to help test it with real-world workloads. I'd especially appreciate feedback on:
- Performance
- Security
- UI/UX
- Bugs
- Feature requests
- Provider integrations
GitHub Repository:
https://github.com/Click-To-Automate/ClickToAutomate-AI-Nexus-Router
Download the latest release:
https://github.com/Click-To-Automate/ClickToAutomate-AI-Nexus-Router/releases
If you build AI tools or use clients like Cursor or Claude Code, I'd love to hear your feedback. Every issue, discussion, and contribution helps improve the project.