IrisOS Documentation

Everything you need to know about IrisOS products and services.

Quick Start Guide

1. Install the Chrome Extension

Start by installing our open-source Chrome extension from the Chrome Web Store.

https://chrome.google.com/webstore/detail/irisossai
Get Extension

2. Install the Computer Use Agent

Download and install the IrisOS Computer Use Agent for your operating system.

Windows Installation

PS> Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
PS> iwr -useb https://irisosai.com/install.ps1 | iex
Download for Windows

3. Create Your First Agent

Here's a simple example of creating an AI agent using our JavaScript SDK:


// Install the SDK
// npm install @iris/webagent

import { Agent } from "@iris/webagent";

// Create an AI agent
const agent = new Agent("research_assistant");

// Run the agent with a task
agent.run({
    // The task description for the AI agent
    message: "Find information about renewable energy sources",
    
    // Your IrisOS authentication key
    apiKey: "your-IrisOS-api-key",
    
    // Callback for receiving results
    onComplete: (result) => {
      console.log("Research complete:", result);
    }
});

Latest Updates

Stay current with the newest features and improvements to IrisOS.

Apr 1, 2025

Version 2.5.0 Released

Major update with improved AI capabilities, better web automation, and enhanced security features.

Read release notes →
Mar 15, 2025

Chrome Extension Now Open Source

We've made our Chrome extension completely open source! Now you can customize and contribute to its development.

Learn more →
Mar 1, 2025

New API Endpoints

Added new API endpoints for better integration with third-party services and improved webhook functionality.

View API documentation →
Feb 15, 2025

Linux Support Added

The Computer Use Agent is now available for Linux, supporting Ubuntu, Debian, and Fedora distributions.

Installation guide →

Video Tutorials

Learn how to use IrisOS with our step-by-step video guides.

Getting Started

Getting Started with IrisOS

Learn the basics of installing and configuring IrisOS for your first project.

Chrome Extension

Using the Chrome Extension

A complete guide to using the IrisOS Chrome extension for web automation.

API Integration

API Integration Tutorial

Learn how to integrate IrisOS with your applications using our REST API.

Need Help?

Can't find what you're looking for? Our community and support team are here to help.