LOCAL-FIRST CODING AGENT HARNESS

Code is easy.
Proof is the work.

OMNI plans, implements, audits, repairs, and verifies changes before they reach your workspace.

OMNI / AGENT SESSION RUNNING
> omni run --task "ship the health endpoint"
  1. 01PLAN4 acceptance criteria
  2. 02IMPLEMENT3 files changed
  3. 03GUARDRAILpolicy clear
  4. 04AUDIT1 issue repaired
  5. 05VERIFY42 tests passed
Evidence recorded. Changes ready to apply.
LOCAL-FIRST DETERMINISTIC VERIFICATION PROCESS-TREE CONTROL EVIDENCE-BACKED MEMORY

ONE LOOP. NO BLIND SPOTS.

Every change has to earn its way in.

OMNI separates producing code from proving it works. Each stage leaves evidence for the next.

01

Plan

Translate intent into explicit acceptance criteria.

02

Implement

Work through bounded tools and source-aware edits.

03

Audit

Challenge the patch for regressions and false success.

04

Repair

Resolve discovered defects before verification.

05

Verify

Run the repository's real checks in a candidate copy.

06

Apply

Commit the proven result transactionally or roll back.

BUILT FOR REAL REPOSITORIES

A harness, not another chat window.

A

Verification that understands your stack

Automatic verifier discovery across Rust, Node, Python, Go, .NET, Maven, Gradle, Make, CMake, and Meson projects.

cargo testnpm testpytestgo test
B

Guarded execution

Policy checks, human approval checkpoints, bounded tool calls, and full descendant-process termination on Windows.

C

Provider routing

Route tasks across frontier, aggregator, and local models with failover, circuit breakers, and cost controls.

D

Memory with provenance

Episodic, semantic, temporal, and procedural memory stays scoped to its source, with evidence attached.

sourceverified_run/8f2c confidence0.94

WINDOWS 10 / 11

One command.
No Git required.

Installs the prebuilt CLI in your user profile. No administrator access, Rust toolchain, or repository clone needed.

  • HTTPS download from this domain
  • SHA-256 integrity verification
  • Existing config and local state preserved
  • Terms presented for acceptance before download

Open PowerShell and run:

irm https://omni.globalwarningnetworks.com/install.ps1 | iex
THEN omni

Alpha software for experienced developers only. Do not use OMNI unless you understand the commands, code changes, dependencies, and risks involved. Its process backend is for repositories you trust. Filesystem and network isolation require a separately configured sandbox backend.

BRING YOUR OWN PROVIDER

Your keys.
Your models.

OMNI ships with no API keys, shared accounts, or hidden credentials. After installation, each user connects the providers they choose.

01

Choose a provider

Start with OpenRouter for broad model access, or configure Anthropic, Moonshot, NVIDIA, or a local model.

02

Store your key locally

omni keys set openrouter "YOUR_API_KEY"

Replace openrouter with the provider name you use. The key is written to the user's private OMNI configuration, never bundled into the website download.

03

Confirm, then start

omni keys list

OMNI lists configured provider names without printing the secret values. Run omni to begin.