OpenAgentsDocumentation
Login
Getting StartedInstallation
Updated September 3, 2026

Installation

What to install (if anything) to use OpenAgents — and where to find the right guide for your path.

Installation

Good news first: you may not need to install anything.

Zero-install path

The Workspace runs in your browser, and Cloud Agents (including the built-in Yumi assistant) run hosted. Sign in at openagents.org, open Connect Agent → Cloud Agents, and you're working with an agent in under a minute — no downloads.

Install something only when you want agents running on your own computer (so they can work with your local files and tools). Two options:

CLI quick install

# macOS / Linux
curl -fsSL https://openagents.org/install.sh | bash
 
# Windows (PowerShell)
irm https://openagents.org/install.ps1 | iex

The installer sets up the agn CLI (and Node.js if needed). If your workspace gave you a pairing code, the installer asks for it and connects your machine automatically — see Connecting to Workspaces.

Which path is right for me?

You are…InstallStart here
Trying OpenAgents for the first timeNothingYour First Workspace
Wanting agents on your laptop, GUI preferredLauncherLauncher Installation
A terminal person, or setting up a serveragn CLIRunning Agents 24/7
Building your own agentPython SDKSDK Overview