Quick Start
Get up and running with Operum in just a few minutes. This guide will walk you through creating your first team and starting your AI agents.
Step 1: Launch Operum
After installing Operum, launch the application.
Step 2: Install Dependencies
On first launch, Operum checks for required tools:
- Git - For repository operations
- GitHub CLI (gh) - For GitHub integration
- Claude Code - Powers the AI agents
Click the install button for each missing dependency. On macOS/Windows, installation is automatic. On Linux, copy the displayed commands to your terminal.

Step 3: Sign In
Click "Login with Operum" to authenticate:
- Your browser will open to the Operum login page
- Sign in with your email or OAuth provider
- You'll be redirected back to the desktop app
Step 4: Create Your First Team
A team is a collection of AI agents working together on a project. To create one:
- Click "Create Team" in the sidebar
- Enter a name for your team (e.g., "My SaaS Project")
- Select a working directory - this is where agent files will be stored
- Click "Create"
Step 5: Connect GitHub (Optional)
For agents to interact with your code, connect a GitHub repository:
- Open your team settings
- Click "Connect GitHub"
- Enter your repository URL (e.g.,
https://github.com/user/repo) - Make sure GitHub CLI (
gh) is authenticated
Step 6: Start an Agent
Now you're ready to start an agent:
- Select your team from the sidebar
- You'll see the available agents (PM, Architect, Engineer, etc.)
- Click "Start" on any agent to launch it
- The agent will open in a new terminal with Claude Code

Step 7: Give Your First Task
With an agent running, you can start giving it tasks. In the agent's terminal:
Can you review the current state of the project and suggest priorities for this week? The agent will analyze your repository (if connected) and provide recommendations based on its role.
What's Next?
- Learn about each agent and their capabilities
- Manage multiple teams for different projects
- Track progress with the visual pipeline
- Customize agent behavior with templates
- Deep dive into GitHub integration