Open Source Java Software Development Software - Page 25

Java Software Development Software

View 5730 business solutions

Browse free open source Java Software Development Software and projects below. Use the toggles on the left to filter open source Java Software Development Software by OS, license, language, programming language, and project status.

  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start Free
  • Photo and Video Editing APIs and SDKs Icon
    Photo and Video Editing APIs and SDKs

    Trusted by 150 million+ creators and businesses globally

    Unlock Picsart's full editing suite by embedding our Editor SDK directly into your platform. Offer your users the power of a full design suite without leaving your site.
    Learn More
  • 1
    Apache Flink

    Apache Flink

    Stream processing framework with powerful stream

    Apache Flink is a distributed engine for stateful computations over data streams and batches, designed for low-latency processing at scale. Its core runtime executes dataflow graphs with fine-grained backpressure and checkpointing, allowing applications to recover consistently from failures. Flink’s event-time model and watermarks enable accurate out-of-order processing, windowing, and complex time semantics that typical real-time systems struggle with. Developers program against high-level APIs—DataStream and Table/SQL—to express transformations, joins, and stateful patterns, while specialized libraries support CEP, machine learning workflows, and connectors. A rich connector ecosystem integrates with systems like Kafka, Kinesis, filesystems, JDBC sources/sinks, and object stores. Deployments span Kubernetes, YARN, Mesos, and standalone clusters, and operational features such as savepoints, state backends, and metrics make long-running jobs manageable in production.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Apache SkyWalking Java Agent

    Apache SkyWalking Java Agent

    The Java agent for Apache SkyWalking

    SkyWalking-Java: The Java Agent for Apache SkyWalking, which provides native tracing/metrics/logging abilities for Java projects. SkyWalking: an APM(application performance monitor) system, specially designed for microservices, cloud-native and container-based (Docker and Kubernetes) architectures.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    Auto

    Auto

    A collection of source code generators for Java

    Auto is a collection of source code generators for Java. Java is full of code that is mechanical, repetitive, typically untested and sometimes the source of subtle bugs. Sounds like a job for robots! The Auto subprojects are a collection of code generators that automate those types of tasks. They create the code you would have written, but without the bugs. Save time. Save code. Save sanity. Some of Auto subprojects are AutoFactory, JSR-330-compatible factories, AutoService, provider-configuration files for ServiceLoader, AutoValue, immutable value-type code generation for Java 7+, and Common, helper utilities for writing annotation processors. Auto is licensed under the Apache License, Version 2.0.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    BIMserver

    BIMserver

    The open source BIMserver platform

    The Building Information Model server (short: BIMserver) enables you to store and manage the information of a construction (or other building related) project. Data is stored in the open data standard IFC. The BIMserver is not a fileserver, but it uses a model-driven architecture approach. This means that IFC data is stored as objects. You could see BIMserver as an IFC database, with special extra features like model checking, versioning, project structures, merging, etc. The main advantage of this approach is the ability to query, merge and filter the BIM model and generate IFC output (i.e. files) on the fly. Thanks to its multi-user support, multiple people can work on their own part of the dataset, while the complete dataset is updated on the fly. Other users can get notifications when the model (or a part of it) is updated.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    BRVAH

    BRVAH

    Powerful and flexible RecyclerView Adapter

    BRVAH or Base RecyclerView Adapter Helper is a helpful tool for using RecyclerView more easily and efficiently. If you're an Android developer, you're probably familiar with RecyclerView as it is one of the most frequently-used controls in Android. While it may be quite useful however, a lot of developers can find it vexing to use. This is where BRVAH comes in. With BRVAH, it becomes easier than ever to use RecyclerView. Its efficient use meets the common needs of Android developers in projects. BRVAH optimizes adapter code, allows for adapter animation, adds On Item Click Lister, and more.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    Bastillion

    Bastillion

    Web-based SSH console that centrally manages administrative access

    Bastillion is a web-based SSH console that centrally manages administrative access to systems. Web-based administration is combined with the management and distribution of user's public SSH keys. Key management and administration is based on profiles assigned to defined users. Administrators can login using two-factor authentication with Authy or Google Authenticator. From there they can manage their public SSH keys or connect to their systems through a web-shell. Commands can be shared across shells to make patching easier and eliminate redundant command execution. Bastillion layers TLS/SSL on top of SSH and acts as a bastion host for administration. Protocols are stacked (TLS/SSL + SSH) so infrastructure cannot be exposed through tunneling / port forwarding.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    BinExport

    BinExport

    Export disassemblies into Protocol Buffers

    BinExport is a disassembly export plugin developed by Google as part of the BinDiff ecosystem, designed for reverse engineering and binary analysis. It works with popular disassemblers including IDA Pro, Binary Ninja, and Ghidra, enabling the export of disassembly data into a structured Protocol Buffer format. This exported data can then be used for binary comparison, diffing, and advanced analysis tasks through BinDiff or other compatible tools. BinExport captures detailed information such as instructions, functions, control flow graphs, and metadata, providing a machine-readable representation of a program’s disassembled structure. It supports multiple export formats, including binary, text, and statistics outputs, and can be used interactively or via scripting (IDC, IDAPython, or Ghidra’s headless mode). The project includes complete build instructions for Linux, macOS, and Windows, ensuring reproducibility across platforms.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    BottomNavigation

    BottomNavigation

    This Library helps users to use Bottom Navigation Bar

    This Library helps users to use the Bottom Navigation Bar (A new pattern from Google) with ease and allows a ton of customizations.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    ButterKnife

    ButterKnife

    Bind Android views and callbacks to fields and methods

    ButterKnife is an annotation-based view binding library for Android that reduces boilerplate in Activities, Fragments, and custom views. Developers replace repetitive findViewById calls with BindView fields and define UI event handlers using annotations like @OnClick, with the library generating efficient binding code at compile time. Because it relies on annotation processing, there’s no reflection at runtime, keeping startup paths lean and predictable. The generated bind/unbind lifecycle helps avoid memory leaks by clearing references when views are destroyed. Butter Knife made UI code more readable and maintainable for years, especially in large codebases with complex layouts and many event hooks. While newer Android APIs now offer official view binding alternatives, the project remains a landmark example of how code generation can simplify everyday Android development.
    Downloads: 1 This Week
    Last Update:
    See Project
  • No-Nonsense Code-to-Cloud Security for Devs | Aikido Icon
    No-Nonsense Code-to-Cloud Security for Devs | Aikido

    Connect your GitHub, GitLab, Bitbucket, or Azure DevOps account to start scanning your repos for free.

    Aikido provides a unified security platform for developers, combining 12 powerful scans like SAST, DAST, and CSPM. AI-driven AutoFix and AutoTriage streamline vulnerability management, while runtime protection blocks attacks.
    Start for Free
  • 10
    CameraKit

    CameraKit

    Library for Android Camera 1 and 2 APIs

    CameraKit helps you add a reliable camera to your app quickly. Our open-source camera platform provides consistent capture results, service that scales, and endless camera possibilities. CameraKit fits into your existing stack, sitting between your app and the operating system, to improve camera capture reliability almost immediately. CameraKit doesn't require you to rewrite code, just add our software in minutes saving significant development hours and producing great results. CameraKit supports all camera features, including seamless still photo and video capture, auto permission handling, continuous and tap focus, and more. CameraKit is open source because we believe in the principles of open exchange, collaboration, and community, especially for camera software development.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    Certificate Ripper

    Certificate Ripper

    A CLI tool to extract server certificates

    A CLI tool to extract server certificates. No openssl required runs on any Operating System. It can be used with or without Java, native executables are present in the releases. Extracts all the sub-fields of the certificate. Certificates can be formatted to PEM format. Bulk extraction of multiple different URLs with a single command is possible. Extracted certificates can be stored automatically in a p12 trust store. Works also behind a proxy.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    Copybara

    Copybara

    Copybara: A tool for transforming and moving code between repositories

    Copybara is an open source code transformation and migration tool developed by Google for synchronizing and managing source code across multiple repositories. It allows developers to transform, filter, and move code between repositories while maintaining a consistent source of truth. Copybara is particularly useful in workflows where projects maintain both confidential (internal) and public (open source) repositories, enabling controlled synchronization and contribution management between them. The tool supports advanced transformations—such as file relocation, content replacement, and metadata adjustments—defined declaratively in configuration files. It operates in a stateless manner, storing synchronization state within commit metadata to ensure reproducibility and collaboration among multiple users. Copybara currently supports Git repositories (with experimental Mercurial support) and can be integrated with CI/CD systems or run manually.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Deep Java Library (DJL)

    Deep Java Library (DJL)

    An engine-agnostic deep learning framework in Java

    Deep Java Library (DJL) is an open-source, high-level, engine-agnostic Java framework for deep learning. DJL is designed to be easy to get started with and simple to use for Java developers. DJL provides native Java development experience and functions like any other regular Java library. You don't have to be a machine learning/deep learning expert to get started. You can use your existing Java expertise as an on-ramp to learn and use machine learning and deep learning. You can use your favorite IDE to build, train, and deploy your models. DJL makes it easy to integrate these models with your Java applications. Because DJL is deep learning engine agnostic, you don't have to make a choice between engines when creating your projects. You can switch engines at any point. To ensure the best performance, DJL also provides automatic CPU/GPU choice based on hardware configuration.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 14
    Docker Client

    Docker Client

    A simple docker client for the JVM

    A simple docker client for the JVM. This is a Docker client written in Java. It is used in many critical production systems at Spotify.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    DroidParts

    DroidParts

    Carefully crafted Android framework

    DroidParts is a carefully crafted Android framework. RESTClient for GETting, PUTting, POSTing, DELETing & InputStream-getting, also speaks JSON. ImageFetcher to asynchronously attach images to ImageViews, with caching, cross-fade & transformation support.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 16
    EasyExcel

    EasyExcel

    Lightweight Java library developed by Alibaba for reading and writing

    EasyExcel is a Java library focused on reading and writing Excel files with very low memory usage, making it suitable for large datasets that overwhelm traditional APIs. It uses streaming/event-driven parsing to avoid loading entire workbooks into memory, and it maps rows to Java objects via simple annotations. Writers support multiple sheets, custom styles, merged cells, and template-based filling so production reports remain maintainable. The API emphasizes developer ergonomics: callbacks are straightforward, converters handle common type transformations, and header/column mapping is explicit. It integrates cleanly into Spring/enterprise stacks, often as part of import/export pipelines or scheduled report generation. By optimizing both performance and ease of use, EasyExcel reduces operational risk around big Excel jobs in web services and back-office tools.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17

    Feign

    Make writing Java http clients easier

    Feign is a Java to HTTP client binder that was built primarily to make writing Java http clients easier. Inspired by previous projects Retrofit, JAXRS-2.0 and WebSocket, Feign was designed to reduce the complexity that is often involved in binding the Denominator uniformly to HTTP APIs, no matter the ReSTfulness. Feign works by processing annotations into a templatized request, to which arguments are applied in a straightforward manner before output. While it may only support text-based APIs, it simplifies system aspects dramatically and makes it much easier to unit test your conversions. Feign makes use of great tools like Jersey and CXF for writing Java clients for ReST or SOAP services. It also lets you write your own code on top of http libraries, and connects your code to http APIs with little overhead.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    File System Crawler for Elasticsearch

    File System Crawler for Elasticsearch

    Elasticsearch File System Crawler (FS Crawler)

    This crawler helps to index binary documents such as PDF, Open Office, MS Office. Local file system (or a mounted drive) crawling and indexing new files, updating existing ones, and removing old ones. Remote file system over SSH/FTP crawling. REST interface to let you “upload” your binary documents to elastic search.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Fragmentation

    Fragmentation

    A powerful library to manage fragmentation on Android

    Fragmentation is a powerful library managing Fragment for Android. It is designed for "Single Activity + Multi-Fragments" and "Multi-FragmentActivities + Multi-Fragments" architecture to simplify development processes. Develop complicated nested fragment apps rapidly. Use fragment's stack view dialog to debug easily. Add launch mode, startForResult etc. to provide similar behavior of Activity. Add onBackPressedSupport() method to support back button press monitoring in Fragment. Add onSupportVisible(), onLazyInitView() to simplify dev. Easily manage Fragment transition animations. Simplify the communication between Fragment(EventBusActivityScope module). Added a queue mechanism to completely solve the Fragment multi-touch and extreme transaction problems, and improve stability (at the same time, a new post(Runnable)method is added to allow your custom tasks to be queued).
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    FreeRTOS BLE Mobile SDK for Android

    FreeRTOS BLE Mobile SDK for Android

    Android SDK for FreeRTOS Bluetooth Devices

    Using the Android SDK for FreeRTOS Bluetooth Devices, you can create mobile applications that do the following. Scan for and connect to nearby BLE devices running FreeRTOS. Perform WiFi provisioning of the FreeRTOS BLE devices after connecting to them ( Only supported for Espressif ESP32-DevKitC ). Act as a proxy for transmitting MQTT messages between a device running FreeRTOS and the AWS IoT cloud. The SDK includes some functions that help you perform BLE operations with FreeRTOS devices. Once the connection to the device is established, you get an AmazonFreeRTOSDevice object, and you can use this object to do WiFi provisioning or Mqtt proxy. The MQTT proxy service controls the MQTT proxy. It allows the device to send and receive MQTT messages from the AWS IoT cloud through the phone, when this feature is enabled. The SDK includes a demo application that demonstrates some of the main features of the SDK.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21
    Grafika

    Grafika

    Grafika test app

    Welcome to Grafika, a dumping ground for Android graphics & media hacks. A collection of hacks exercising graphics features. An SDK app, developed for API 18 (Android 4.3). While some of the code may work with older versions of Android, some sporatic work is done to support them. Open source (Apache 2 license), copyright by Google. So you can use the code according to the terms of the license, A perpetual work-in-progress. It's updated whenever the need arises. To some extent, Grafika can be treated as a companion to the Android System-Level Graphics Architecture document. The doc explains the technology that the examples rely on, and uses some of Grafika's activities as examples. Features are added to Grafika as the need arises, often in response to developer complaints about correctness or performance problems in the platform.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 22
    GraphQL SPQR

    GraphQL SPQR

    Build a GraphQL service in seconds

    GraphQL SPQR (GraphQL Schema Publisher & Query Resolver, pronounced like speaker) is a simple-to-use library for rapid development of GraphQL APIs in Java. GraphQL SPQR aims to make it dead simple to add a GraphQL API to any Java project. It works by dynamically generating a GraphQL schema from Java code. When developing GraphQL-enabled applications it is common to define the schema first and hook up the business logic later. This is known as the schema-first style. While it has its advantages, in strongly and statically typed languages, like Java, it leads to a lot of duplication. Both of these blocks contain the exact same information. Worse yet, changing one requires an immediate change to the other. This makes refactoring risky and cumbersome, and the compiler can not help. On the other hand, if you’re trying to introduce a GraphQL API into an existing project, writing the schema practically means re-describing the entire existing model.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    Instacapture 2.0

    Instacapture 2.0

    Android library to capture screenshot from your app

    Android library to capture screenshots from your app.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    JSweet

    JSweet

    A Java to JavaScript transpiler

    JSweet leverages TypeScript to write rich and responsive Web applications in Java through the use of JavaScript libraries and frameworks. With JSweet, Java programs are transpiled (source-to-source compiled) to TypeScript and JavaScript for being run in browsers, mobile Web views, or in Node.js. It provides web applications with type-checking and generates fully type-checked JavaScript programs. It stands on Oracle's Java Compiler (javac) and on Microsoft's TypeScript (tsc). JSweet depends on well-typed descriptions of JavaScript APIs, so-called "candies", most of them being automatically generated from TypeScript definition files. These API descriptions in Java can be seen as headers (similarly to *.h header files in C) to bridge JavaSript libraries from Java. There are several sources of candies for existing libraries and you can easily build a candy for any library out there.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Java Telegram Bot API

    Java Telegram Bot API

    Telegram Bot API for Java

    Bots are third-party applications that run inside Telegram. Users can interact with bots by sending them messages, commands and inline requests. You control your bots using HTTPS requests to Telegram's Bot API. Get customized notifications and news. A bot can act as a smart newspaper, sending you relevant content as soon as it's published. Integrate with other services. A bot can enrich Telegram chats with content from external services. Accept payments from Telegram users. A bot can offer paid services or work as a virtual storefront. Create custom tools. A bot may provide you with alerts, weather forecasts, translations, formatting or other services. Build single- and multiplayer games. A bot can offer rich HTML5 experiences, from simple arcades and puzzles to 3D-shooters and real-time strategy games. Build social services. A bot could connect people looking for conversation partners based on common interests or proximity.
    Downloads: 1 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.