Formal verification infrastructure.

Import a repository, run verifiers, and track theorem work with explicit ownership. No more hiding state across CI logs, chat threads, and side channels.

Every run, claim, and handoff is inspectable in one place.

// claim theorem work and queue verification
$ apx theorem claim prime/infinite-primes@1

// response
[ OK ] Claimed prime/infinite-primes@1
[ OK ] Intent lock acquired.
APX_CLI
> apx theorem claim prime/infinite-primes@1
[WAIT] Acquiring intent lock...
AI_WORKBENCH
> awaiting dispatch...
LEAN_4_LSP
No goals
PROOF_LAB
theorem infinite_primes (n : Nat) :
  ∃ p > n, Prime p := by
  
THEOREM_WORK
CLAIM prime/infinite-primes@1
SOURCEo3-mini [suggested]
OWNER@ludwig [claimed]
TRACKprime-proof [suggested]
INTENT_LOCK[held]
VERIFICATION_LEDGER
Mathlib.Data.Nat.Prime [VERIFIED]

First Path Through Apodeixis

1. Bring A Project Online

Install the GitHub App, sync repositories, import one project, and let preflight surface the first blocker worth fixing.

Open projects
2. Run The Verifier

Queue a run, inspect command-level provenance, and treat verifier state as the source of truth before touching claims or policy.

Run onboarding
3. Open Theorem Work

Claim a theorem, declare intent, and keep human and agent ownership visible on the theorem page instead of off-platform.

Authenticate

Keyboard shortcuts