🏆 A ranked list of awesome projects. Updated weekly.
This curated list contains 45 awesome open-source projects with a total of 11K stars grouped into 11 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an issue, submit a pull request, or directly edit the projects.yaml. Contributions are very welcome!
🧙♂️ Discover other best-of lists or create your own.
- Cheatsheets 9 projects
- Tutorials 7 projects
- Samples 2 projects
- Packages (Meta) 2 projects
- Packages 6 projects
- Core packages 6 projects
- Games 1 projects
- Community 2 projects
- Tools 5 projects
- Other awesome lists 3 projects
- Movies 2 projects
- 🥇🥈🥉 Combined project-quality score
- ⭐️ Star count from GitHub
- 🐣 New project (less than 6 months old)
- 💤 Inactive project (6 months no activity)
- 💀 Dead project (12 months no activity)
- 📈📉 Project is trending up or down
- ➕ Project was recently added
- ❗️ Warning (e.g. missing/risky license)
- 👨💻 Contributors count from GitHub
- 🔀 Fork count from GitHub
- 📋 Issue count from GitHub
- ⏱️ Last update timestamp on package manager
- 📥 Download count from package manager
- 📦 Number of dependent projects
Quick reference with short text
A mathlib overview (🥇15 · ⭐ 53) - Hosts the website for mathlib and other Lean community.. MIT
-
GitHub (👨💻 120 · 🔀 120 · 📋 37 - 59% open · ⏱️ 04.11.2024):
``` git clone https://github.com/leanprover-community/leanprover-community.github.io ```
Lean 4 Tactics (🥈6 · ⭐ 57 · 📉) - Overview of tactics in Lean 4 for beginners longer version. Unlicense
GitHub (👨💻 2 · 🔀 2 · ⏱️ 19.09.2024):
```
git clone https://github.com/madvorak/lean4-tactics
```
Lean by Example (🥈6) - Lean. MIT
ja
GitHub (👨💻 3 · ⏱️ 18.06.2024):
```
git clone https://github.com/lean-ja/lean-ja.github.io
```
lean3-tactic-lean4 (🥉5 · ⭐ 24) - Reference sheet for people who know Lean 3 and want.. Unlicense
Lean 3
GitHub (👨💻 2 · 🔀 2 · ⏱️ 13.10.2024):
```
git clone https://github.com/madvorak/lean3-tactic-lean4
```
Lean 4 Cheatsheet (🥉4 · ⭐ 20) - Printable (A4) overview of tactics in Lean 4 for beginners. Unlicense
GitHub (🔀 1 · ⏱️ 19.09.2024):
```
git clone https://github.com/madvorak/lean4-cheatsheet
```
(Mathlib4) General Documentation (API Reference) (🥉4 · ⭐ 8) - Official Mathlib API Reference. ❗Unlicensed
GitHub (👨💻 4 · 🔀 2 · ⏱️ 06.10.2024):
```
git clone https://github.com/leanprover-community/mathlib4_docs
```
Moogle: Semantic search over mathlib4 (🥉1) - Better performance (latency) than `General.. ❗Unlicensed
No project information available.
`#help` command output (🥉1) - Output of `#help option`, `#help attr`, ... shown in.. ❗Unlicensed
- No project information available.
Show 1 hidden projects...
- cs-dm/CheatSheet.lean (🥈6 · ⭐ 15 · 💀) - CS2012 UVa CS Discrete Math Spring 2018.
❗Unlicensed
Lean 3
Tutorials with long text
A Lean 4 Metaprogramming Book (🥇15 · ⭐ 220 · 📉) - Practical manual with code that goes into the.. Apache-2
-
GitHub (👨💻 24 · 🔀 54 · 📥 12 · 📋 39 - 43% open · ⏱️ 05.11.2024):
``` git clone https://github.com/leanprover-community/lean4-metaprogramming-book ```
Theorem Proving in Lean 4 (🥈12 · ⭐ 160) - Theorem Proving in Lean 4. Apache-2
GitHub (👨💻 80 · 🔀 88 · 📋 39 - 66% open · ⏱️ 14.10.2024):
```
git clone https://github.com/leanprover/theorem_proving_in_lean4
```
Mathematics in Lean (🥈11 · ⭐ 260) - Note that there are many parts of the documentation.. ❗Unlicensed
GitHub (👨💻 3 · 🔀 190 · ⏱️ 21.10.2024):
```
git clone https://github.com/leanprover-community/mathematics_in_lean
```
The mechanics of proof (🥈11 · ⭐ 200 · 📈) - Early university level course. ❗Unlicensed
GitHub (🔀 77 · 📋 16 - 56% open · ⏱️ 01.11.2024):
```
git clone https://github.com/hrmacbeth/math2001
```
Functional Programming in Lean (🥉7 · ⭐ 71 · 💤) - Functional Programming in Lean. ❗Unlicensed
GitHub (👨💻 2 · 🔀 20 · 📥 73 · 📋 150 - 33% open · ⏱️ 06.02.2024):
```
git clone https://github.com/leanprover/fp-lean
```
The Lean Reference Manual (🥉1) - Official Lean 3 Reference Manual. ❗Unlicensed
Lean 3
No project information available.
Lean Manual (🥉1) - Official Manual. ❗Unlicensed
- No project information available.
Actual Lean 4 code for learning purposes
Lean Math Workshop (🥇10 · ⭐ 69) - Materials for a workshop held in Japan. Apache-2
ja
-
GitHub (👨💻 5 · 🔀 22 · 📋 13 - 7% open · ⏱️ 13.07.2024):
``` git clone https://github.com/yuma-mizuno/lean-math-workshop ```
The Matrix Cookbook, using Lean's mathlib (🥉7 · ⭐ 84) - The matrix cookbook, proved in the Lean theorem prover. MIT
GitHub (👨💻 2 · 🔀 11 · ⏱️ 02.10.2024):
```
git clone https://github.com/eric-wieser/lean-matrix-cookbook
```
Reusable Lean 4 code for enhancing usability
ProofWidgets (🥇19 · ⭐ 110) - Helper toolkit for creating your own Lean 4 UserWidgets. Apache-2
-
GitHub (👨💻 14 · 🔀 26 · 📥 360K · 📋 20 - 65% open · ⏱️ 04.11.2024):
``` git clone https://github.com/leanprover-community/ProofWidgets4 ```
llmstep (🥉8 · ⭐ 120 · 💤) - llmstep: [L]LM proofstep suggestions in Lean 4. MIT
GitHub (👨💻 5 · 🔀 15 · 📋 5 - 60% open · ⏱️ 11.11.2023):
```
git clone https://github.com/wellecks/llmstep
```
Reusable Lean 4 code (theorems, etc.)
SciLean (🥇15 · ⭐ 320) - Scientific computing in Lean 4. Apache-2
-
GitHub (👨💻 9 · 🔀 29 · 📋 34 - 55% open · ⏱️ 07.11.2024):
``` git clone https://github.com/lecopivo/SciLean ```
aesop (🥇15 · ⭐ 210) - Proof search tactic (Automated Extensible Search for Obvious Proofs). Apache-2
GitHub (👨💻 20 · 🔀 28 · 📋 63 - 34% open · ⏱️ 06.11.2024):
```
git clone https://github.com/leanprover-community/aesop
```
SMT Lean (🥈10 · ⭐ 100) - Tactics for discharging Lean goals into SMT solvers. Apache-2
GitHub (👨💻 8 · 🔀 20 · 📋 17 - 47% open · ⏱️ 26.10.2024):
```
git clone https://github.com/ufmg-smite/lean-smt
```
CvxLean (🥈10 · ⭐ 40) - Convex optimization modeling in Lean 4. Apache-2
GitHub (👨💻 3 · 🔀 4 · ⏱️ 20.05.2024):
```
git clone https://github.com/verified-optimization/CvxLean
```
lean-crypto (🥉8 · ⭐ 42) - Cryptographic routines for the Lean 4 language. Apache-2
GitHub (👨💻 3 · 🔀 3 · ⏱️ 09.09.2024):
```
git clone https://github.com/joehendrix/lean-crypto
```
SATurn (🥉6 · ⭐ 53) - Experiments with SAT solvers with proofs in Lean 4. MIT
GitHub (👨💻 2 · 🔀 2 · ⏱️ 23.06.2024):
```
git clone https://github.com/siddhartha-gadgil/Saturn
```
Core Lean 4 code
lean4 (🥇32 · ⭐ 4.7K) - Lean 4 repository. Includes `Lake`. Apache-2
-
GitHub (👨💻 200 · 🔀 420 · 📥 450K · 📋 1.9K - 30% open · ⏱️ 07.11.2024):
``` git clone https://github.com/leanprover/lean4 ```
mathlib4 (🥈25 · ⭐ 1.5K) - Math library. Apache-2
GitHub (👨💻 360 · 🔀 330 · 📋 410 - 55% open · ⏱️ 07.11.2024):
```
git clone https://github.com/leanprover-community/mathlib4
```
elan (🥈20 · ⭐ 320 · 📈) - Version Manager. Apache-2
GitHub (👨💻 21 · 🔀 35 · 📥 830K · 📋 75 - 32% open · ⏱️ 06.11.2024):
```
git clone https://github.com/leanprover/elan
```
std4 (🥉16 · ⭐ 250) - Standard Library. Apache-2
GitHub (👨💻 62 · 🔀 100 · 📋 61 - 37% open · ⏱️ 05.11.2024):
```
git clone https://github.com/leanprover/std4
```
doc-gen4 (🥉14 · ⭐ 65) - Document Generator. Apache-2
GitHub (👨💻 31 · 🔀 41 · 📋 82 - 34% open · ⏱️ 04.11.2024):
```
git clone https://github.com/leanprover/doc-gen4
```
quote4 (🥉10 · ⭐ 75) - Intuitive, type-safe expression quotations for Lean 4. Apache-2
GitHub (👨💻 8 · 🔀 12 · 📋 22 - 59% open · ⏱️ 04.11.2024):
```
git clone https://github.com/leanprover-community/quote4
```
Lean 4 Games
Lean Game Server (🥇16 · ⭐ 190) - Mainly for Natural Number Game. Be careful not to.. ❗️GPL-3.0
-
GitHub (👨💻 20 · 🔀 33 · 📋 230 - 32% open · ⏱️ 25.10.2024):
``` git clone https://github.com/leanprover-community/lean4game ```
Community
Zulip chat for discussions about Lean and mathlib (🥇1) - Official community. ❗Unlicensed
- No project information available.
Lean 4 Anarchy (Discord) (🥇1) - Anarchy discord server. ❗Unlicensed
- No project information available.
Tools not made in Lean 4
vscode-lean4 (🥇20 · ⭐ 170) - Visual Studio Code extension. Apache-2
-
GitHub (👨💻 58 · 🔀 48 · 📥 440 · 📋 210 - 21% open · ⏱️ 06.11.2024):
``` git clone https://github.com/leanprover/vscode-lean4 ```
LeanDojo (🥈17 · ⭐ 570) - Tool for data extraction and interacting with Lean programmatically. MIT
GitHub (👨💻 17 · 🔀 89 · 📋 64 - 7% open · ⏱️ 13.10.2024):
```
git clone https://github.com/lean-dojo/LeanDojo
```
Paperproof (🥈17 · ⭐ 360) - Theorem proving interface which feels like pen-and-paper proofs. MIT
GitHub (👨💻 5 · 🔀 9 · 📋 34 - 32% open · ⏱️ 04.11.2024):
```
git clone https://github.com/Paper-Proof/paperproof
```
lean4web (🥉13 · ⭐ 68) - Web editor. Apache-2
GitHub (👨💻 6 · 🔀 19 · 📋 36 - 19% open · ⏱️ 23.09.2024):
```
git clone https://github.com/leanprover-community/lean4web
```
Reservoir (🥉8 · ⭐ 16) - Lakes package registry. Apache-2
GitHub (🔀 1 · 📋 24 - 20% open · ⏱️ 19.10.2024):
```
git clone https://github.com/leanprover/reservoir
```
LEAN JA リンク集 (🥇6) - Japanese translated versions of several tutorials are available. (). MIT
ja
-
GitHub (👨💻 3 · ⏱️ 18.06.2024):
``` git clone https://github.com/lean-ja/lean-ja.github.io ```
Links (lean-lang.org) (🥉1) - Official collection of links. ❗Unlicensed
No project information available.
lean4 - Where is the syntax of Lean 4 documented? - Proof Assistants Stack Exchange (🥉1) - Discussion regarding Lean 4 documentation. ❗Unlicensed
- No project information available.
lean4 - YouTube (🥇1) - YouTube movies. ❗Unlicensed
- No project information available.
人気の「Lean」動画 14本 - ニコニコ動画 (🥇1) - Niconico movies. Entertaining instructions using TTS.. ❗Unlicensed
ja
- No project information available.
- Best-of lists: Discover other best-of lists with awesome open-source projects on all kinds of topics.
Contributions are encouraged and always welcome! If you like to add or update projects, choose one of the following ways:
- Open an issue by selecting one of the provided categories from the issue page and fill in the requested information.
- Modify the projects.yaml with your additions or changes, and submit a pull request. This can also be done directly via the Github UI.
If you like to contribute to or share suggestions regarding the project metadata collection or markdown generation, please refer to the best-of-generator repository. If you like to create your own best-of list, we recommend to follow this guide.
For more information on how to add or update projects, please read the contribution guidelines. By participating in this project, you agree to abide by its Code of Conduct.