Executable markdown with shebang, Unix pipes, and output redirection. Extends Claude Code with cross-cloud provider switching and any-model support — local or 100+ cloud models.
git clone https://github.com/andisearch/airun.git && cd airun && ./setup.sh
Executable markdown scripting, Unix pipes, and multi-provider support — use Claude Code with any model, local or cloud.
Add a shebang line to any markdown file and run it directly. Your prompts become reusable, version-controlled tools.
#!/usr/bin/env aiUse Claude Code with any model — Claude, GPT, Gemini, Llama, Qwen, and more. Switch between 8 providers with a flag. Hit a rate limit? --resume on another.
Pipe data in, redirect output, chain scripts together. Full Unix semantics for automation — stdout is data, stderr is diagnostics.
cat data.json | ./analyze.md > out.txtRun Claude Code with any local model via Ollama or LM Studio. Free, private, no API keys. Use Qwen, Llama, DeepSeek, or any GGUF/MLX model.
ai --ollama --model qwen3-coderUse Claude Code with any model — locally or via 100+ cloud models on Vercel AI Gateway. Switch providers mid-conversation to bypass rate limits or run for free.
One unified CLI for everything. Model tiers, provider switching, session resume, and persistent defaults.
Requires Claude Code (Anthropic's AI coding CLI). Works on macOS, Linux, and Windows via WSL.
git clone https://github.com/andisearch/airun.git && cd airun && ./setup.sh
Free and open source. MIT License.