A powerful CLI for Azure AI Foundry. Chat with Claude, GPT, and DeepSeek models directly from your terminal with syntax highlighting and tool execution.
Everything you need for AI-powered development
Switch between Claude, GPT, and DeepSeek models instantly with /model command.
Beautiful Dracula-themed code blocks with language-aware syntax highlighting.
Execute shell commands, read/write files, and search your codebase automatically.
Include files in your prompts with @filename for context-aware responses.
Real-time streaming with animated thinking indicator for instant feedback.
Full support for English and Portuguese interfaces. More coming soon.
Get up and running in minutes
Download the latest release for your platform from GitHub Releases.
Download Latest ReleaseRun the binary and use the /install command to install globally.
./aicli.exe❯ /install
On first run, AICLI will guide you through adding your Azure AI credentials.
aicli
If you prefer to build from source, make sure you have Rust installed.
git clone https://github.com/leonardo-matheus/azure-ai-cli.gitcd azure-ai-clicargo build --release
Connect to any Azure AI Foundry model
Opus, Sonnet, Haiku via Azure AI
GPT-4, GPT-4 Turbo, GPT-3.5
DeepSeek Coder and Chat models
Any OpenAI-compatible endpoint
Quick reference for all available commands
| Command | Description |
|---|---|
/help |
Show available commands |
/model |
List and switch between models |
/model <name> |
Switch to a specific model |
/clear |
Clear conversation history |
/config |
Show current configuration |
/lang <en|pt> |
Change interface language |
/install |
Install AICLI globally |
/uninstall |
Uninstall AICLI |
/exit |
Exit the CLI |
@filename |
Include file content as context |