Skip to main content

AXLE

Axiom Lean Engine - Python client and CLI for the AXLE Lean verification API.

Homepage: https://axle.axiommath.ai/

Recent Announcements

July 1, 2026 - v1.4.0

This update comes with two notable changes and a variety of additional features:

  • ignore_imports now defaults to true — on an import mismatch, AXLE substitutes the default header and reuses the cached environment.
  • In turn, ignore_imports=false no longer errors: it now processes your imports as written. However, note that this is much slower and may cause issues if a dependency is missing. See Import Mismatches.
  • Reworked okay and tool_messagescheck now reports sorry/axiom/unsafe findings as warnings (not errors), and repair_proofs reports failed repairs as errors. See Interpreting the okay field.

Also: opaque support in merge/extract_decls, a disprove fix, and Lean 4.30/4.31. See the changelog for more details.

June 24, 2026 - 📣 AXLE @ ICML 2026

We're presenting AXLE at the 3rd AI for Math Workshop at ICML 2026 in Seoul, as a contributed talk. Come find our poster and say hi! Read the technical report on arXiv.

June 3, 2026 - v1.3.0

Support for all declaration kinds, a reworked repair_proofs, link shortening, and broader MCP support. See the changelog for details and other changes.

Highlights:

  • All declaration kinds: A new theorems_only option lets most tools select over every declaration kind — definitions, opaques, instances, and more — not just theorems and lemmas. Set it to false to opt in.
  • Reworked repair_proofs: New passes, stacked repairs, and clearer messages for failed repairs.
  • Tool updates: Changes and new options for verify_proof, merge, extract_decls, and sorry2lemma.
  • Link shortening: Short, shareable links to requests.
  • MCP web support: The axiom-axle-mcp server now works with Claude web, desktop, and mobile.
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.

Highlights:

  • Default options changed: autoImplicit is now set to true by 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.

Past announcements

Documentation

Past 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.

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

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

axiom_axle-1.4.0.tar.gz (44.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

axiom_axle-1.4.0-py3-none-any.whl (46.1 kB view details)

Uploaded Python 3

File details

Details for the file axiom_axle-1.4.0.tar.gz.

File metadata

  • Download URL: axiom_axle-1.4.0.tar.gz
  • Upload date:
  • Size: 44.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for axiom_axle-1.4.0.tar.gz
Algorithm Hash digest
SHA256 79caaacf868e80d5823ed004762ce534eb39a751c119fea77d8958733d622a08
MD5 c6c5bb94b065a6699e844c1af7e5a7a9
BLAKE2b-256 be860337e82ca55755a490e531f8b6cd1c9c30c5cce90e6e875f8a62590f7008

See more details on using hashes here.

Provenance

The following attestation bundles were made for axiom_axle-1.4.0.tar.gz:

Publisher: publish-pypi.yml on AxiomMath/axiom-lean-engine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file axiom_axle-1.4.0-py3-none-any.whl.

File metadata

  • Download URL: axiom_axle-1.4.0-py3-none-any.whl
  • Upload date:
  • Size: 46.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for axiom_axle-1.4.0-py3-none-any.whl
Algorithm Hash digest
SHA256 ff1018455aca78a6dabffbae4afce99e69eacfc6880ae772a7fae74dca99b2a4
MD5 b5f5ab99421a7712f37c981e153581ca
BLAKE2b-256 b5c4951fbc915e1e4b61b5d4bc6081a719ef927603487b92bd42808a0a270949

See more details on using hashes here.

Provenance

The following attestation bundles were made for axiom_axle-1.4.0-py3-none-any.whl:

Publisher: publish-pypi.yml on AxiomMath/axiom-lean-engine

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page