Open Source Packages
Libraries, frameworks, tools, and SDKs used by the apps in this directory — scored the same way as the apps themselves.
All Packages
Category
Tags2
Sort:Used by Most Apps
ESLint
The pluggable JavaScript and TypeScript linter that finds and fixes code problems through a fully customizable, plugin-based rule engine.
lint-staged
Run linters and formatters only against the files staged in git, so a slow full-project lint never blocks a commit.
Oxlint
Rust-based JavaScript/TypeScript linter that runs 50-100x faster than ESLint, with zero configuration required.
Stylelint
An extensible CSS linter that catches errors and enforces consistent styling conventions.
Ruff
An extremely fast Python linter and code formatter, written in Rust, built as a drop-in replacement for Flake8, Black, isort, and dozens of plugins.
mypy
Optional static type checker that catches Python bugs before you run your code
Polars
Blazingly fast multi-threaded DataFrame library built in Rust with Python, Node.js, and R bindings
isort
Automatically sorts and organizes Python import statements
flake8
The CLI linter that wraps PyFlakes, pycodestyle, and McCabe complexity checks into a single Python style and error checker.
Pylint
A static code analyser for Python that catches bugs and enforces coding standards
Apache DataFusion
The extensible, Arrow-native SQL and DataFrame query engine for building fast analytical systems in Rust.
fallow
Rust-native static analysis for TypeScript and JavaScript that finds dead code, duplication, cycles, and architecture drift with no compiler or AI in the loop.
go-ruleguard dsl
The Go API for authoring ruleguard rule files that match, filter, and report on Go source code.
Bandit
A static analysis tool that scans Python code for common security issues.
pyflakes
A fast, false-positive-averse Python linter that finds real errors without ever complaining about style.