Axiom Lean Engine - Python client and CLI for the AXLE Lean verification API.
Homepage: https://axle.axiommath.ai/
April 15, 2026 - v1.2.0
New extract_decls tool for extracting all declaration kinds, and corresponding updates to extract_theorems. Users using extract_theorems (which will be deprecated in a future update) should migrate to extract_decls. See the changelog for details.
April 8, 2026 - v1.1.1
Default option changes, a Lean version bump, and bug fixes.
- Default options changed:
autoImplicitis now set totrueby default, matching standard Lean behavior. - Lean 4.29.0: Added the latest stable Lean release.
- Timeout bug fix: Fixed a bug where requests were prematurely preempted. Requests now properly max out at the 15-minute maximum timeout.
See the changelog for details and other changes.
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. 🚀
document_messageshas been removed fromextract_theorems. To replicate old behavior, run thecontentfield of the resulting documents through thechecktool.- Lean messages now include end positions across all tools, changing the format from
-:4:38: ...to-:4:38-4:43: ....
- 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
Join the discussion, ask questions, and share feedback on the Lean Zulip.
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
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.
Playground | API docs | Why we built AXLE | Request more capacity | axle@axiommath.ai