OPEN SOURCE, OPEN TO EVERYONE

Open source. Open possibilities.

Discover quality open-source projects, submit projects anonymously, and claim and edit your own project.

Human-curated · Discover open source4102discovered

A little curiosity. A world of open source.

THE FIRST COLLECTION
Topic: code-quality清除
phronesisawaterma
ADDED

Phronesis is a RETE rules engine that enforces project conventions for LLM agents outside the context window, preventing contextual drift in long sessions.

Developer toolsAI & MLTesting & debugging
snafusebastiancarlos
ADDED

SNAFU is an agentic LLM tool that evaluates and improves source code symbol names by calculating a Name Ambiguity Number (NAN) and suggesting clearer alternatives through a human-in-the-loop pipeline.

Developer toolsAI & MLCLI & terminal
strixusestrix
ADDED

Strix is an open-source AI-powered penetration testing tool that uses autonomous agents to identify, validate, and fix application vulnerabilities through real proof-of-concept exploits.

Developer toolsAutomationTesting & debugging
keploykeploy
ADDED

Keploy is an open-source, language-agnostic API and integration testing tool that records real API calls, database queries and streaming events via eBPF, then replays them as tests and data mocks without code changes.

Developer toolsAutomationTesting & debugging
tachtach-org
ADDED

Tach is a Rust-powered Python tool designed to visualize and enforce dependency boundaries and interfaces within a modular architecture.

Developer toolsAutomationTesting & debugging
reviewdogreviewdog
ADDED

reviewdog is an automated code review tool that integrates with any linter or code analysis tool regardless of programming language. It filters findings by diff and posts review comments to GitHub, GitLab, Bitbucket, and other code hosting services via CI pipelines.

Developer toolsAutomationBuild & DevOps
cytoscnpydjinn-soul
ADDED

CytoScnPy is a fast, memory‑efficient Python static analyzer written in Rust. It detects dead code, security issues (including taint analysis), and code quality metrics such as complexity, Halstead, maintainability, and nesting depth, with support for major web frameworks.

Developer toolsCLI & terminal
py-lintrolgtm-hq
ADDED

Lintro is an MIT-licensed command-line tool that brings many linters, formatters, type checkers and security scanners together under one interface, with consistent reports, auto-fixing, Docker images and optional AI-assisted review using your own API key.

Developer toolsAI & MLTesting & debugging
dittoKartik8Dwivedi
ADDED

Ditto scans JavaScript/TypeScript repositories with ts-morph, fingerprints each function through an LLM, clusters behavioural duplicates by embedding, then executes pure functions in a sandbox to show where they diverge.

Developer toolsAI & MLTesting & debugging
checkstylecheckstyle
ADDED

Checkstyle is a Java development tool that helps programmers write code adhering to coding standards. It supports Google Java Style and Sun Conventions, is highly configurable, and integrates with build tools like Maven and Ant.

Developer toolsTesting & debugging
ADDED

SwiftLint is a widely-used open-source linter for Swift code that enforces style and conventions with over 200 configurable rules, integrating with Xcode, VS Code, CI pipelines, and more.

Developer toolsTesting & debugging
awesome-javaCodingDocs
ADDED

This is a curated collection of excellent Java open-source projects, covering AI frameworks, practical projects, system design, utility libraries, and development tools, aiming to provide Java developers with high-quality learning resources and technical references.

Developer toolsProductivityTemplates & starters