Z3Prover/z3
The Z3 Theorem Prover
About the project
Z3 is an open-source SMT solver (theorem prover) from Microsoft Research that checks satisfiability of logical formulas and proves theorems. It is used for formal verification, symbolic execution, and optimization problems.
Useful for
- Verify algorithm correctness through formal verification of conditions
- Solve a scheduling or planning problem encoded as an SMT formula
- Embed the solver into your tool via C++, Python, or .NET bindings
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 3 stars so far today, about 4 expected by the end of the day.
- GitHub Trending C++ today: #12, +6 stars.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 12,698
- Stars in a day
- 4
- Forks
- 1,690
- Issues and pull requests
- 9,612
- Watchers
- 174
- Language
- C++
- Latest release
- Nightly · September 18, 2026
- Created
- March 26, 2015
- Last push
- September 18, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 18, 2026GitHub Trending C++ today: #12, +6 stars
- September 17, 2026GitHub Trending C++ today: #14, +17 stars
- September 16, 2026GitHub Trending C++ today: #14, +10 stars
Similar projects
-
8.3
alibaba/open-code-review
AI code review tool from Alibaba: reads git diffs and, via an LLM agent with file access and repo search, produces line-level review comments. Ships with built-in rules (NPE, thread-safety, XSS, SQL injection) and a…
-
6.2
gylive/ccodex-sleep-state
A local Go tool that tries to improve Codex behavior: it collects and injects X-Codex-Turn-State and manages proxies, subscriptions and Astra/Sol/Terra models via a web panel. It does not guarantee better model quality…
-
5.9
ahmedkhaleel2004/gitdiagram
A web service that turns any public or private GitHub repository into an interactive architecture diagram: it analyzes the file tree, README and code excerpts with an LLM to build a system graph with links to sources.
-
5.6
apple/xcode-project-format
Apple's Swift library for reading, writing, and manipulating Xcode's JSON-based project.xcproj format, with a typed model under the XCSchema namespace. Also ships the xcprojformatter CLI tool.
-
5.4
devagrawal09/jev-review
A TypeScript code-review tool that analyzes a Git diff or a whole codebase through structured TypeSafe Jev model calls and shows the report in a local dashboard.
-
5.3
nMaas8388/github-ranking-audit
A Python script that audits a GitHub repository's search ranking signals: it checks name, description, topics, README, stars, and activity, scoring each factor from 0 to 100.