[go: up one dir, main page]

  • 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
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 1
    rpm-ostree

    rpm-ostree

    Hybrid image/package system with atomic upgrades and package layering

    rpm-ostree is a hybrid image/package system developed by CoreOS that combines the benefits of image-based and package-based systems for managing Linux operating systems. It utilizes OSTree for managing bootable, immutable filesystem trees and integrates with RPM to allow package layering. This approach enables atomic upgrades and rollbacks, ensuring system stability and consistency across deployments. rpm-ostree is particularly suited for scenarios where reliable and reproducible system states are critical, such as in containerized or edge computing environments. ​
    Downloads: 6 This Week
    Last Update:
    See Project
  • 2
    Apx

    Apx

    Apx (/à·peks/) is the default package manager in Vanilla OS

    Apx is the default package manager for Vanilla OS, designed to manage software installations within isolated subsystems. It acts as a wrapper around multiple package managers, allowing users to install and run packages from various Linux distributions in a containerized environment. This approach ensures system stability and security by preventing direct modifications to the host system.​
    Downloads: 5 This Week
    Last Update:
    See Project
  • 3
    Boss

    Boss

    Dependency Manager for Delphi and Lazarus

    Boss is a dependency manager for Delphi and Lazarus, designed to facilitate the management of libraries and packages in Object Pascal projects. It automates the process of downloading, updating, and integrating dependencies, streamlining the development workflow for Delphi and Lazarus developers. Boss supports version control and simplifies project configuration, enhancing productivity and code maintainability.​
    Downloads: 5 This Week
    Last Update:
    See Project
  • 4
    KISS Linux

    KISS Linux

    KISS Linux - Package Manager

    KISS is a package manager for the KISS Linux distribution, emphasizing simplicity and user control. Written in POSIX shell, it provides a minimalistic approach to package management, allowing users to understand and modify the system easily. KISS avoids unnecessary complexity, focusing on transparency and maintainability.​
    Downloads: 5 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 5
    Kustomizer

    Kustomizer

    An experimental package manager for distributing Kubernetes

    kustomizer is an experimental package manager for distributing Kubernetes configurations as OCI artifacts. It provides commands to publish, fetch, diff, customize, validate, apply, and prune Kubernetes resources, leveraging server-side apply for efficient resource management. Kustomizer supports encryption of configurations using age keys and integrates with various container registries, making it a versatile tool for Kubernetes configuration management.​
    Downloads: 5 This Week
    Last Update:
    See Project
  • 6
    Meta Package Manager

    Meta Package Manager

    Wraps all package managers with a unifying CLI

    Meta Package Manager wraps all package managers with a unifying CLI, and provides the MPM CLI, a wrapper around all package managers. MPM is like yt-dlp, but for package managers instead of videos. MPM solves XKCD #1654 - Universal Install Script. List installed packages. List duplicate installed packages. Search for packages. Install a package, remove a package, and list outdated packages. Sync local package infos. Upgrade all outdated packages. Backup list of installed packages to TOML file. Restore/install list of packages from TOML files. Pin-point commands to a subset of package managers (include/exclude selectors). Support plain, versioned, and purl package specifiers. Export output to JSON or print user-friendly tables. Shell auto-completion for Bash, Zsh and Fish. Provides an Xbar/SwiftBar plugin for friendly macOS integration.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 7
    OPI

    OPI

    OBS Package Installer (CLI)

    OPI is a command-line tool designed to simplify the installation of software packages from the openSUSE Build Service (OBS) and other repositories. It streamlines the process of searching for and installing packages, making software management more accessible for openSUSE users.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 8
    PHP-JWT

    PHP-JWT

    PHP package for JWT

    A simple library to encode and decode JSON Web Tokens (JWT) in PHP, conforming to RFC 7519. Use composer to manage your dependencies and download PHP-JWT. Optionally, install the paragonie/sodium_compat package from composer if your php is < 7.2 or does not have libsodium installed. If your private key contains \n characters, be sure to wrap it in double quotes "" and not single quotes '' in order to properly interpret the escaped characters. You must specify supported algorithms for your application. You can add a leeway to account for when there is a clock skew times between the signing and verifying servers. It is recommended that this leeway should not be bigger than a few minutes.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 9
    attrs

    attrs

    Python Classes Without Boilerplate

    attrs is a Python package that lets you write classes without all the usual drudgery. Its ultimate goal is to help you write concise and correct software without slowing down your code. attrs provides a class decorator and a means to declaratively define the attributes on that class. This results in a concise and explicit overview of the class's attributes, a human-readable __repr__, a complete set of comparison methods and more, all without having to repetitively write dull boilerplate code and without negatively affecting your runtime performance. With attrs you can write correct and self-documenting code, and you'll find joy in writing classes again!
    Downloads: 5 This Week
    Last Update:
    See Project
  • The CRM you’ll want to use every day Icon
    The CRM you’ll want to use every day

    With CRM, Sales, and Marketing Automation in one, Act! gives you everything you need for happier clients, more revenue, and less stress.

    Act! Premium is perfect for small and midsize businesses looking to market better, sell more, and create customers for life. With unparalleled flexibility and freedom of choice, Act! Premium accommodates the unique ways you do business. Whether it’s customizations to fit your specific business or industry processes or your preferences for deployment and access, the possibilities with Act! Premium are limitless.
    Learn More
  • 10
    cpx

    cpx

    A cli tool to watch and copy file globs.

    CPX is a Node.js file copying utility designed for handling complex file copy operations with watch mode support. It is useful for build pipelines that require file synchronization.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 11
    fpm

    fpm

    Fortran Package Manager (fpm)

    fpm is a package manager and build system designed to improve the Fortran programming experience. It simplifies the process of building, testing, and distributing Fortran projects by providing a standardized project structure and dependency management. Modeled after Rust's Cargo, fpm aims to modernize Fortran development and foster a more vibrant ecosystem.​
    Downloads: 5 This Week
    Last Update:
    See Project
  • 12
    node-csgo

    node-csgo

    A node-steam plugin for Counter-Strike: Global Offensive

    Node-CSGO is a Node.js library that allows interaction with Counter-Strike: Global Offensive (CS:GO) game servers and Steam APIs. It enables developers to retrieve game data, manage inventories, and automate in-game operations.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 13
    npm-gui

    npm-gui

    We seamlessly integrate with npm, pnpm, or yarn

    npm-gui is a graphical user interface (GUI) for managing npm and Yarn dependencies. It provides an intuitive interface for viewing, installing, updating, and removing packages without needing to use the command line.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 14
    pipx

    pipx

    Install and run Python applications in isolated environments

    pipx is a tool to help you install and run end-user applications written in Python. It's roughly similar to macOS's brew, JavaScript's npx, and Linux's apt. It's closely related to pip. In fact, it uses pip, but is focused on installing and managing Python packages that can be run from the command line directly as applications. pip is a general-purpose package installer for both libraries and apps with no environment isolation. pipx is made specifically for application installation, as it adds isolation yet still makes the apps available in your shell: pipx creates an isolated environment for each application and its associated packages. pipx does not ship with pip, but installing it is often an important part of bootstrapping your system. By default, pipx uses the same package index as pip, PyPI. pipx can also install from all other sources pip can, such as a local directory, wheel, git url, etc.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 15
    rocks.nvim

    rocks.nvim

    Neovim plugin management inspired by Cargo, powered by luarocks

    Neovim plugin management inspired by Cargo, powered by luarocks. rocks.nvim revolutionizes Neovim plugin management by streamlining the way users and developers handle plugins and dependencies. Integrating directly with luarocks, this plugin offers an automated approach that shifts the responsibility of specifying dependencies and build steps from users to plugin authors. The traditional approach to Neovim plugin management often places an unjust burden on users, by requiring them to declare dependencies and build instructions manually.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 16
    synp

    synp

    Convert yarn.lock to package-lock.json and vice versa

    synp is a command-line tool that converts between npm’s package-lock.json and Yarn’s yarn.lock. This helps developers migrate projects between npm and Yarn while maintaining dependency integrity.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 17
    timoni

    timoni

    Timoni is a package manager for Kubernetes, powered by CUE

    Timoni is a package manager for Kubernetes, powered by CUE and inspired by Helm. The Timoni project strives to improve the UX of authoring Kubernetes configs. Instead of mingling Go templates with YAML like Helm, or layering YAML on top of each-other like Kustomize, Timoni relies on cuelang's type safety, code generation and data validation features to offer a better experience of creating, packaging and delivering apps to Kubernetes. Note that Timoni in under active development and is still in its infancy. The APIs and command-line interface may change in a backward incompatible manner.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 18
    Greenkeeper

    Greenkeeper

    Real-time automated dependency updates for npm and GitHub

    Greenkeeper is a dependency management tool that automatically monitors and updates dependencies in JavaScript projects. It helps developers keep their projects up to date by notifying them when new versions of dependencies are available.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 19
    Lerna

    Lerna

    A tool for managing JavaScript projects with multiple packages

    Lerna is a tool for managing JavaScript projects with multiple packages. Many times splitting a large codebase into several independently versioned packages is necessary for code sharing. However, this can make testing and tracking changes across repositories quite difficult. As a solution to this, many projects organize their codebases into multi-package repositories. It is Lerna's job to manage these multi-package repositories, optimizing workflow and reducing the time and space requirements for numerous copies of packages in development and build environments. Lerna's primary functionalities are bootstrap, which links dependencies in the repo together; and publish, which helps publish any updated packages. It is important to note that Lerna is not a deployment tool for serverless monorepos.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 20
    MCPM.sh

    MCPM.sh

    CLI MCP package manager & registry for all platforms and all clients

    mcpm.sh is an open-source command-line package manager and registry designed for managing Model Context Protocol (MCP) servers across various clients and platforms. It facilitates the installation, configuration, and orchestration of MCP servers, enabling users to group servers into profiles and route requests through a unified interface. With its advanced router and profile features, mcpm.sh simplifies the management of complex MCP environments, supporting clients like Claude Desktop, Cursor, and Windsurf. The tool is built with Python and leverages the Click framework for its CLI, ensuring a robust and user-friendly experience.​
    Downloads: 4 This Week
    Last Update:
    See Project
  • 21
    Mamba

    Mamba

    The Fast Cross-Platform Package Manager

    Mamba is a high-performance, cross-platform package manager that serves as a fast alternative to conda. Written in C++, Mamba significantly accelerates package resolution and installation processes. It maintains compatibility with the conda ecosystem, allowing users to leverage existing packages and environments while benefiting from improved speed and efficiency.​
    Downloads: 4 This Week
    Last Update:
    See Project
  • 22
    Moonlight-Switch

    Moonlight-Switch

    Moonlight port for Nintendo Switch

    Moonlight-Switch is a port of Moonlight Game Streaming Project for Nintendo Switch. With a touch screen, you can move your cursor, tap to left click, and scroll 2 fingers to scroll. While touching the screen ZR and ZL buttons will work like left and right mouse buttons. Also While touching the screen L and R sticks will work like a scrolling wheel. By default, the Switch gamepad is configured as an X360 gamepad (A/B and X/Y swapped). Key mapping is available in application settings. Up to 5 gamepads (including handheld mode) supported. Half of the joy-cons are also supported.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 23
    NPM Publish

    NPM Publish

    GitHub Action to publish to NPM

    npm-publish is a Node.js utility that simplifies the process of publishing npm packages by automating checks, versioning, and distribution. It helps maintainers streamline their release workflow.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 24
    NPM/Bower Dependency Manager

    NPM/Bower Dependency Manager

    NPM/Bower Dependency Manager for Composer

    The composer-asset-plugin is a Composer extension that allows developers to manage frontend dependencies (like npm and Bower packages) through Composer. This bridges the gap between PHP projects and JavaScript/CSS dependencies.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 25
    Nami

    Nami

    A clean and tidy decentralized package manager.

    Nami is a clean and tidy decentralized package manager designed to simplify software installation by downloading official binaries directly from software authors. It avoids the complexities of compilation and dependency management, focusing on providing users with standalone, statically compiled executables. Nami is particularly useful for users who prefer minimalistic and straightforward package management. ​
    Downloads: 4 This Week
    Last Update:
    See Project