Search Results for "debian-based linux" - Page 2

Showing 13905 open source projects for "debian-based linux"

View related business solutions
  • 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
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 1
    International Components for Unicode

    International Components for Unicode

    The home of the ICU project source code

    ... conversion tables are based on charset data collected by IBM over the course of many decades and is the most complete available anywhere. Compare strings according to the conventions and standards of a particular language, region or country. ICU's collation is based on the Unicode Collation Algorithm plus locale-specific comparison rules from the Common Locale Data Repository, a comprehensive source for this type of data.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2
    Portfolio Performance

    Portfolio Performance

    Track and evaluate the performance of your investment portfolio

    ... for Rebalancing based on freely definable Asset allocations. With the help of the historical exchange rates of the European Central Bank ( ECB ) accounts and shares can be held in foreign currency.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 3
    Mall

    Mall

    Java-based e-commerce system with backend and frontend modules

    The mall project is a comprehensive, full-featured e-commerce platform developed in Java, offering modules for product management, orders, users, promotions, and administration. Built with Spring Boot, MyBatis, and Vue.js, it provides a complete solution for developers looking to build or learn from a production-ready online shopping platform. It supports high scalability and clean architectural design suitable for enterprise-grade applications.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4
    RESTHeart

    RESTHeart

    Rapid API Development with MongoDB

    RESTHeart is an open-source middleware that exposes MongoDB databases as a RESTful API, allowing developers to interact with MongoDB using HTTP-based queries instead of traditional drivers.
    Downloads: 5 This Week
    Last Update:
    See Project
  • Crowdtesting That Delivers | Testeum Icon
    Crowdtesting That Delivers | Testeum

    Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.

    Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights.
    Click to perfect your product now.
  • 5
    Apache OpenNLP

    Apache OpenNLP

    Apache OpenNLP

    Apache OpenNLP is a machine learning-based NLP library that provides tools for text-processing tasks such as tokenization, sentence segmentation, and named entity recognition.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6
    openHAB Distribution

    openHAB Distribution

    The binary distribution of openHAB

    The open Home Automation Bus (openHAB) project aims to provide a universal integration platform for all things around home automation. It is a pure Java solution, fully based on OSGi. It is designed to be vendor-neutral as well as hardware/protocol-agnostic. openHAB brings together different bus systems, hardware devices, and interface protocols by dedicated bindings. These bindings send and receive commands and status updates on the openHAB event bus. This concept allows designing user...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 7
    photon

    photon

    An open source geocoder for openstreetmap data

    photon is an open-source geocoder built for OpenStreetMap data. It is based on elastic search - an efficient, powerful and highly scalable search platform. photon was started by komoot and provides search-as-you-type and multilingual support. Find our public API and demo on photon.komoot.io. Until October 2020 the API was available under photon.komoot.de. Please update your apps accordingly.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 8
    GanttProject

    GanttProject

    Official GanttProject repository

    GanttProject is a cross-platform desktop application for project scheduling and Gantt chart creation. It allows users to create tasks, assign resources, and track progress with ease. GanttProject is aimed at small teams and individuals who need offline project planning without the complexity or cost of enterprise tools.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 9
    APIJSON

    APIJSON

    Real-Time coding-free, powerful and secure ORM

    APIJSON is an open-source framework developed by Tencent that enables zero-code, real-time, and secure API development. It allows developers to perform CRUD operations through JSON-based requests without writing backend code, significantly accelerating development and reducing errors. APIJSON supports fine-grained access control, parameter validation, and seamless integration with various databases, making it a powerful tool for building scalable APIs.
    Downloads: 5 This Week
    Last Update:
    See Project
  • Sales CRM and Pipeline Management Software | Pipedrive Icon
    Sales CRM and Pipeline Management Software | Pipedrive

    The easy and effective CRM for closing deals

    Pipedrive’s simple interface empowers salespeople to streamline workflows and unite sales tasks in one workspace. Unlock instant sales insights with Pipedrive’s visual sales pipeline and fine-tune your strategy with robust reporting features and a personalized AI Sales Assistant.
    Try it for free
  • 10
    The Ballerina programming language

    The Ballerina programming language

    The Ballerina Programming Language

    ..., and concurrency safety, combined with a familiar, readable syntax make programs reliable and maintainable. Easy and efficient concurrency with sequence diagrams and language-managed threads without the complexity of asynchronous functions. Programs have both a textual syntax and an equivalent graphical form based on sequence diagrams.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 11
    KCloud‑Platform‑IoT

    KCloud‑Platform‑IoT

    KCloud-Platform-IoT

    KCloud-Platform-IoT is a comprehensive open-source IoT management platform built with Spring Cloud and Vue.js. It supports device registration, data collection, rule-based processing, and dashboard visualization. Designed for scalability and modularity, the platform is ideal for managing large IoT fleets in industrial or smart city environments.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 12
    Spring Data JPA

    Spring Data JPA

    Simplifies the development of creating a JPA-based data access layer

    Spring Data JPA, part of the larger Spring Data family, makes it easy to easily implement JPA-based repositories. This module deals with enhanced support for JPA-based data access layers. It makes it easier to build Spring-powered applications that use data access technologies. Implementing a data access layer of an application has been cumbersome for quite a while. Too much boilerplate code has to be written to execute simple queries as well as perform pagination, and auditing. Spring Data JPA...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 13
    Gson

    Gson

    A Java serialization/deserialization library to convert Java Objects

    Gson is a Java library developed by Google that allows conversion between Java objects and JSON. It enables serialization and deserialization of Java classes to and from JSON format, handling complex and generic types, nulls, custom naming policies, and more. Gson is lightweight, easy to use, and does not require annotation-based configuration, making it a popular choice for JSON processing in Java applications.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 14
    Halo

    Halo

    Open-source blogging and content management system

    Halo is a modern, powerful open-source blogging and content management system built with Java and Spring Boot. It is designed to be flexible, lightweight, and easy to deploy. Halo supports theming, markdown editing, multi-user roles, scheduled publishing, and a plugin architecture. With a responsive admin dashboard and RESTful APIs, Halo caters to developers and content creators who need a customizable self-hosted CMS alternative.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 15
    Apache MINA SSHD

    Apache MINA SSHD

    A comprehensive Java library for client- and server-side SSH

    Apache MINA sshd is a comprehensive Java library for client- and server-side SSH. Apache MINA SSHD is a 100% pure java library to support the SSH protocols on both the client and server side. It does not aim at being a replacement for the SSH client or SSH server from Unix operating systems, but rather provides support for Java based applications requiring SSH support.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16
    TEAMMATES Developer Web Site

    TEAMMATES Developer Web Site

    This is the project website for the TEAMMATES feedback management tool

    TEAMMATES is a free online tool for managing peer evaluations and other feedback paths of your students. It is provided as a cloud-based service for educators/students and is currently used by hundreds of universities across the world.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 17
    Helidon

    Helidon

    Java libraries for writing microservices

    Helidon is a cloud-native, open‑source set of Java libraries for writing microservices that run on a fast web core powered by Netty. Helidon Níma is the first Java microservices framework based on virtual threads. Helidon is designed to be simple to use, with tooling and examples to get you going quickly. Since Helidon is simply a collection of Java libraries running on a fast Netty core, there is no extra overhead or bloat. Helidon supports MicroProfile and provides familiar APIs like JAX-RS...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 18
    HertzBeat

    HertzBeat

    An open source, real-time monitoring system with custom-monitoring

    An open-source, real-time monitoring system with custom monitoring, performance-cluster, Prometheus-compatible and agentless. [Monitoring+Alarm+Notification] all in one. Support monitoring web service, database, os, middleware, cloud-native, network and more. Easy to use and agentless, offering full web-based operations for monitoring and alerting with just a few clicks. Makes protocols such as Http, Jmx, Ssh, Snmp, Jdbc configurable, allowing you to collect any metrics by simply configuring...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 19
    Applied Energistics 2

    Applied Energistics 2

    A Minecraft Mod about Matter and Energy

    Applied Energistics 2 (AE2) is a comprehensive mod for Minecraft that introduces a unique approach to in-game inventory management. Its theme is centered around the concept of converting matter into energy and vice versa, to store and transport your items and fluids instantaneously. AE2 revolutionizes storage in Minecraft. The mod adds a network-based digital storage system, where items and blocks are stored as energy in a digital form within a network of connected devices. This allows...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 20
    Odigos

    Odigos

    Distributed tracing without code changes

    Odigos supports any application written in Java, Python, .NET, Node.js and Go. Historically, compiled languages like Go have been difficult to instrument without code changes. Odigos solves this problem by uniquely leveraging eBPF. Odigos currently supports all the popular managed and open source destinations. By producing data in the OpenTelemetry format, Odigos can be used with any observability tool that supports OTLP. Odigos automatically scales OpenTelemetry collectors based...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 21
    Apache CloudStack

    Apache CloudStack

    Apache CloudStack is an opensource Infrastructure as a Service (IaaS)

    Apache CloudStack is open source software designed to deploy and manage large networks of virtual machines, as a highly available, highly scalable Infrastructure as a Service (IaaS) cloud computing platform. CloudStack is used by a number of service providers to offer public cloud services, and by many companies to provide an on-premises (private) cloud offering, or as part of a hybrid cloud solution. CloudStack is a turnkey solution that includes the entire "stack" of features most...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 22
    Spring Cloud Config Server

    Spring Cloud Config Server

    External configuration (server and client) for Spring Cloud

    Spring Cloud Config provides server-side and client-side support for externalized configuration in a distributed system. With the Config Server, you have a central place to manage external properties for applications across all environments. The concepts on both client and server map identically to the Spring Environment and PropertySource abstractions, so they fit very well with Spring applications but can be used with any application running in any language. As an application moves through...
    Downloads: 4 This Week
    Last Update:
    See Project
  • 23
    CommaFeed

    CommaFeed

    Google Reader inspired self-hosted RSS reader

    Google Reader inspired self-hosted RSS reader, based on Dropwizard and React/TypeScript.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 24
    XXL-JOB

    XXL-JOB

    A distributed task scheduling framework

    XXL-JOB is a distributed task scheduling platform for managing and executing jobs in Java-based applications. Designed for scalability and ease of use, it provides a powerful web interface for task definition, monitoring, and execution. XXL-JOB supports various scheduling strategies, distributed execution, failover, and script-based job execution. It is widely adopted in enterprise systems for background task orchestration and automation.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25
    Milkman

    Milkman

    An extensible request/response workbench

    Milkman is heavily inspired by Postman. But I got sick of all those electron-based applications that need ages and loads of memory to start up. Therefore, this is a JavaFx-based workbench for crafting requests/responses. It is not limited to e.g. HTTP (or more specifically rest) requests. Due to nearly everything being a plugin, other things are possible, like database requests or GRPC, GraphQl, etc. Request-types (e.g. Http Request), request-aspects (e.g. Headers, Body, etc), editors...
    Downloads: 3 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.