Version 1.0.0 · Stable
Opius is an open-source AI workspace that unifies coding agents, terminals, Git, skills, and persistent workspaces into one desktop application.
Built with Electron, React, TypeScript, TailwindCSS, xterm.js, node-pty, and SQLite — designed to run fully offline and cross-platform on Windows, macOS, and Linux.
This is the first stable release of Opius.
Opius is an open-source AI workspace that unifies coding agents, terminals, Git, skills, and persistent workspaces into one desktop application.
This release establishes the stable foundation for future features including Memory, Opius CLI, Opius Design, plugins, and advanced multi-agent orchestration.
- Multi-agent workspace — run multiple AI agents side-by-side in a tiled terminal grid
- Persistent workspaces — named workspaces with saved layouts, presets, and per-project state
- Built-in terminal — real PTY-backed shells (PowerShell, zsh, bash) with focus, maximize, and fullscreen states
- Skills system — attach reusable capability packs to agents
- Git integration — branch, status, staging, diffs, and commits from the sidebar
- Agent detection — automatically detects installed agents (Claude Code, Codex, Gemini, FreeBuff, Aider, and more)
- Memory — a knowledge constellation that distills durable knowledge from conversations
- Voice — fully local speech-to-text and text-to-speech (Whisper, Kokoro)
- Cross-platform — Windows, macOS, and Linux installers
npm installnpm run devOpens Electron with hot-reload enabled.
npm run build # compile TypeScript + bundle frontend + validate preload
npm run package # build + package for the current platform
npm run package:linux # AppImage + deb
npm run package:win # NSIS installer (.exe)
npm run package:mac # DMG installerArtifacts are written to release/1.0.0/:
Opius-Linux-1.0.0.AppImage/Opius-Linux-1.0.0.debOpius-Windows-1.0.0-Setup.exeOpius-Mac-1.0.0-Installer.dmg
- CHANGELOG.md — release history
- QUICK_START.md — quick build guide
- BUILD_GUIDE.md — comprehensive cross-platform build documentation
- OPIUM.md — product overview and direction
© Opius Team. See .github/FUNDING.yml to support the project.