Install AIRIS
Install the AI Operating System
Get started with AIRIS in minutes. Choose your preferred installation method below. Free and open source. No account required to install.
Node.js
>= 22.19.0
OS
Linux, macOS, Windows, Android
Terminal
Bash, Zsh, Fish, PowerShell
Architecture
x64, ARM64, ARM
Quick Install (curl)
One-line installation for Linux, macOS, and WSL
bash
curl -fsSL https://sufiyan-sabeel.github.io/AIRIS-CLI/install.sh | bashnpm Global Install
Install via npm package manager
bash
npm install -g @sufiyan-sabeel/airis-cliBuild from Source
Clone repository and build manually
bash
git clone https://github.com/sufiyan-sabeel/AIRIS-CLI.git
cd AIRIS-CLI
npm install --ignore-scripts
npm run build
npm linkTermux (Android)
Install on Android via Termux terminal
bash
pkg update && pkg upgrade
pkg install nodejs git
npm install -g @sufiyan-sabeel/airis-cli
airis --versionNext Steps
After installation
Set up a provider API key and start using AIRIS. You can switch between providers anytime.
Set your API key environment variable
Run `airis doctor` to verify installation
Launch interactive mode with `airis`
Try one-shot: `airis -p "Hello, AI!"`
bash
# Set your API key (choose one provider)
export GEMINI_AAIRIS_KEY="your-gemini-key"
# or export OPENAI_AAIRIS_KEY="your-openai-key"
# or export ANTHROPIC_AAIRIS_KEY="your-anthropic-key"
# Verify installation
airis doctor
# Start using AIRIS
airisTry the web platform
Prefer a browser-based experience? The AIRIS Web IDE runs entirely in your browser with PWA support for mobile.
Open Web Platform