CLIQ Code v0.1.0 Release 🎉
We are excited to release the first official build of CLIQ Code (by fliq odd), featuring a fully standalone pre-compiled Windows executable!
What's New
- 🚀 Standalone Windows Executable (
cliq-code.exe): Run the AI assistant directly on Windows without needing Python or external dependencies. - 🧠 Model-Agnostic LLM Routing: Uses LiteLLM to support Google Gemini, OpenAI, Anthropic Claude, and local Ollama models.
- 🛡️ Multi-Layered Safety Catch: Prompt confirmations and security bounds check all bash commands before execution.
- ⚡ UTF-8 Output Support: Fixed Windows terminal rendering for emojis/icons.
How to Get Started
- Download
cliq-code.exefrom the Assets section below. - Put the file in a directory and optionally add it to your System
PATHvariables. - Open your terminal, set your API key (e.g.
$env:GEMINI_API_KEY = "your-key"), and run:cliq-code