Your Central Hub for AI Coding Assistants on Windows & Linux.
AI CLI Manager (v1.2.27) is a powerful command-line utility designed to simplify the installation, management, and launching of various AI coding assistants. It bridges the gap between different AI tools, providing a unified interface and seamless Windows integration.
- Unified Launcher: Launch any supported AI CLI (Gemini, Claude, Copilot, etc.) with a single keystroke.
- 🔥 CLI Beast Mode: Launch up to 4 AI CLIs simultaneously in a perfectly aligned 2x2 grid (Windows Terminal or tmux).
- Smart Installation: Automated dependency checks (Node.js, Python, Git, curl) and one-click installs for missing tools.
- Pre-Launch Validation: Verifies a CLI is actually installed before attempting to launch — clear error messages guide you to fix it.
- Windows Integration: Add a cascading "Open with AI CLI" menu to your right-click context menu in File Explorer.
- Cross-Platform: Primary focus on Windows (Batch) with robust support for Linux & macOS (Shell).
- Session Awareness: Comprehensive logging and registry backup utilities for system safety.
- Run: Double-click
AI_CLI_Manager.bat. - Elevate: The script automatically requests Administrator privileges for system integrations.
- Terminal: Automatically detects Windows Terminal; falls back to standard CMD if needed.
- Permission:
chmod +x AI_CLI_Manager.sh Multi_CLI_Grid.sh - Run:
./AI_CLI_Manager.sh - See LINUX_MAC_README.md for platform-specific details.
Beast Mode is for power users who need to orchestrate multiple AI agents at once. It launches 4 CLIs in a single session, split into quadrants.
- Windows: Run
Multi_CLI_Grid.bat(Requires Windows Terminal). - Linux/Mac: Run
./Multi_CLI_Grid.sh(Requires tmux).
- Select Layout: Choose from Preset Alpha (Copilot/Codex/Qoder/Antigravity), Preset Beta (KiloCode/Vibe/OpenCode/Qwen), or Custom Pick.
- Select Directory: Enter the path to your project folder when prompted.
- Go!: The grid opens instantly in that directory.
Note: Beast Mode supports all 19 tools (options 1–19), matching the main manager menu.
Tip: In
tmux(Linux/Mac), useCtrl+BthenDto detach from the grid without killing your active AI sessions.
The manager supports a wide range of industry-leading AI models and CLI agents:
| Tool | Package | Command | Installation |
|---|---|---|---|
| Gemini (Deprecated) | @google/gemini-cli |
gemini |
NPM |
| Jules | @google/jules |
jules |
NPM |
| Claude | Official Script |
claude |
PowerShell / Curl |
| OpenAI Codex | @openai/codex |
codex |
NPM |
| Mistral Vibe | mistral-vibe |
vibe |
PIP (Python) |
| GitHub Copilot | @github/copilot |
copilot |
NPM |
| Qwen Code | @qwen-code/qwen-code |
qwen |
NPM |
| Cline | cline |
cline |
NPM |
| iFlow (Deprecated) | @iflow-ai/iflow-cli |
iflow |
NPM |
| OpenCode | opencode-ai |
opencode |
NPM |
| KiloCode | @kilocode/cli |
kilocode |
NPM |
| NanoCode | nanocode-agent |
nanocode |
Git + Link |
| Junie | Official Script |
junie |
PowerShell / Curl |
| Kiro | Official Script |
kiro-cli |
Bash / Curl (Unix only*) |
| Qoder | @qoder-ai/qodercli |
qodercli |
NPM |
| Antigravity | Official Script |
agy |
PowerShell / Curl |
| Aider | aider-chat |
aider |
PIP (Python) |
| Open Interpreter | open-interpreter |
interpreter |
PIP (Python) |
Note on Installation: Smart Install (Option
I) automatically manages Node.js, Python, and Git. Git-based tools like NanoCode are cloned into the/Toolsdirectory and linked vianpm link.*Note on Kiro CLI: This tool is not natively supported on Windows. Use WSL or Git Bash for access.
ICheck and Install All: Scans for all supported tools and installs missing ones automatically.VShow Versions: Lists specific installed versions or marks them as[NOT INSTALLED].
Launches the selected tool in the current directory (or a specified path) using the best available terminal emulator.
AAdd to Windows Context Menu: (Pro-Tip 🔥) Adds a right-click "Open with AI CLI" menu to Explorer.- How to use: Right-click any folder or empty space > Hover over "Open with AI CLI" > Select your agent.
BRemove Menu: Cleanly uninstalls registry entries.CRegistry Backup: Highly Recommended before using OptionA. Saves a.regfile to theLog Filesfolder.
DRestart Explorer: Instantly applies visual/registry changes.EDeep Refresh Icons: Force-clears icon cache if menu icons look broken.
You can run AI_CLI_Manager.sh on Windows for cross-platform testing:
- Option 1: Git Bash: Right-click folder > "Open Git Bash Here" >
./AI_CLI_Manager.sh. - Option 2: WSL (Recommended): Navigate to your project folder (e.g.,
/mnt/c/Users/...) in your WSL terminal for a true Linux environment.
| Issue | Solution |
|---|---|
| "Access Denied" | Right-click > "Run as Administrator". |
| Menu not appearing | Use Option D (Restart Explorer). |
| Broken Icons | Use Option E (Deep Refresh). |
| PATH errors | Restart your computer after new tool installations. |
| "CLI not found in PATH" | Run Option I to install the missing tool, then retry. |
| Junie/Kiro install fails | Ensure curl (Linux/macOS) or internet access (Windows) is available. |
| Context menu icons persist after removal | Use Option E (Deep Refresh Icons) after removing the menu. |
- Logs:
AI_CLI_MG_YYYYMMDD_HHMMSS.loginLog Files/. - Backups:
AI_CLI_Backup_YYYYMMDD_HHMMSS.reginLog Files/.
- 🛠️ Technical Documentation: Deep dive into architecture and logic.
- 🎨 Design Philosophy: The "Why" behind the tool.
- 🤝 Contributing Guide: How to help improve the tool.
- 🐧 Linux & macOS Guide: Platform-specific details.
Licensed under the GNU General Public License v3.
Copyright (C) 2026 Krishna Kanth B

