Java HacktoberFest

Open-source Java projects categorized as HacktoberFest

Top 23 Java HacktoberFest Projects

HacktoberFest
  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. Java

    All Algorithms implemented in Java

  4. termux-app

    Termux - a terminal emulator application for Android OS extendible by variety of packages.

    Project mention: Termux | news.ycombinator.com | 2026-02-02
  5. 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

  6. openapi-generator

    OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)

    Project mention: Stop Advertising in Your Commits | news.ycombinator.com | 2026-05-26

    To be fair I've never used Laravel - but I do have a memory of code generators/scaffolders inserting files that made clear they were responsible for work

    /*

    * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

    * Do not edit the class manually.

    */

  7. 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

  8. Apache RocketMQ

    Apache RocketMQ is a cloud native messaging and streaming platform, making it simple to build event-driven applications.

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

    ● Apache RocketMQ: Some capabilities will also be published to the open source community in the next one or two months. https://github.com/apache/rocketmq

  9. JHipster

    JHipster, much like Spring initializr, is a generator to create a boilerplate backend application, but also with an integrated front end implementation in React, Vue or Angular. In their own words, it "Is a development platform to quickly generate, develop, & deploy modern web applications & microservice architectures."

    Project mention: Renovate & Dependabot: The New Malware Delivery System | dev.to | 2026-05-29

    Even worse, 95 (60%) of those pull requests were merged into the main branch, 50 of them by a bot user, without any user interaction. This led to the malicious package being pushed to production code in less than an hour, as showcased by the jhipster/generator-jhipster repository.

  10. 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.

  11. 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
  12. ZAP

    The ZAP by Checkmarx Core project

    Project mention: I built an open-source CLI that scores any site for AI-agent readiness (0-100) | dev.to | 2026-05-07

    It does not check for vulnerabilities — use OWASP ZAP for that.

  13. SuperTokens Community

    Open source alternative to Auth0 / Firebase Auth / AWS Cognito

    Project mention: I Tested 7 Open Source Clerk Alternatives for Full-Stack Developers | dev.to | 2025-11-26

    SuperTokens is different. It's built like building blocks.

  14. Apache ZooKeeper

    Apache ZooKeeper

    Project mention: Turning Google Search into a Kafka Event Stream for Many Consumers | dev.to | 2026-02-03

    Next, Kafka requires Zookeeper and a broker. Instead of installing them manually, we use Docker Compose with this YAML file.

  15. kafka-ui

    Open-Source Web UI for Apache Kafka Management

    Project mention: Kafka UI in Action: Monitoring and Managing Kafka Like a Pro | dev.to | 2025-06-29

    GitHub: https://github.com/provectus/kafka-ui

  16. jjwt

    Java JWT: JSON Web Token for Java and Android

  17. android-gif-drawable

    Views and Drawable for displaying animated GIFs on Android

  18. iceberg

    Apache Iceberg

    Project mention: Interesting links - May 2026 | dev.to | 2026-05-29

    Apache Iceberg 1.11 has been released (I even got some small contributions merged 🎉). There are more details of the release in these blog posts:

  19. Checkstyle

    Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. By default it supports the Google Java Style Guide and Sun Code Conventions, but is highly configurable. It can be invoked with an ANT task and a command line program.

    Project mention: Weather MCP | dev.to | 2026-03-31

    Added guard rails: Added unit and integration tests, added auto code formatting with spotless, added code analysis using checkstyle

  20. spring-ai

    An Application Framework for AI Engineering

    Project mention: Weather MCP | dev.to | 2026-03-31

    The Spring AI reference provides plenty of guidance and recommendations around MCP as well as other parts of Genative AI such as using chat clients or RAG.

  21. Testcontainers

    Testcontainers is a Java library that supports JUnit tests, providing lightweight, throwaway instances of common databases, Selenium web browsers, or anything else that can run in a Docker container.

  22. graylog

    Free and open log management

  23. AntennaPod

    A podcast manager for Android

    Project mention: I've been curating FOSS & privacy apps on Telegram for 8 months. Here's how I do it. | dev.to | 2026-04-27
  24. CompreFace

    Leading free and open-source face recognition system

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 HacktoberFest discussion

Log in or Post with

Java HacktoberFest related posts

  • Standing on shoulders: the stack that makes Floci start in ~24ms

    6 projects | dev.to | 21 May 2026
  • Rendering powerpoint to png files with JBang

    2 projects | dev.to | 29 Apr 2026
  • I've been curating FOSS & privacy apps on Telegram for 8 months. Here's how I do it.

    1 project | dev.to | 27 Apr 2026
  • Next-Level Observability with OpenTelemetry

    6 projects | dev.to | 10 Apr 2026
  • Weather MCP

    8 projects | dev.to | 31 Mar 2026
  • iceberg VS sail - a user suggested alternative

    2 projects | 18 Mar 2026
  • YouTube as Storage

    3 projects | news.ycombinator.com | 14 Feb 2026
  • A note from our sponsor - SaaSHub
    www.saashub.com | 14 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

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

# Project Stars
1 Design Patterns 94,119
2 Java 65,829
3 termux-app 56,336
4 kestra 27,048
5 openapi-generator 26,395
6 Jenkins 25,418
7 Apache RocketMQ 22,453
8 JHipster 22,419
9 Quarkus 15,721
10 bytecode-viewer 15,532
11 ZAP 15,277
12 SuperTokens Community 15,083
13 Apache ZooKeeper 12,763
14 kafka-ui 12,055
15 jjwt 11,083
16 android-gif-drawable 9,647
17 iceberg 8,957
18 Checkstyle 8,947
19 spring-ai 8,926
20 Testcontainers 8,658
21 graylog 8,061
22 AntennaPod 7,928
23 CompreFace 7,862

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?