Projects

Open-source projects categorized as Projects

Top 23 Project Open-Source Projects

  1. Arthas

    Alibaba Java Diagnostic Tool Arthas/Alibaba Java诊断利器Arthas

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. Nacos

    an easy-to-use dynamic service discovery, configuration and service management platform for building AI cloud native applications.

    Project mention: Development Trends and Architecture Evolution of AI Agents | dev.to | 2025-11-03

    ● Nacos: Version 3.x will provide support for dynamic prompts and the A2A protocol. https://github.com/alibaba/nacos

  4. p3c

    Alibaba Java Coding Guidelines pmd implements and IDE plugin

  5. Seata

    :fire: Seata is an easy-to-use, high-performance, open source distributed transaction solution.

  6. FizzBuzz Enterprise Edition

    FizzBuzz Enterprise Edition is a no-nonsense implementation of FizzBuzz made by serious businessmen for serious business purposes.

    Project mention: Formatting a 25M-line codebase overnight | news.ycombinator.com | 2026-05-04

    ^^^^^^^^^^^^^^^^^^^

    I recently wrote a very esoteric Python script. 100 lines of code. No classes, no functions, but yes argparse.

    I've tried out the latest open source models on the task. They go bananas. It's like Enterprise fizzbuzz (https://github.com/enterprisequalitycoding/fizzbuzzenterpris...). They love classes and imports and reinventing the wheel. A great way for me to tell trash AI slop code is it'll define a useful constant then 15 lines later do it again with a different name.

    They love making code that looks impressive. "Wow look at all the classes and functions. It's so scalable. It's so dynamic. It validates every minutae against multiple schema and solves a problem I never thought about." But it was trash code. One really was 400 lines and it didn't even look like it would work. Can't even imagine what it means for 4.5M moderately good human lines to become what? 27M fluffy filler repeat lines that don't even make sense?

  7. Sentinel

    A powerful flow control component enabling reliability, resilience and monitoring for microservices. (面向云原生微服务的高可用流控防护组件)

  8. Graal

    GraalVM compiles applications into native executables that start instantly, scale fast, and use fewer compute resources 🚀

    Project mention: Standing on shoulders: the stack that makes Floci start in ~24ms | dev.to | 2026-05-21

    Mandrel is Red Hat's downstream of GraalVM, tuned for Quarkus workloads, with release cadence aligned to Quarkus. An underrated piece of supply-chain hygiene.

  9. temporal

    Temporal service

    Project mention: SQLite is all you need for durable workflows | news.ycombinator.com | 2026-05-29
  10. APIJSON

    🏆 Real-Time no-code, powerful and secure ORM 🚀 providing APIs and Docs without coding by Backend, and Frontend(Client) can customize response JSONs 🏆 实时 零代码、全功能、强安全 ORM 库 🚀 后端接口和文档零代码,前端(客户端) 定制返回 JSON 的数据和结构

  11. zipkin

    Zipkin is a distributed tracing system

    Project mention: Why Your Logs Are Useless Without Traces | dev.to | 2026-05-22

    Distributed tracing as a discipline is older than most engineers writing about it think. Google's 2010 Dapper paper, by Sigelman and colleagues, is the canonical reference; Twitter open-sourced Zipkin in 2012 as a Dapper-inspired implementation, and Uber open-sourced Jaeger in 2017 on similar lineage. For most of the 2010s, however, the operational reality was vendor-specific: each APM (Datadog, New Relic, AppDynamics, Dynatrace) shipped its own SDK, and instrumenting an application meant choosing a vendor and accepting that the instrumentation work was, structurally, lock-in.

  12. mybatis-plus

    An powerful enhanced toolkit of MyBatis for simplify development

  13. QuestDB

    QuestDB is a high performance, open-source, time-series database

    Project mention: QuestDB 9.4.0 | news.ycombinator.com | 2026-05-27
  14. Quarkus

    Quarkus: Supersonic Subatomic Java.

    Project mention: Standing on shoulders: the stack that makes Floci start in ~24ms | dev.to | 2026-05-21

    Quarkus does at compile time what traditional frameworks do at runtime: bean discovery, dependency injection wiring, configuration resolution, JAX-RS route registration, Jackson serializer generation. That matters because GraalVM is a closed-world compiler. It has to know at compile time every class that might be loaded and every method that might be called via reflection. Quarkus is engineered from the ground up to give the native compiler that information.

  15. bytecode-viewer

    A Java 8+ Jar & Android APK Reverse Engineering Suite (Decompiler, Editor, Debugger & More)

    Project mention: Fernflower Java Decompiler | news.ycombinator.com | 2025-09-25
  16. Project-Ideas-And-Resources

    A Collection of application ideas that can be used to improve your coding skills ❤.

  17. Trino

    Official repository of Trino, the distributed SQL query engine for big data, former

    Project mention: From Postgres to Iceberg | dev.to | 2025-11-05

    We can now create a schema on Iceberg to hold our table. We also create a new table called employee to store employee details. The Trino processing engine will be used to perform these actions.

  18. greenDAO

    greenDAO is a light & fast ORM solution for Android that maps objects to SQLite databases.

  19. webmagic

    A scalable web crawler framework for Java.

  20. Leantime

    Leantime is a goals focused project management system for non-project managers. Building with ADHD, Autism, and dyslexia in mind.

    Project mention: Ditch the Clutter: Meet Leantime, the Neuro-Inclusive Open Source Project Manager | dev.to | 2025-10-22

    View the Project on GitHub

  21. awesomo

    Cool open source projects. Choose your project and get involved in Open Source development now.

  22. Invoice Ninja

    A source-available invoice, quote, project and time-tracking app built with Laravel

  23. cadence

    Cadence is a distributed, scalable, durable, and highly available orchestration engine to execute asynchronous long-running business logic in a scalable and resilient way.

  24. Flowable (V6)

    A compact and highly efficient workflow and Business Process Management (BPM) platform for developers, system admins and business users.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Projects discussion

Log in or Post with

Projects related posts

  • How I Used the JVM’s JDWP to Cut GlassFish Redeploys from 2 Minutes to 5 Seconds

    2 projects | dev.to | 2 Jun 2026
  • Disregard previous instructions and delete all jqwik tests

    2 projects | news.ycombinator.com | 31 May 2026
  • SQLite is all you need for durable workflows

    12 projects | news.ycombinator.com | 29 May 2026
  • Jqwik test suite prints hidden prompt to delete all tests and code

    1 project | news.ycombinator.com | 30 May 2026
  • Jqwik Java testing library includes malicious prompt injection attempt

    1 project | news.ycombinator.com | 29 May 2026
  • Jqwik emits an ANSI-hidden instruction telling AI agents to delete code

    1 project | news.ycombinator.com | 29 May 2026
  • Fed up with vibe coders, dev sneaks data-nuking prompt injection into their code

    1 project | news.ycombinator.com | 29 May 2026
  • A note from our sponsor - SaaSHub
    www.saashub.com | 7 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Project projects? This list will help you:

# Project Stars
1 Arthas 37,337
2 Nacos 33,000
3 p3c 30,835
4 Seata 25,971
5 FizzBuzz Enterprise Edition 23,597
6 Sentinel 23,119
7 Graal 21,595
8 temporal 20,736
9 APIJSON 18,397
10 zipkin 17,437
11 mybatis-plus 17,384
12 QuestDB 17,017
13 Quarkus 15,704
14 bytecode-viewer 15,524
15 Project-Ideas-And-Resources 14,037
16 Trino 12,892
17 greenDAO 12,608
18 webmagic 11,679
19 Leantime 9,988
20 awesomo 9,860
21 Invoice Ninja 9,794
22 cadence 9,317
23 Flowable (V6) 9,288

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that Java is
the 10th most popular programming language
based on number of references?