IrisOS Documentation
Everything you need to know about IrisOS products and services.
Computer Use Agent
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
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
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.
Version 2.5.0 Released
Major update with improved AI capabilities, better web automation, and enhanced security features.
Read release notes →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 →New API Endpoints
Added new API endpoints for better integration with third-party services and improved webhook functionality.
View API documentation →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 with IrisOS
Learn the basics of installing and configuring IrisOS for your first project.
Using the Chrome Extension
A complete guide to using the IrisOS Chrome extension for web automation.
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.