zubanls/zuban
Python Type Checker / Language Server observed · 2026-09-03
Health v2 · maintenance only
90/100
- Activity 100
- Release rhythm 100
- Longevity 49
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 14
- age_days: 688
- days_rel: 0
- days_push: 0
- n_releases_24m: 10
Adoption not part of the score
1175 stars · 41 forks observed · 2026-09-03
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Zuban is a high-performance Python type checker and Language Server written in Rust by the author of Jedi. It offers a Pyright-like checking mode, a Mypy-compatible mode, and full LSP support including completions, goto, references, rename, and diagnostics.
Use cases
- type check a python codebase fast
- replace mypy with a faster drop-in alternative
- add python autocompletion and goto-definition to my editor
- run a language server for python in neovim or vscode
- check types with mypy config files and flags
- get inline diagnostics and rename support for python
When to choose
- you want mypy-compatible type checking that is dramatically faster
- you need a full-featured Python LSP server for editors like VSCode, Vim, Helix, or Zed
- you want strong Python type system coverage including TypeVar, ParamSpec, protocols, and type narrowing
- memory and CPU usage of existing type checkers is a bottleneck
When to avoid
- you rely on mypy plugins or a broad plugin ecosystem, since general plugin support is not planned
- you need a fully stable checker - it is a beta release with some expected false positives
- AGPL-3.0 licensing is incompatible with your organization and you cannot obtain a commercial license
Facets
cli-tool · maturity experimental
type-system linter editor developer-tools developer-tools programming-languages windows cli editor-plugin python rust python-type-checker language-server-protocol mypy-compatible static-analysis autocompletion python linux macos
2 sources
- readme: https://github.com/zubanls/zuban · fetched 2026-09-03 · d5b962f295e6
- homepage: https://zubanls.com · fetched 2026-08-29 · 80aa45ca4dfe
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| zubanls/zuban | main | 90 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem