Skip to main content

Get OMEGA

Install the free local context core, prove token-efficient recall in your MCP client, then upgrade only when coordination, routing, docs, audit, or sync matter.

One-click installers

Download the installer for your platform. It registers OMEGA as an MCP server in Claude Desktop automatically.

macOS

Universal (Intel + Apple Silicon)

~94 MB

Download for macOS

Requires macOS 12+

Windows

64-bit installer

~12 MB

Download for Windows

Requires Windows 10+

Install via pip

For Python developers and anyone who wants the latest context engine release. Works on macOS, Linux, and Windows.

terminal
$pip install -U omega-memory==1.5.4
$omega setup
$omega doctor
OMEGA ready. Context packets are connected.

Prove the context layer before you pay

The first useful moment should happen inside your agent workflow, not on a pricing page. Store one decision, close the session, and retrieve it later without reloading a notes file.

1. Store a decision

"Remember that auth uses JWT with RS256, not session cookies."

2. Verify recall

Open a new session and ask: "What did we decide about auth?" OMEGA retrieves a compact context packet locally.

3. Upgrade on friction

Use Pro when you need file claims, task queues, routing, project docs, audit, sync, or client isolation.

MCP configuration

Add OMEGA as an MCP server to your AI coding agent. Requires Python 3.11+ and pip install -U omega-memory first.

terminal
$claude mcp add omega -- python3.11 -m omega serve

Also works with

Antigravity

Gemini-powered IDE

Claude Desktop

One-click installer above

Zed

MCP extension support

Any MCP Client

Standard stdio protocol

python3.11 -m omega serve

Obsidian Integration

Connect OMEGA with your Obsidian vault: query your notes from any AI agent with semantic search, write memories back, and explore your knowledge graph.

terminal
$pip install omega-obsidian
$claude mcp add omega-obsidian -- omega-obsidian --vault-path /path/to/vault

For higher-quality embeddings: pip install omega-obsidian[omega]