Iris Operator & Iris Agent - EXPERIMENTAL PREVIEW
Overview
-
Iris Operator: An AI assistant running in a virtual machine sandbox (READY FOR USE)
- Available on all major platforms (Linux, macOS, Windows)
- Provides a secure environment where an AI agent can execute tasks based on natural language instructions
-
Iris Agent: A framework for building AI agents (EXPERIMENTAL)
- Currently macOS-only
- Not production-ready
- Capabilities include code writing, web navigation, and inter-agent communication
WARNING: IRIS AGENT NOT READY FOR PRODUCTION USE
Quick Start for Iris Operator
# macOS/Linux
curl -fsSL https://raw.githubusercontent.com/pokemonlabs/iris.release/refs/heads/main/docker/run.sh | bash
# Alternative with wget
wget -qO- https://raw.githubusercontent.com/pokemonlabs/iris.release/refs/heads/main/docker/run.sh | bash
The release page notes that Iris Operator offers one of the fastest implementations for AI-driven computer interaction currently available for personal use, and will eventually be integrated as a core component of Iris Agent in future releases.