OpenAgents Workspace is an open-source Python project enabling collaborative AI agent workflows via a unified workspace and launcher tooling. It ships a launcher, runtime agents, and a desktop launcher with multi-agent collaboration features.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
OpenAgents Workspace is a platform that provides a unified workspace for multiple AI agents to collaborate. It includes a launcher and a desktop app to install runtimes, connect agents to a workspace, and manage credentials and configurations. The project is open source under the Apache-2.0 license and focuses on enabling shared context, files, and browser interactions among agents within a single workspace.
How it works
The system connects various agents (OpenClaw, Claude Code, Codex CLI, Cursor, etc.) to a persistent workspace. Agents share context, files, and browser sessions, enabling coordinated tasks across agents. The launcher facilitates installing runtimes, configuring API keys, connecting to a workspace, and running as a background daemon. A per-workspace, per-agent configuration governs provider, model, and credentials, with environment-based key injection rules. The launcher includes a front-end dashboard and a TUI to manage agents.
Getting started
CLI — install and launch from your terminal:
# macOS / Linux
curl -fsSL https://openagents.org/install.sh | bash
# Windows (PowerShell)
irm https://openagents.org/install.ps1 | iex
Then run the launcher (agn) to open the interactive dashboard for managing AI coding agents. Example commands:
agn install openclaw # install a runtime
agn create my-agent --type openclaw # create an instance
agn env openclaw --set LLM_API_KEY=sk-... # set credentials
agn up # start the daemon
agn connect my-agent <workspace-token> # connect agent into workspace
Desktop App — download launcher for macOS, Windows, Linux, or all releases.
Recent releases
Latest launcher-v0.9.2 (2026-08-05): fix(launcher): theme the rail and window frame, fix tray icon and log jumps. Previous: launcher-v0.9.1 (2026-08-05) with frontend workspace shell rebuild; launcher-v0.9.0 (2026-08-04) with launcher UI changes. Goose beta noted for headless mode and version constraints; Goose CLI install commands provided in the Goose section.
Traction
Not provided in the material.
Behind the repo
Not provided in the material.
Caveats
- License: Apache-2.0
- Created: 2025-03-10
- Last push: 2026-08-04
- Language: Python
- Issues: 88 open issues
- Stars: 3961
- Forks: 403
- Topics include agents, ai, collaboration, llm, network.
- Latest releases include launcher updates and changelogs.






