Skip to content

thomasboom/AIRun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIRun

Launch or install supported AI CLIs in seconds.

AIRun detects supported AI CLIs on your system and lets you pick one from an interactive fuzzy search menu. Installed tools launch immediately, and known missing tools can be installed from the same flow.

Features

  • Auto-detection - Scans your PATH for supported AI tools
  • Launch or install flow - Launch installed tools or install missing known tools in one place
  • Fuzzy search - Quickly find and select tools with fuzzy matching
  • Parallel scanning - Fast detection using parallel processing
  • Colorful UI - Clean, colored terminal interface
  • Zero config - Works out of the box, no setup required

Supported Tools

Tool Command Description
OpenCode opencode Made by OpenCode
Kilo kilo Made by Kilo
Cline cline Made by Rethink
Cursor CLI agent Made by Cursor
Gemini CLI gemini Made by Google
Qwen qwen Made by Alibaba
Claude CLI claude Made by Anthropic
Ollama ollama Made by Ollama
LM Studio lmstudio Made by LM Studio
Mistral Vibe CLI vibe Made by Mistral AI
Codex codex Made by OpenAI
Aider aider Made by Aider
Amp amp Made by Amp
Auggie CLI auggie Made by Auggie
Autohand Code autohand Made by Autohand
CodeBuddy Code codebuddy Made by CodeBuddy
Corust Agent corust Made by Corust
Factory Droid droid Made by Factory AI
Junie junie Made by JetBrains
Kimi CLI kimi Made by Moonshot AI
Qodo CLI qodo Made by Qodo
Stakpak stakpak Made by Stakpak
Goose goose session Made by Scale AI
Codebuff codebuff Made by Codebuff
Freebuff freebuff Made by Codebuff

Install support is only available for known supported tools that have explicit installer metadata configured in the codebase.

Installation

From crates.io

cargo install airun

From source

git clone https://codeberg.org/thomasboom/AIRun
cd AIRun
cargo install --path .

Usage

Simply run:

airun

AIRun displays an interactive menu with installed tools by default. Use arrow keys or type to fuzzy search, then press Enter on a tool.

  • Installed tools launch immediately.
  • Use airun --installable to show only missing tools that can be installed.
  • Missing tools with configured installers prompt: Install <Tool Name>? [y/N].
  • Missing tools without configured installers are excluded from --installable mode.

Building

cargo build --release

The binary will be available at target/release/airun.

Contributing

Contributions are welcome! Feel free to submit issues or pull requests.

License

AGPL-3.0-only

About

Run any AI CLI in seconds. This is a mirror of our Codeberg repository.

Resources

License

Contributing

Stars

Watchers

Forks

Contributors