Browse free open source Python Package Managers and projects below. Use the toggles on the left to filter open source Python Package Managers by OS, license, language, programming language, and project status.

  • Patch Management and Vulnerability Remediation Software | Action1 Icon
    Patch Management and Vulnerability Remediation Software | Action1

    Enable IT security and operations teams to detect, prioritize, and remediate vulnerabilities to ensure continuous compliance – all while reducing cost

    Action1 reinvents patching with an infinitely scalable, highly secure, cloud-native platform configurable in 5 minutes — it just works and is always free for the first 100 endpoints, with no functional limits. Featuring unified OS and third-party patching with peer-to-peer patch distribution and real-time vulnerability assessment with no VPN needed, it enables autonomous endpoint management that preempts ransomware and security risks, all while eliminating costly routine labor. Trusted by thousands of enterprises managing millions of endpoints globally, Action1 is certified for SOC 2 and ISO 27001.
    Learn More
  • Intelligent Automation Solutions Built for Modern Finance Teams Icon
    Intelligent Automation Solutions Built for Modern Finance Teams

    We do CFO stuff.

    Digitally transform your business with workflow automation and integrated payment solutions. Digitally store and secure your data with advanced search and accessibility features that keeps your documents at the tip of your team’s fingers.
    Learn More
  • 1
    WingetUI

    WingetUI

    A better UI for your package managers

    WingetUI is an intuitive, responsive and nice-looking user interface for the most common (command-line) package managers for Windows 10 and Windows 11. With this program, you'll be able to easily download, install, update and uninstall any software that's published on those package managers. The available packages range from well-known software such as browsers, pdf readers and other common programs to other less-known utilities such as vim for windows, which I bet you didn't know it existed. This project has no connection with Winget, Chocolatey or Scoop — it's completely unofficial. Be aware of the fact that neither Microsoft, Chocolatey, Scoop nor the creators of WingetUI are responsible for the downloaded apps. WingetUI has a built-in autoupdater. However, it can also be updated like any other package within WingetUI (since WingetUI is available through Winget and Scoop).
    Downloads: 46 This Week
    Last Update:
    See Project
  • 2
    DeepSea

    DeepSea

    The new All-in-One CFW package for the Nintendo Switch

    The new All-in-One CFW package for the Nintendo Switch. Background FTP server for filetransfers. Install NSP, NSZ, XCI & XCZ files from Harddrive, Google Drive, WLAN or wired through PC, Smartphone, etc. Over & underclocking. Update OFW & CFW through homebrew. Find new homebrew through the Appstore. Savegame management. Cheating in games (please don't cheat online) Emulate Amiibo. Use all kinds of 3rd party controllers. Lan play (like Hamachi for your Switch) Tesla overlay to control all those features (press L1+DpadDown+RightStick).
    Downloads: 11 This Week
    Last Update:
    See Project
  • 3
    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: 11 This Week
    Last Update:
    See Project
  • 4
    Conan

    Conan

    The open-source C/C++ package manager

    The open-source, decentralized and multi-platform package manager to create and share all your native binaries. All platforms. Windows, Linux, Apple, FreeBSD, Android, iOS, embedded, cross-building, bare metal, etc. All build systems. Visual Studio MSBuild, CMake, Makefiles, SCons, etc. Extensible to any build system. Full management of binaries. Create, manage and reuse any number of binaries, for any configuration: platform, compiler, version, architectures, or build from sources at will. Fully automated dependency management. Transitive dependencies, conflicts detection, dependency overriding, conditional dependencies. Decentralized client-server architecture. Run your own server for free with JFrog Artifactory on-prem to fully own your packages and binaries. Conan is Free, open-source software with a permissive MIT license. Use, modify, redistribute, and extend it - even for commercial purposes.
    Downloads: 10 This Week
    Last Update:
    See Project
  • All-in-one security tool helps you prevent ransomware and breaches. Icon
    All-in-one security tool helps you prevent ransomware and breaches.

    SIEM + Detection and Response for IT Teams

    Blumira’s detection and response platform enables faster resolution of threats to help you stop ransomware attacks and prevent data breaches. We surface real threats, providing meaningful findings so you know what to prioritize. With our 3-step rapid response, you can automatically block known threats, use our playbooks for easy remediation, or contact our security team for additional guidance. Our responsive security team helps with onboarding, triage and ongoing consultations to continuously help your organization improve your security coverage.
    Learn More
  • 5
    Conda

    Conda

    OS-agnostic, system-level binary package manager

    Conda is an open-source package management system and environment management system that runs on Windows, macOS, and Linux. Conda quickly installs, runs, and updates packages and their dependencies. Conda easily creates, saves, loads, and switches between environments on your local computer. It was created for Python programs but it can package and distribute software for any language. Conda as a package manager helps you find and install packages. If you need a package that requires a different version of Python, you do not need to switch to a different environment manager because conda is also an environment manager. With just a few commands, you can set up a totally separate environment to run that different version of Python, while continuing to run your usual version of Python in your normal environment.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 6
    DeepCTR

    DeepCTR

    Package of deep-learning based CTR models

    DeepCTR is a Easy-to-use,Modular and Extendible package of deep-learning based CTR models along with lots of core components layers which can be used to easily build custom models. You can use any complex model with model.fit(), and model.predict(). Provide tf.keras.Model like interface for quick experiment. Provide tensorflow estimator interface for large scale data and distributed training. It is compatible with both tf 1.x and tf 2.x. With the great success of deep learning,DNN-based techniques have been widely used in CTR prediction task. The data in CTR estimation task usually includes high sparse,high cardinality categorical features and some dense numerical features. Since DNN are good at handling dense numerical features,we usually map the sparse categorical features to dense numerical through embedding technique.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 7
    Poetry

    Poetry

    Python packaging and dependency management made easy

    Poetry is a comprehensive Python dependency management and packaging tool that streamlines project setup and maintenance. By consolidating various configuration files into a single pyproject.toml, it simplifies the management of dependencies, virtual environments, and package publishing. Poetry ensures consistency across development environments and facilitates the creation of reproducible builds, making it an essential tool for Python developers seeking efficiency and reliability.​
    Downloads: 7 This Week
    Last Update:
    See Project
  • 8
    Faker for Python

    Faker for Python

    Python package that generates fake data for you

    Faker is a Python package that generates fake data for you. Whether you need to bootstrap your database, create good-looking XML documents, fill-in your persistence to stress test it, or anonymize data taken from a production service, Faker is for you. Starting from version 4.0.0, Faker dropped support for Python 2 and from version 5.0.0 only supports Python 3.6 and above. If you still need Python 2 compatibility, please install version 3.0.1 in the meantime, and please consider updating your codebase to support Python 3 so you can enjoy the latest features Faker has to offer. Please see the extended docs for more details, especially if you are upgrading from version 2.0.4 and below as there might be breaking changes. This package was also previously called fake-factory which was already deprecated by the end of 2016, and much has changed since then, so please ensure that your project and its dependencies do not depend on the old package.
    Downloads: 6 This Week
    Last Update:
    See Project
  • 9
    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: 6 This Week
    Last Update:
    See Project
  • Sage Intacct Cloud Accounting and Financial Management Software Icon
    Sage Intacct Cloud Accounting and Financial Management Software

    Cloud accounting, payroll, and HR that grows with you

    Drive your organization forward with the right solution at the right price. AI-powered continuous accounting and ERP to support your growth now and into the future.
    Learn More
  • 10
    AutoPkg

    AutoPkg

    Automating packaging and software distribution on macOS

    AutoPkg is a system that automatically prepares software for distribution to managed clients. Recipes allow you to specify a series of simple actions which combined together can perform complex tasks, similar to Automator workflows or Unix pipes.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 11
    Alphafold

    Alphafold

    Open source code for AlphaFold

    This package provides an implementation of the inference pipeline of AlphaFold v2.0. This is a completely new model that was entered in CASP14 and published in Nature. For simplicity, we refer to this model as AlphaFold throughout the rest of this document. Any publication that discloses findings arising from using this source code or the model parameters should cite the AlphaFold paper. Please also refer to the Supplementary Information for a detailed description of the method. You can use a slightly simplified version of AlphaFold with this Colab notebook or community-supported versions. The total download size for the full databases is around 415 GB and the total size when unzipped is 2.2 TB. Please make sure you have a large enough hard drive space, bandwidth and time to download. We recommend using an SSD for better genetic search performance.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 12
    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: 3 This Week
    Last Update:
    See Project
  • 13
    Ulauncher

    Ulauncher

    Feature rich application Launcher for Linux

    ​ Type in an application name without worrying about spelling. Ulauncher will figure out what you meant. It also remembers your previous choices and automatically selects the best option for you. Ulauncher provides 4 themes built in. But if you need something different you can always create a custom color theme. Improve your workflow with customizable shortcuts and extensions. Create a shortcut for web search or your scripts or install a 3rd party extension.
    Downloads: 3 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: 3 This Week
    Last Update:
    See Project
  • 15
    GuardDog

    GuardDog

    GuardDog is a CLI tool to Identify malicious PyPI and npm packages

    guarddog is an open-source security tool by DataDog designed to detect risks in open-source dependencies. It helps developers analyze software supply chain risks and prevent malicious or vulnerable packages from being used.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 16
    Spack

    Spack

    A flexible package manager that supports multiple versions

    A flexible package manager supporting multiple versions, configurations, platforms, and compilers. Spack is a package manager for supercomputers, Linux, and macOS. It makes installing scientific software easy. Spack isn’t tied to a particular language; you can build a software stack in Python or R, link to libraries written in C, C++, or Fortran, and easily swap compilers or target specific microarchitectures. Spack offers a simple "spec" syntax that allows users to specify versions and configuration options. Package files are written in pure Python, and specs allow package authors to write a single script for many different builds of the same package. With Spack, you can build your software all the ways you want to.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    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: 2 This Week
    Last Update:
    See Project
  • 18
    PDM

    PDM

    A modern Python package and dependency manager

    PDM (Python Development Master) is a modern Python package and dependency manager that adheres to the latest PEP standards. It emphasizes a declarative approach to project configuration using pyproject.toml, facilitating reproducible builds and streamlined workflows. PDM's focus on simplicity and compliance with Python's evolving ecosystem makes it a valuable tool for developers seeking modern project management solutions.​
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    Ansible AUR

    Ansible AUR

    Ansible module to manage packages from the AUR

    ansible-aur is an Ansible module designed to manage packages from the Arch User Repository (AUR). It supports various AUR helpers such as yay, paru, pacaur, trizen, pikaur, and aurman, automatically selecting the first available helper or falling back to makepkg if none are found. This module facilitates the installation and upgrading of AUR packages within Ansible playbooks, streamlining package management for Arch Linux systems.​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    DC/OS

    DC/OS

    DC/OS - The Datacenter Operating System

    DC/OS (Datacenter Operating System) is an open-source distributed operating system based on the Apache Mesos kernel. It abstracts a cluster of machines into a single logical computer, simplifying the deployment and management of containerized applications and services. DC/OS provides a comprehensive platform for running modern applications with features like container orchestration, service discovery, and scalability.​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    DNF

    DNF

    Package manager based on libdnf and libsolv. Replaces YUM

    DNF (Dandified YUM) is the next-generation package manager for RPM-based distributions, replacing the traditional YUM tool. It utilizes modern libraries like libsolv and librepo to provide efficient dependency resolution and package management. DNF offers a more robust and user-friendly experience, with enhanced performance and a cleaner codebase. ​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    FuseSoC

    FuseSoC

    Package manager and build abstraction tool for FPGA/ASIC development

    FuseSoC is a package manager and build abstraction tool for hardware description language (HDL) code, aimed at simplifying the development and reuse of IP cores. It provides a standardized way to describe, manage, and build hardware projects, facilitating collaboration and reducing duplication of effort in FPGA and ASIC development. ​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Gib

    Gib

    Gib Is the Best agnostic package manager extender for Unix-like OS's.

    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    HACS Integration

    HACS Integration

    HACS gives you a UI to handle downloads of all your custom needs

    HACS is an integration for Home Assistant that simplifies the management of custom components, themes, and other community-driven content. It provides a user-friendly interface within Home Assistant for browsing, installing, and updating custom add-ons, enhancing the customization and extensibility of Home Assistant setups.​
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Packj

    Packj

    Stops Solarwinds-, ESLint-, and PyTorch-like attacks

    Packj is a security tool that analyzes open-source packages for potential security risks, supply chain attacks, and malicious behaviors. It helps developers vet dependencies before using them in projects, reducing vulnerabilities in software development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next