Python Package Managers for Linux

View 26 business solutions

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

  • 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
  • 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
  • 1
    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: 20 This Week
    Last Update:
    See Project
  • 2
    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: 15 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: 15 This Week
    Last Update:
    See Project
  • 4
    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: 14 This Week
    Last Update:
    See Project
  • Powering the best of the internet | Fastly Icon
    Powering the best of the internet | Fastly

    Fastly's edge cloud platform delivers faster, safer, and more scalable sites and apps to customers.

    Ensure your websites, applications and services can effortlessly handle the demands of your users with Fastly. Fastly’s portfolio is designed to be highly performant, personalized and secure while seamlessly scaling to support your growth.
    Try for free
  • 5
    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: 11 This Week
    Last Update:
    See Project
  • 6
    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: 10 This Week
    Last Update:
    See Project
  • 7
    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: 8 This Week
    Last Update:
    See Project
  • 8
    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: 8 This Week
    Last Update:
    See Project
  • 9
    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: 7 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    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: 6 This Week
    Last Update:
    See Project
  • 11
    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: 4 This Week
    Last Update:
    See Project
  • 12
    Pipenv

    Pipenv

    Python Development Workflow for Humans

    Pipenv is a package manager that brings all the best of the packaging world together to the Python world. It's got everything you could need: bundler, composer, npm, cargo, yarn and more all in one convenient package so you can easily set up a working environment. Pipenv creates and manages a virtualenv automatically, and can add or remove packages from your Pipfile as you install/uninstall packages. It also produces the Pipfile.lock, which is essential for deterministic builds. Pipenv provides convenient solutions to a number of problems. It allows you to use pip and virtualenv together; use the upcoming Pipfile and Pipfile.lock instead of a problematic requirements.txt; automatically exposes security vulnerabilities; and streamlines your development workflow by loading .env file.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 13
    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: 2 This Week
    Last Update:
    See Project
  • 14
    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
  • 15
    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: 1 This Week
    Last Update:
    See Project
  • 16
    toxic-repos

    toxic-repos

    We are against discrediting open source software

    toxic-repos is a tool that analyzes GitHub repositories to detect signs of hostile or problematic behavior in open-source communities. It helps developers and contributors identify repositories with negative engagement patterns.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Gib

    Gib

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

    Downloads: 2 This Week
    Last Update:
    See Project
  • 18
    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
  • 19
    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
  • 20
    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
  • 21
    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: 0 This Week
    Last Update:
    See Project
  • 22
    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
  • 23
    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: 0 This Week
    Last Update:
    See Project
  • 24
    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
  • 25
    Poet

    Poet

    Poet helps you declare, manage and install dependencies of Python

    poet is a tool for managing dependencies, building, and packaging Python projects using a single configuration file, poetry.toml. It simplifies Python project management by consolidating various configuration files into one, making it easier to declare dependencies and package information. Note that poet has been deprecated in favor of Poetry, which offers more comprehensive features and support.​
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
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.