[Go to site: main page, start]

Java Java

Open-source Java projects categorized as Java

Top 23 Java Java Projects

  1. Design Patterns

    Design patterns implemented in Java

    Project mention: Patterns.dev | news.ycombinator.com | 2025-12-10
  2. SaaSHub

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

    SaaSHub logo
  3. Spring Boot

    Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.

    Project mention: Next-Level Observability with OpenTelemetry | dev.to | 2026-04-10

    In this tutorial, I'll walk you through how I moved beyond basic logging by instrumenting a Kotlin and Spring Boot backend service with OpenTelemetry. You'll learn how OpenTelemetry's tracing model gives you the execution context that logs alone can't provide. By the end of this guide, you'll have a working instrumented service and a clear mental model for building more observable backend systems.

  4. advanced-java

    😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers | 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识

  5. Elasticsearch

    Free and Open Source, Distributed, RESTful Search Engine

    Project mention: Anatomy of a RAG System Architecture | dev.to | 2026-03-17

    Elasticsearch: Distributed, and analytics search engine, scalable data store, vector database focused on speed, production-ready, and scalability support. RAGFlow component, used as its default vector database, while testing, and improving Infinity. Can be used in production environments through Elastic Cloud or configured manually in the cloud platform of choice. A Docker image is available to use it locally.

  6. Java

    All Algorithms implemented in Java

  7. interviews

    Everything you need to know to get the job.

  8. Guava

    Google core libraries for Java

    Project mention: Are you really wasting your time in Java without these 10 libraries? | dev.to | 2025-11-20

    Apache Commons Lang and Google Guava play the same role in the ecosystem, even though the former predates the latter: fill in the gaps in the Java standard APIs. For example, one of the biggest current PITAs in modern Java is checked exceptions inside lambdas. Both libraries provide wrapping methods to handle this specific use case. In general, modern Java versions and Kotlin drastically diminish the need for these additional dependencies.

  9. dbeaver

    Free universal database tool and SQL client

    Project mention: CLI to manage your SQL database schemas and migrations | news.ycombinator.com | 2025-11-01
  10. jadx

    Dex to Java decompiler

    Project mention: Java Decompiler | news.ycombinator.com | 2025-11-25
  11. RxJava

    RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.

    Project mention: Mastering Reactive Programming in Modern Mobile Development | dev.to | 2026-02-10

    RxJava Documentation

  12. Dubbo

    The java implementation of Apache Dubbo. An RPC and microservice framework.

  13. MPAndroidChart

    A powerful 🚀 Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, panning and animations.

  14. Arthas

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

  15. Selenium WebDriver

    A browser automation framework and ecosystem.

    Project mention: Top 7 Puppeteer Alternatives for Web Automation and Testing (2025) | dev.to | 2025-08-05

    Selenium is one of the most popular and mature automated testing frameworks for web applications. Unlike Puppeteer, which is limited to Chromium, Selenium supports all major browsers—including Chrome, Firefox, Safari, and Edge—making it a reliable choice for Cross-platform browser testing.

  16. spring-boot-demo

    🚀一个用来深入学习并实战 Spring Boot 的项目。

  17. ZXing

    ZXing ("Zebra Crossing") barcode scanning library for Java, Android

    Project mention: React Native ile Endüstriyel Barkod Okuma: Ters Renk Data Matrix Kodları ve Zebra DataWedge Entegrasyonu | dev.to | 2025-12-19

    ZXing (Zebra Crossing)

  18. conductor

    Conductor is an event driven agentic workflow engine providing durable and highly resilient execution engine for applications and AI Agents

    Project mention: Conductor, an orchestration engine for microservices and event-driven workflows | news.ycombinator.com | 2025-10-05
  19. SmartTube

    Browse media content with your own rules on Android TV

    Project mention: I block all online ads | news.ycombinator.com | 2025-12-07

    Just to throw one on the pile https://github.com/yuliskov/smarttube for android based TV media box is great.

  20. Mindustry

    The automation tower defense RTS

    Project mention: Why isn't There a open-source (project) game? | news.ycombinator.com | 2025-11-23

    There are many open-source games. There are few large-scale high-polish open source games because it's difficult to build a business model around that. Unlike non-game software, games are ~exclusively consumer-facing, so you can't sell support or use them as a loss leader, and they're standalone applications that are difficult to monetize with online features or to use as the core of a closed-source commercial product.

    That said, there are still lots of great projects out there (some of which have even had commercial success), for example:

    - https://github.com/a327ex/SNKRX

    - https://github.com/beyond-all-reason/Beyond-All-Reason

    - https://github.com/endless-sky/endless-sky

    - https://github.com/Anuken/Mindustry

  21. kestra

    Event Driven Orchestration & Scheduling Platform for Mission Critical Applications

    Project mention: Top Open-Source Data Engineering Tools- Unravelling the Best in 2026 | dev.to | 2025-12-10

    Kestra

  22. Jenkins

    Jenkins automation server

    Project mention: AI Alert Assistant: How n8n + LLM Replace Routine Diagnostics | dev.to | 2026-03-23

    Personally, it reminds me of Jenkins about ten years ago — and Jenkins was great. You can install n8n using any of the methods described in the documentation, for example using docker-compose

  23. libGDX

    Desktop/Android/HTML5/iOS Java game development framework

    Project mention: MonoGame: A .NET framework for making cross-platform games | news.ycombinator.com | 2026-03-07
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).

Java Java discussion

Log in or Post with

Java Java related posts

  • Nuts – pip/NPM for Java with first-class workspaces and JDK provisioning (9y+)

    1 project | news.ycombinator.com | 10 Jun 2026
  • OxyJen v0.5: a deterministic graph runtime for AI workflows

    1 project | news.ycombinator.com | 8 Jun 2026
  • OpenAPI, ORM, SVG and Lottie

    2 projects | dev.to | 8 Jun 2026
  • AI, OAuth, And Other Platform APIs In The Core

    1 project | dev.to | 8 Jun 2026
  • On-Device Debugging And JUnit 5

    2 projects | dev.to | 6 Jun 2026
  • Every Byte Matters

    1 project | news.ycombinator.com | 6 Jun 2026
  • Metal Default, A New Build Cloud, And A New Format

    1 project | dev.to | 5 Jun 2026
  • A note from our sponsor - SaaSHub
    www.saashub.com | 11 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

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

# Project Stars
1 Design Patterns 94,105
2 Spring Boot 80,798
3 advanced-java 78,986
4 Elasticsearch 76,940
5 Java 65,792
6 interviews 64,936
7 Guava 51,480
8 dbeaver 50,419
9 jadx 48,909
10 RxJava 48,239
11 Dubbo 41,516
12 MPAndroidChart 38,201
13 Arthas 37,359
14 Selenium WebDriver 34,156
15 spring-boot-demo 34,106
16 ZXing 33,973
17 conductor 31,915
18 SmartTube 30,414
19 Mindustry 27,849
20 kestra 26,974
21 Apache Flink 26,049
22 Jenkins 25,363
23 libGDX 25,131

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?