Showing 1166 open source projects for "java open source"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Reach Your Audience with Rise Vision, the #1 Cloud Digital Signage Software Solution Icon
    Reach Your Audience with Rise Vision, the #1 Cloud Digital Signage Software Solution

    K-12 Schools, Higher Education, Businesses, Restaurants

    Rise Vision is the #1 digital signage company, offering easy-to-use cloud digital signage software compatible with any player across multiple screens. Forget about static displays. Save time and boost sales with 500+ customizable content templates for your screens. If you ever need help, get free training and exceptionally fast support.
    Learn More
  • 1
    Autoprefixer

    Autoprefixer

    Parse CSS and add vendor prefixes to CSS rules by Can I Use

    PostCSS plugin to parse CSS and add vendor prefixes to CSS rules using values from Can I Use. It is recommended by Google and used in Twitter and Alibaba. Write your CSS rules without vendor prefixes (in fact, forget about them entirely). Autoprefixer will use the data based on current browser popularity and property support to apply prefixes for you. You can try the interactive demo of Autoprefixer. Autoprefixer uses Browserslist, so you can specify the browsers you want to target in your...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    lightline.vim

    lightline.vim

    A light and configurable statusline/tabline plugin for Vim

    Lightline.vim is a lightweight and highly configurable statusline (and tabline) plugin for Vim. While Vim ships with a built-in statusline that gives basic info (filename, cursor position, etc), Lightline dramatically upgrades the look and feel and the customisability of that bar at the bottom of your editor. It supports color themes that reflect Vim’s current mode (normal, insert, visual, etc), and allows you to define arbitrary “components” (such as custom plugin statuses, file-encoding,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    vim-gitgutter

    vim-gitgutter

    A Vim plugin which shows git diff markers in the sign column

    Vim-GitGutter is a plugin for Vim that surfaces version-control (Git) changes directly within your editing buffer by marking the sign column (the “gutter”) with indicators for added, removed or modified lines. As you edit files in a Git-tracked repository, Vim-GitGutter keeps the signs up-to-date (sometimes asynchronously) so you can immediately see which lines differ from the last committed state. Beyond mere visual indicators, it also allows you to preview changes (“hunks”), stage or undo...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    amazon-vpc-cni-k8s

    amazon-vpc-cni-k8s

    Networking plugin repository for pod networking in Kubernetes

    Networking plugin repository for pod networking in Kubernetes using Elastic Network Interfaces on AWS. Launch kubelet with network plugins set to cni (--network-plugin=cni), the cni directories configured (--cni-config-dir and --cni-bin-dir) and node ip set to the primary IPv4 address of the primary ENI for the instance (--node-ip=$(curl http://169.254.169.254/latest/meta-data/local-ipv4)). It is also recommended that you set --max-pods equal to (the number of ENIs for the instance type ×...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Axe Credit Portal - ACP- is axefinance’s future-proof AI-driven solution to digitalize the loan process from KYC to servicing, available as a locally hosted or cloud-based software. Icon
    Axe Credit Portal - ACP- is axefinance’s future-proof AI-driven solution to digitalize the loan process from KYC to servicing, available as a locally hosted or cloud-based software.

    Banks, lending institutions

    Founded in 2004, axefinance is a global market-leading software provider focused on credit risk automation for lenders looking to provide an efficient, competitive, and seamless omnichannel financing journey for all client segments (FI, Retail, Commercial, and Corporate.)
    Learn More
  • 5
    passff

    passff

    zx2c4 pass manager extension for Firefox, Chrome and Opera

    zx2c4 pass management extension for Mozilla Firefox. Pending Chrome port. Official signed version can be found on the Mozilla add-on page. This extension will allow you to access your zx2c4 pass repository directly from your web browser. You can choose to automatically fill and submit login forms if a matching password entry is found. Add-on that allows users of the unix password manager 'pass' to access their password store from Firefox. PassFF allows users of the unix password manager pass...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    GopherJS

    GopherJS

    Compiler from Go to JavaScript for running Go code in a browser

    GopherJS compiles Go code to pure JavaScript code. Its main purpose is to give you the opportunity to write front-end code in Go which will still run in all browsers. Nearly everything is supported, including Goroutines (compatibility documentation). Performance is quite good in most cases, see HTML5 game engine benchmark. Cgo is not supported. GopherJS requires Go 1.16 or newer. If you need an older Go version, you can use an older Gopher release. GopherJS uses your platform's default GOOS...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Setup PHP in GitHub Actions

    Setup PHP in GitHub Actions

    GitHub action to set up PHP with extensions, php.ini configuration

    GitHub action to set up PHP with extensions, php.ini configuration, coverage drivers, and various tools. Setup PHP with required extensions, php.ini configuration, code-coverage support and various tools like composer in GitHub Actions. This action gives you a cross-platform interface to set up the PHP environment you need to test your application. Refer to Usage section and examples to see how to use this. Refer to the self-hosted setup to use the action on self-hosted runners. Operating...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Lobo Evolution - Java Web Browser

    Lobo Evolution - Java Web Browser

    Lobo Evolution is an extensible all-Java web browser and RIA platform

    ...I'm waiting your first commit! Source code: https://github.com/LoboEvolution/LoboEvolution
    Leader badge
    Downloads: 8 This Week
    Last Update:
    See Project
  • 9
    Polyfill.io

    Polyfill.io

    Automatic polyfill service

    Polyfill.io is a service which makes web development less frustrating by selectively polyfilling just what the browser needs. Polyfill.io reads the User-Agent header of each request and returns polyfills that are suitable for the requesting browser. There are lots of differing browsers and browser versions in use throughout the world, each one has a slightly different set of features to the rest. This can make developing for browsers a difficult task. The latest versions of the popular...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Free and Open Source HR Software Icon
    Free and Open Source HR Software

    OrangeHRM provides a world-class HRIS experience and offers everything you and your team need to be that HR hero you know that you are.

    Give your HR team the tools they need to streamline administrative tasks, support employees, and make informed decisions with the OrangeHRM free and open source HR software.
    Learn More
  • 10

    Fetch

    A window.fetch JavaScript polyfill

    Fetch is a window.fetch polyfill, a Promise-based mechanism for programmatically making web requests in the browser. It is a viable replacement for most uses of XMLHttpRequest in traditional web applications, since it implements a subset of the standard Fetch specification. It is compatible with most popular browsers, however modern versions of browsers like Chrome, Firefox, Microsoft Edge, and Safari already have native implementations of window.fetch, hence the code from this polyfill will...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    FreeWRL VRML/X3D browser
    FreeWRL is an Open Source, cross platform VRML2 and X3D compliant browser, with script, SAI and EAI support. Platforms supported: Linux and other Unix-style platforms; Mac OS/X; Windows. Support for mobile platforms (iOS, Android, QNX) is under development.
    Leader badge
    Downloads: 93 This Week
    Last Update:
    See Project
  • 12
    Eric Integrated Development Environment

    Eric Integrated Development Environment

    Python Development Environment with all batteries included

    Eric is a Python IDE written using PyQt and QScintilla. It provides various features such as any number of open editors, an integrated (remote) debugger, project management facilities, unit test, refactoring and much more.
    Leader badge
    Downloads: 376 This Week
    Last Update:
    See Project
  • 13
    ZK - Simply Ajax and Mobile
    ZK is an open-source Java framework for building modern web and mobile applications. It enables developers to create rich, interactive UIs using only Java — no JavaScript required. With 200+ Ajax-powered components, event-driven architecture, and support for popular technologies like Spring, Java EE, and JSP/JSF, ZK makes it simple to deliver powerful and user-friendly web applications.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14
    Treebolic is a Java suite (including library) whose purpose is to give a hyperbolic rendering of hierarchical data. A tree is rendered with nodes and edges but display space is subject to a particular curvature (hence the name).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    ATECH Tools is set of tools intended for developers. It contains I18 tools, Swing/AWT tools (Layout,Components) and some tools for Hibernate (id, mgmt tool, export, import). Some classes have minor bugs but most of them are already used in projects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Leader badge
    Downloads: 22 This Week
    Last Update:
    See Project
  • 17
    PimersusOS

    PimersusOS

    PimersusOS: Lightweight, fast and flexible Linux based on Debian 13.

    PimersusOS-v2.0-Release is a lightweight Linux environment created primarily as a base for Pimersus Browser, a browser focused on high performance, complete control, and low resource consumption. It's ideal for users migrating from Windows who want a simple browsing experience free of bloatware. Based on Debian 13 Stable (MX Linux), it offers a fluid and controlled system, perfect for modest machines and testing the browser on limited hardware. Pimersus Browser is based on WebKit, the...
    Leader badge
    Downloads: 45 This Week
    Last Update:
    See Project
  • 18
    MobiDevTools

    MobiDevTools

    A mobile devtools for debugging web sites and web apps

    This add-on provides an intuitive and visually appealing panel interface embedded directly inside your Firefox browser. Whether you develop for mobile or desktop web, gain instant access to critical page data and performance metrics — all without leaving the browser or resorting to external tools. »`Click the WebExtension's icon in the toolbar or menu to open the overlay.`
    Leader badge
    Downloads: 13 This Week
    Last Update:
    See Project
  • 19
    bee-host

    bee-host

    Firefox/Chrome proxy app for an external editor

    A native messaging host application for Browser's Exernal Editor extension (https://github.com/rosmanov/chrome-bee)
    Downloads: 5 This Week
    Last Update:
    See Project
  • 20
    OmniPull

    OmniPull

    Just pull anything

    OmniPull is a powerful, cross-platform download manager built with Python and PySide6. It provides a modern, intuitive interface for managing downloads with advanced features like multi-threading, queue management, and media extraction.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 21
    Wasabee

    Wasabee

    A Web browser with safety focus

    The project is the construction of a Web browser with a focus on user safety. Usage of plugins or external components will be avoided whenever possible. Mirror: https://github.com/zertovitch/wasabee
    Downloads: 2 This Week
    Last Update:
    See Project
  • 22
    Webq83 Web Browser

    Webq83 Web Browser

    W3 Web Browser

    W3 Web Browser (WebQ83) – Linux amd64 & arm64 W3 is a lightweight and stable web browser developed for modern Linux distributions. It offers fast performance, low resource usage, and wide compatibility across various Linux systems.
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 23
    pinvault-pro-extension

    pinvault-pro-extension

    AI-powered browser extension for bulk downloading Pinterest images wit

    PinVault Pro is a professional-grade browser extension that revolutionizes Pinterest image downloading with AI-powered technology. The extension provides intelligent bulk selection, auto-scroll functionality, and maintains HD quality downloads while respecting Pinterest's terms of service. 🎯 Core Features: • Visual checkbox overlays on Pinterest images for intuitive selection • AI-powered auto-scroll with smart content detection • Bulk download capabilities with real-time progress...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 24

    seaart-save-metadata

    Chrome extention to save metadata of works on seart.ai in XMP in files

    (modified 2025-12-20) v1.1.0 Now it also works on `postDetail` pages. Chrome extention to save metadata of works on seart.ai in XMP and embed them into files. Works on /explore/detail pages and /postDetail/ pages. Does NOT work to videos. Filenames are automatically sanitized. It saves: prompt, model, checkpoint, lora, creator, source, etc. of each work. Press a button to start fetching metadata and download a work on a target page. # Installation Unpack the release and...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 25
    Downloads: 1 This Week
    Last Update:
    See Project