awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to classgraph/classgraph

Open-source alternatives to Classgraph

30 open-source projects similar to classgraph/classgraph, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Classgraph alternative.

  • multilang-depends/dependsAvatar de multilang-depends

    multilang-depends/depends

    253Ver en GitHub↗

    Depends is a fast, comprehensive code dependency analysis tool

    Java
    Ver en GitHub↗253
  • koknat/callgraphAvatar de koknat

    koknat/callGraph

    335Ver en GitHub↗

    A multi-language tool which parses source code for function definitions and calls

    Perl
    Ver en GitHub↗335
  • jayu/rev-depAvatar de jayu

    jayu/rev-dep

    234Ver en GitHub↗

    Dependency analysis and optimization toolkit for modern JavaScript and TypeScript codebases. Enforce dependency graph hygiene and remove unused code with a very fast CLI.

    Go
    Ver en GitHub↗234
  • coatisoftware/sourcetrailAvatar de CoatiSoftware

    CoatiSoftware/Sourcetrail

    16,471Ver en GitHub↗

    Sourcetrail is an interactive source code explorer and visualizer designed for indexing and navigating relationships between symbols and structures across large, multi-language codebases. It functions as a static analysis indexer and code dependency visualizer that maps calls and dependencies between source files to help reveal project architecture. The tool enables multi-language project analysis by using a language-agnostic indexing system to track symbols across different programming languages within a single interface. It allows for the discovery of software architecture and the explorati

    C++
    Ver en GitHub↗16,471
  • chinabugotech/hutoolAvatar de chinabugotech

    chinabugotech/hutool

    30,282Ver en GitHub↗

    Hutool is a standard utility library for Java application development designed to simplify common programming tasks and reduce boilerplate code. It provides a comprehensive collection of reusable helper classes and static utilities to streamline development across the Java ecosystem. The project implements a wide array of specialized toolkits, including systems for cryptography and security, network communication via HTTP and JSON clients, and the processing of office documents and file system IO. It also features a concurrency and scheduling framework for managing asynchronous tasks and recu

    Javahttphutooljava
    Ver en GitHub↗30,282

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • eslint/eslintAvatar de eslint

    eslint/eslint

    27,349Ver en GitHub↗

    This project is a static analysis engine designed to identify patterns, enforce coding standards, and automate code quality improvements in software projects. By parsing source code into structured abstract syntax trees, it enables deep programmatic inspection and the automated remediation of identified programming issues. The engine functions as a pluggable linting framework, allowing developers to extend its core capabilities through a modular architecture. Users can inject custom rules, parsers, and processors to support non-standard file formats or domain-specific logic. This extensibilit

    JavaScriptecmascripteslintjavascript
    Ver en GitHub↗27,349
  • esotericsoftware/reflectasmAvatar de EsotericSoftware

    EsotericSoftware/reflectasm

    1,540Ver en GitHub↗

    High performance Java reflection

    Java
    Ver en GitHub↗1,540
  • facebookarchive/pfffAvatar de facebookarchive

    facebookarchive/pfff

    2,442Ver en GitHub↗

    Tools for code analysis, visualizations, or style-preserving source transformation.

    OCaml
    Ver en GitHub↗2,442
  • github/codeqlAvatar de github

    github/codeql

    9,252Ver en GitHub↗

    CodeQL is a semantic code analysis engine and vulnerability scanning tool that treats source code as data. It utilizes a static analysis query language to define complex patterns and security vulnerabilities within a code graph database. The system represents source code as a relational database, enabling the execution of structural queries and data flow analysis. This approach allows for the detection of security flaws and coding errors across large-scale repositories. The tool provides capabilities for automated code auditing, static analysis security testing, and custom vulnerability dete

    CodeQLcodeqlgithub-advanced-securitygithub-security-lab
    Ver en GitHub↗9,252
  • googleprojectzero/weggliAvatar de googleprojectzero

    googleprojectzero/weggli

    2,483Ver en GitHub↗

    weggli is a fast and robust semantic search tool for C and C++ codebases. It is designed to help security researchers identify interesting functionality in large codebases.

    Rust
    Ver en GitHub↗2,483
  • houqp/sqlvetAvatar de houqp

    houqp/sqlvet

    499Ver en GitHub↗

    Sqlvet performs static analysis on raw SQL queries in your Go code base to surface potential runtime errors at build time.

    Go
    Ver en GitHub↗499
  • hzacode/langlintH

    HzaCode/Langlint

    0Ver en GitHub↗
    Ver en GitHub↗0
  • jooq/joorAvatar de jOOQ

    jOOQ/jOOR

    2,830Ver en GitHub↗

    jOOR - Fluent Reflection in Java jOOR is a very simple fluent API that gives access to your Java Class structures in a more intuitive way. The JDK's reflection APIs are hard and verbose to use. Other languages have much simpler constructs to access type meta information at runtime. Let us make Java reflection better.

    Java
    Ver en GitHub↗2,830
  • mennanov/blockwatchAvatar de mennanov

    mennanov/blockwatch

    24Ver en GitHub↗

    Language agnostic linter that keeps your code and documentation in sync and valid

    Rust
    Ver en GitHub↗24
  • microsoft/applicationinspectorAvatar de microsoft

    microsoft/ApplicationInspector

    4,391Ver en GitHub↗

    ApplicationInspector is a multi-language static analysis tool designed to detect specific features and characteristics within source code. It utilizes a declarative JSON rules engine to identify patterns and structural tags across project directories without requiring the analyzer to be recompiled. The system distinguishes itself through a code version differ that compares two different source paths to report changes in detected features. It also provides utilities for creating and validating custom JSON-based rules, including a validation pipeline to verify syntax and identifier uniqueness.

    C#
    Ver en GitHub↗4,391
  • microsoft/devskimAvatar de microsoft

    microsoft/DevSkim

    995Ver en GitHub↗

    DevSkim is a set of IDE plugins, language analyzers, and rules that provide security "linting" capabilities.

    C#lintersdlsecurity
    Ver en GitHub↗995
  • preslavmihaylov/todocheckAvatar de preslavmihaylov

    preslavmihaylov/todocheck

    437Ver en GitHub↗

    todocheck is a static code analyzer for annotated TODO comments.

    Go
    Ver en GitHub↗437
  • prontolabs/prontoAvatar de prontolabs

    prontolabs/pronto

    2,670Ver en GitHub↗

    Quick automated code review of your changes

    Ruby
    Ver en GitHub↗2,670
  • ronmamo/reflectionsAvatar de ronmamo

    ronmamo/reflections

    4,765Ver en GitHub↗

    Reflections is a Java classpath scanning library and metadata indexer designed to locate classes, methods, and resources at runtime. It functions as a tool for annotation discovery and type hierarchy analysis, allowing the system to identify elements marked with specific annotations or to resolve super-types and subtypes within the Java virtual machine. The project distinguishes itself through metadata serialization, providing mechanisms to save the scanned index to persistent files or source code. This capability reduces application startup overhead by eliminating the need for repeated, expe

    Java
    Ver en GitHub↗4,765
  • tencent/tscancodeAvatar de Tencent

    Tencent/TscanCode

    2,117Ver en GitHub↗

    A static code analyzer for C++, C#, Lua

    C++
    Ver en GitHub↗2,117
  • terryyin/lizardAvatar de terryyin

    terryyin/lizard

    2,395Ver en GitHub↗

    A simple code complexity analyser without caring about the C/C++ header files or Java imports, supports most of the popular languages.

    Python
    Ver en GitHub↗2,395
  • w0rp/aleAvatar de w0rp

    w0rp/ale

    14,005Ver en GitHub↗

    Ale is a Neovim LSP client and asynchronous linter wrapper designed to integrate language servers and syntax checkers into the editor. It provides infrastructure for background syntax validation and automated code fixing without blocking the editor interface. The project implements the Language Server Protocol to enable advanced semantic navigation, including symbol renaming, definition jumping, and the application of automatic refactoring changes. It functions as an automatic code fixer that applies formatting and repairs based on feedback from linting tools and language servers. The plugin

    Vim Script
    Ver en GitHub↗14,005
  • wala/walaAvatar de wala

    wala/WALA

    858Ver en GitHub↗

    T.J. Watson Libraries for Analysis, with front ends for Java, Android, and JavaScript, and many common static program analyses.

    Java
    Ver en GitHub↗858
  • web-infra-dev/oxcAvatar de web-infra-dev

    web-infra-dev/oxc

    21,721Ver en GitHub↗

    oxc is a high-performance JavaScript toolchain developed in Rust for parsing, transforming, and analyzing JavaScript and TypeScript source code. It provides a set of core utilities including a parser that converts code into an abstract syntax tree, a linter for identifying problematic patterns, a formatter for standardizing visual style, and a minifier for reducing production file sizes. The project focuses on high-performance execution through a system design that utilizes single-pass parsing, zero-copy string slicing, and parallel worker processing to handle large codebases. It further opti

    Rust
    Ver en GitHub↗21,721
  • ayarotsky/diesel-guardAvatar de ayarotsky

    ayarotsky/diesel-guard

    115Ver en GitHub↗

    Linter for dangerous Postgres migration patterns in Diesel and SQLx. Prevents downtime caused by unsafe schema changes.

    Rust
    Ver en GitHub↗115
  • yelp/undebtAvatar de Yelp

    Yelp/undebt

    1,624Ver en GitHub↗

    Undebt is a fast, straightforward, reliable tool for performing massive, automated code refactoring used @Yelp. Undebt lets you define complex find-and-replace rules using standard, straightforward Python that can be applied quickly to an entire code base with a simple command.

    Python
    Ver en GitHub↗1,624
  • bearer/bearerAvatar de Bearer

    Bearer/bearer

    2,566Ver en GitHub↗

    Bearer is a static analysis security testing tool and privacy compliance auditor. It identifies security vulnerabilities, hard-coded secrets, and privacy risks in source code through static analysis and data flow tracing. The tool distinguishes itself by tracking the movement of sensitive data through code to identify leaks and by mapping personal and health-related information flows to generate evidence for privacy impact assessments. It also provides differential scanning for pull requests and uses fingerprint-based suppression to exclude known false positives from reports. The platform co

    Goappseccode-qualitycompliance
    Ver en GitHub↗2,566
  • coderaiser/putoutAvatar de coderaiser

    coderaiser/putout

    793Ver en GitHub↗

    🐊 Pluggable and configurable JavaScript Linter, code transformer and formatter with superpowers 💪: built-in support of js, jsx, ts, markdown, yaml, toml, json and ignore. Write declarative codemods in a simplest possible way 😏

    JavaScript
    Ver en GitHub↗793
  • dotnet/roslyn-analyzersAvatar de dotnet

    dotnet/roslyn-analyzers

    1,671Ver en GitHub↗

    The Microsoft.CodeAnalysis.NetAnalyzers package moved into the dotnet/sdk repository for further development and respond to issues formerly in this repository.

    hacktoberfest
    Ver en GitHub↗1,671
  • duriantaco/skylosAvatar de duriantaco

    duriantaco/skylos

    455Ver en GitHub↗

    Open source local-first PR scanner that finds dead code, security bugs, secrets, quality regressions, and AI-code mistakes before merge. For first timers refer to https://duriantaco.github.io/skylos/repo-map/

    Python
    Ver en GitHub↗455