Skip to content
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

Recommended
bash
curl -fsSL https://sufiyan-sabeel.github.io/AIRIS-CLI/install.sh | bash

npm Global Install

Install via npm package manager

Latest
bash
npm install -g @sufiyan-sabeel/airis-cli

Build from Source

Clone repository and build manually

Developer
bash
git clone https://github.com/sufiyan-sabeel/AIRIS-CLI.git
cd AIRIS-CLI
npm install --ignore-scripts
npm run build
npm link

Termux (Android)

Install on Android via Termux terminal

Mobile
bash
pkg update && pkg upgrade
pkg install nodejs git
npm install -g @sufiyan-sabeel/airis-cli
airis --version
Next 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
airis

Try 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