-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
nornzach edited this page Aug 10, 2026
·
1 revision
Download the latest release from GitHub Releases:
| Architecture | File |
|---|---|
| Apple Silicon (M1/M2/M3/M4) | omp-<version>-arm64.dmg |
| Intel | omp-<version>.dmg |
Open the .dmg and drag omp into Applications.
The build is unsigned. On first launch, macOS may block it: right-click → Open, or go to System Settings → Privacy & Security → Open Anyway.
- Open omp from Applications
- Press
⌘,to open Settings - Navigate to Providers
- Sign in via OAuth (browser flow) or paste an API key
Supported providers include OpenAI, Anthropic, Google, Grok, and 50+ others. Third-party providers can be added via API endpoint.
- Press
⌘Nto create a new session - Pick a workspace directory (the project you want the agent to work in)
- Type a prompt and hit Enter
- The agent streams its response — text, thinking blocks, and tool calls all render live
Press ⌘K to open the command palette. Every omp / command is available as a searchable, grouped menu:
- Workspace — directories, context, files
- Providers — login, models, API keys
- Session — new, switch, branch, handoff
- Tools — force tool, active tools, MCP servers
- Modes — plan, goal, vibe, loop
- Press
⌥Tto spawn a new tab with its own sidecar and session - Each tab runs independently — background tabs keep running while you work elsewhere
- Optionally bind a tab to a git worktree (
omp/gui/<name>) so parallel tabs never step on each other's files
- Features — explore the full feature set
- Keyboard Shortcuts — learn the keybindings
- Architecture — understand how it works under the hood