Skip to main content

Prerequisites

Before installing Omnara, ensure you have:

macOS, Linux, or Windows

Supported operating systems

Claude Code or Codex

Choose one provider CLI

Install a Provider CLI

Omnara works with Claude Code or Codex. Install and authenticate one of them. Claude Code Install from claude.com/product/claude-code, then authenticate:
claude /login
Alternative: Instead of claude /login, you can set the ANTHROPIC_API_KEY environment variable.
Codex Install the open‑source Codex CLI from the Codex GitHub repo. Recommended installs:
npm install -g @openai/codex
brew install --cask codex
Then run codex and follow the sign‑in prompts.

Quick Start

1

Install Omnara (~2 min)

Windows users: Run this command in Git Bash, not PowerShell or Command Prompt.
curl -fsSL https://omnara.com/install.sh | bash
Command not found? Restart your terminal or run:
source ~/.bashrc  # or ~/.zshrc for zsh
Download failed? Check your internet connection and try again. The installer downloads a pre-built binary for your platform.
2

Launch in your project

cd /path/to/your/project
omnara
3

Sign in to Omnara

Browser opens automatically → Sign in → Return to terminal
4

Start coding

Chat with your AI agent directly in the terminal

Optional Setup

  • Connect GitHub to enable sandbox migration for GitHub repos and create pull requests from the dashboard
  • Enable sync to upload checkpoints used by remote sandboxes

Access Anywhere

Features

  • Real-time sync across all devices
  • Voice commands for hands-free coding
  • Push notifications when tasks complete
  • Parallel execution with worker agents
  • Session history to resume past work
  • Import Claude Code CLI sessions in the web dashboard

Useful Commands

# Verify installation
omnara --version

# Get help
omnara --help

Pricing

Free

$0/mo - 10 sessions

Pro

$20/mo - Unlimited

Enterprise

Custom pricing

Need Help?