Axiom Lean Engine

Interactive tools for exploring, validating, and manipulating mathematical proofs.

Announcements

April 1, 2026 - v1.1.0

🎉 After mass feedback from the public, we're excited to announce that AXLE is switching from Lean to Rocq. The new name will be AXRE (Axiom Rocq Engine). All existing Lean proofs will be automatically translated using GPT-2. 🚀

Notable API changes:

  • document_messages has been removed from extract_theorems. To replicate old behavior, run the content field of the resulting documents through the check tool.
  • Lean messages now include end positions across all tools, changing the format from -:4:38: ... to -:4:38-4:43: ....

Performance improvements:

  • Reworked the Lean worker pool for faster responses, no environment warm-up time, and more secure containers.
  • Improved the worker scaling pipeline to decrease delays when all worker slots are busy or offline. In the worst case, users should expect no more than a 2-3 minute delay before more worker capacity spins up.

See the changelog for details and other changes.

March 11, 2026 - v1.0.1

New documentation pages, increased rate limits, and bug fixes. See the changelog for details.

March 6, 2026

Lean Zulip Thread

Join the discussion, ask questions, and share feedback on the Lean Zulip.

Higher Rate Limits

Rate limits were unintentionally too restrictive:

  • API key users: increased to 20 active requests (up from 4)
  • Anonymous users: increased to 10 active requests (up from 1)
  • Max timeout: increased to 15 minutes (up from 5 minutes)

Users with an API key should regenerate their key to apply the new limits.

March 5, 2026 - v1.0.0

AXLE Public Release

We're excited to release AXLE to the public! AXLE provides proof verification and manipulation primitives we've used across all of our research efforts, including training AI models and AxiomProver's 12/12 on Putnam 2025.

Why we built AXLE | Request more capacity | axle@axiommath.ai

Tools