Runner inventory
See Codex, Claude Code, and shell availability before dispatch.
openRuntime gives Codex, Claude Code, and shell tasks a shared operating surface: runner availability, task state, approval gates, isolated git worktrees, event history, and diff-first review before changes are merged back.
cargo test task_store --all
stdout · 00:02:18 · budget 30m
Each run becomes an auditable task with lifecycle state, runner identity, session events, stdout, stderr, input, runtime budget, and blocking context. You see what is running, what needs approval, and what is ready for review.
See Codex, Claude Code, and shell availability before dispatch.
Queued, running, needs input, ready for review, completed, failed, or stopped.
SQLite persists metadata and event history across backend restarts.
openRuntime applies local policy checks for workspace access, command fragments, network mode hints, file/tool allowlists, secret redaction, approval requirements, and runtime budgets. Every task freezes an effective policy snapshot at start.
Repo-backed tasks run inside isolated git worktrees. openRuntime captures diff stats and patches, then supports merge and cleanup actions from the UI after human review.
Review workflow ->cd backend && cargo run
cd frontend && npm install && npm run dev
open http://localhost:3000