AI Coding Assistant

The universal CLI for AI-powered coding assistants

Victoire brings Claude Code, GitHub Copilot, and Gemini capabilities to your terminal. One CLI to rule them all - switch between providers seamlessly while keeping your workflow.

1

Install it.

Get started in seconds with npm, yarn, or pnpm.

Terminal
$ npm i -g victoire✓ victoire installed successfully$ victoire
victoire v0.0.1
Which AI provider would you like to use?
To change this later, run /provider
OpenAI (gpt-5, o4-mini, o3)
Anthropic (Claude Opus 4.1, Claude Sonnet 4)
Google (Gemini 2.5 Pro, Gemini 2.5 Flash)
Use arrow keys to navigate, Enter to select.
2

Configure.

Choose your AI provider and add your API keys.

Terminal
victoire › anthropic setup
Get your API key from:
https://console.anthropic.com/settings/keys
>sk-ant-api03_bRs5mK8XzY9wQ2fJ7nP4tU6v
✓ API key configured successfully
Press Esc to go back
3

Code.

Start coding with AI assistance from any provider, right in your terminal.

victoire code

Interactive coding session

victoire edit app.tsx

Edit files with AI

victoire debug

Debug with AI guidance