Run, switch, and orchestrate coding agents from one workspace.
Ora is an open-source IDE built for working with AI agents.
Instead of tying your workspace to a single agent, Ora provides a common runtime where different coding agents can run side by side while sharing the same workspace and development environment.
Use the agent that fits the task — and switch when it doesn't.
Ora integrates coding agents through a plugin-based runtime.
| Agent | Integration |
|---|---|
| OpenCode | ora-space/opencode-agent |
| Claude Code | ora-space/claude-code-agent |
| Codex | ora-space/codex-agent |
Agent plugins connect external agent runtimes to Ora while keeping the desktop application independent of any single agent implementation.
Ora is more than a chat interface.
It provides the infrastructure for running agents as part of a real development workflow:
- Multi-agent runtime — run different coding agents through a common interface
- Persistent sessions — keep conversation and execution history across agent sessions
- Isolated workspaces — work with repositories and task worktrees
- Agent switching — move between agents without changing your development environment
- Workflows — compose repeatable agent-driven development processes
- Extensible plugins — add agents, tools, hooks, MCP servers, and UI extensions