19 projects
Webpack
Webpack is a static module bundler for modern JavaScript applications. It processes web applications by recursively building a dependency graph that includes every module an application needs, then packages all those modules into one or more bundles that can be served to the web browser.
15,895
4,456
$9.8M
Bitnami Helm Charts
A collection of pre-configured Helm charts for deploying applications and services on Kubernetes, maintained by Bitnami to provide standardized, production-ready configurations for popular software stacks
12,603
3,012
$29M
Conda
Conda is a package and environment management system that helps users install and manage software packages and their dependencies, particularly for data science and scientific computing. It allows creation of isolated environments with specific versions of packages, supporting multiple programming languages including Python.
11,001
2,210
$104M
JHipster
JHipster is a development platform to quickly generate, develop and deploy modern web applications and microservice architectures. It combines popular frameworks and tools like Spring Boot, Angular/React/Vue, and Docker to create full-stack applications with best practices built-in.
5,406
755
$4.4M
Docker CLI
The Docker CLI is the official command-line interface for Docker, providing tools to interact with Docker containers, images, networks, and other Docker objects. It enables users to build, run, and manage containerized applications through commands that communicate with the Docker daemon.
4,363
1,331
$31M
Flatpak
Flatpak is a universal application deployment and package management system for Linux that enables distribution and running of applications in isolated sandboxed environments. It provides a way to package applications with their dependencies, making them work consistently across different Linux distributions.
4,138
991
$4.6M
Setuptools
Setuptools is a library for easily building and distributing Python packages, providing tools and utilities to manage dependencies, package metadata, and distribution. It enables developers to create, package, and publish Python projects with standardized build processes and dependency specifications.
3,963
1,369
$3.2M
Carvel
Carvel provides a set of reliable, single-purpose, composable tools that aid in your application building, configuration, and deployment to Kubernetes.
1,034
291
$321M
Open Build Service (OBS)
The Open Build Service (OBS) is a generic system to build and distribute software packages from sources in an automatic, consistent, and reproducible way. It can create packages for various distributions and architectures, handling dependencies and providing a collaborative platform for package maintenance.
1,014
273
$32M
Plone
Plone is an enterprise-grade open source content management system (CMS) built on Python. It provides a secure and flexible platform for building websites, intranets, and custom applications with features like workflow, fine-grained security, and customizable content types.
765
117
$1.7M
Bnd
Bnd is a software tool and library that helps developers create and maintain OSGi bundles. It analyzes Java classes and generates OSGi metadata, creates manifest files, and manages dependencies for OSGi applications. The tool provides build-time support for OSGi development and includes features for workspace management, bundle creation, and version control.
660
189
$73M
packaging
A Python library for working with package metadata, versioning, dependencies, and related packaging concepts. It provides core utilities for parsing, comparing and manipulating package version strings and requirements.
532
250
$457K
Wheel
Wheel is a built-package format for Python that aims to replace eggs. It provides a simpler way to distribute Python packages with compiled extensions and is designed to be easier to install. The format produces .whl files that are essentially ZIP-format archives with a specially formatted filename and specific internal structure.
448
205
$119K
sealer
Seal your applications all dependencies and kubernetes into CloudImage! Build Deliver and Run user-defined clusters in one command.
397
76
$101M
Electron Builder
A complete solution to package and build a ready for distribution Electron app with “auto update” support out of the box