Local-first agent infrastructure

Context and runtimefor AI agents.

OpenDB is a product family for agents that work on your machine. openDB gives them private files, search, and long-term memory. openRuntime gives you a control plane for coding agent runs, approvals, review, and merge.

Context layer openDB Files · Search · Memory · MCP
Execution layer openRuntime Tasks · Runners · Worktrees · Review
Local agent loop
Local-firstMCP nativeSQLite FTS5 Git worktreesDiff-first reviewZero-config

The agent stack should stay close to the work. Files, memory, process state, permissions, diffs, and review history belong on the developer's machine unless there is a clear reason to move them elsewhere.

Product 01

openDB

An AI-native local database for files, search, and durable memory. It gives agents a private context layer they can query before spending tokens or touching unrelated files.

Product page ->
Product 02

openRuntime

A local-first control plane for coding agents. Run Codex, Claude Code, and shell tasks with visible state, approval gates, worktree isolation, and diff-first review.

Product page ->
01

Private by default

Agent context and execution state start locally, with no remote runtime required.

02

Evidence over magic

Search results, memories, events, and diffs keep provenance visible.

03

Simple primitives

SQLite, FTS, MCP, git worktrees, and small APIs before heavier infrastructure.

Choose the local layer your agents need.