Skip to main content

Conda Ecosystem Explained

· 6 min read
Dasha Gurova
Open Source Community Manager
Jannis Leidel
Steering council member

Get to know the conda ecosystem—a vibrant community supporting an open-source, language-agnostic, and multi-platform package management system. Discover conda CLI tools for managing packages and environments, and explore key repositories like conda-forge, bioconda and defaults. You will learn how to get started with conda tools, the important things to keep in mind, and how multistakeholder governance ensures the ecosystem remains reliable and accessible to all.

What is the conda ecosystem?

At its core, the conda ecosystem is a community supporting an open-source, language-agnostic, and multi-platform package management system.

But what does a "package management ecosystem" really mean? Without diving too deep into every detail, here are the three main components the conda community maintains:

  • CLI Tools for Package Management: conda command-line tools make it easy to install and manage dependencies in isolated development environments across Linux, Windows, and macOS. Conda works with packages written in any language, e.g. Python, R, C, or Fortran.
  • Package Repository: most publicly available conda packages are hosted on anaconda.org, organized into channels. Channels are like remote warehouses where packages are stored and can be pulled from. You can find channels maintained by the community, companies, or individuals.
  • Build Tools: If you want to create and share your own conda packages, the ecosystem provides tools to help you build and distribute them efficiently.

This system is bolstered by various other supporting projects, all of which you can explore on conda's GitHub organization or emerging projects in the conda-incubator.

Conda package & environment manager

The cornerstone of this entire ecosystem is the conda package and environment manager. Originally developed by Anaconda, Inc. and implemented in Python, conda is not limited to Python - it's a fully capable package manager that handles dependencies across multiple languages and platforms. Whether you're a data scientist working with Python or R or you're a machine learning engineer dealing with libraries in C or Fortran, conda has you covered.

Conda was open-source from the start and has grown significantly thanks to support from a broad community. Today, it's governed by a multi-stakeholder steering council under the fiscal sponsorship of the NumFOCUS non-profit, ensuring it remains a balanced, community-driven project.

And yes, conda is free. Always has been, always will be. This commitment to open-source has spurred the development of several compatible alternatives within the conda ecosystem, as well as enhancements to the core conda package manager. One notable example is Mamba, a faster reimplementation in C++. Mamba's speedy solver has been contributed to the core conda package manager and is now the default solver shipped with conda. Another emerging tool is Pixi, a Rust-based package manager that works seamlessly with conda packages while offering its own unique take on traditional conda workflows.

Furthermore, all of these tools use the same conda standards and formats, which are collaboratively improved through the Conda Enhancement Proposal (CEP) process.

Conda Package Repository and Channels

When it comes to managing packages with conda or conda-compatible tools, understanding where these packages come from is key. Anaconda.org serves as a central hub for conda packages, organized into various channels. While anyone can create their own channel on anaconda.org to host conda packages or even run their own package index, we'll focus on the largest and most significant channels within the conda ecosystem.

conda-forge

conda-forge is one of the largest and most impactful channels in the conda ecosystem. Entirely community-driven, this channel hosts over 26,000 projects and 2,000,000 artifacts, making it a go-to resource for developers across the globe. conda-forge is open-source, free to use, and maintained by a group of dedicated volunteers. The governance model ensures that the channel remains reliable and accessible to everyone.

bioconda

If your work involves computational biology, Bioconda is the channel you’ll want to explore. Unlike conda-forge, which covers a wide variety of packages, Bioconda is focused on bioinformatics. It offers over 8,000 packages that cater to subdomains like genomics, proteomics, structural biology, and biomass analysis. Like conda-forge, bioconda is open-source and free to use, maintained by a community of volunteers.

defaults

The defaults channel (sometimes referred to as main) is maintained by Anaconda, Inc. It's important to note that this channel comes with Terms of Service. While largely free for individual users, students, and small companies, there are scenarios where a license might be required. For more information, feel free to review frequently asked questions about Anaconda’s Terms of Service.

Other conda packaging servers

While anaconda.org is the central package repository for a large part of the community, it's by far not the only option to host conda packages:

  • A Conda Enhancement Proposal about using Open Container Images (OCI) for storing conda packages and repodata is currently discussed, and the tooling to mirror channels exists. A proof of concept mirroring project exists at github.com/channel-mirrors which currently mirrors conda-forge packages to GitHub's OCI registry.
  • conda-subchannel is another community prototype to evolve the way how conda channels can be served through self-hosting or public cloud hosting (e.g. GitHub Pages).
  • Ecosystem stakeholder Prefix.dev runs various mirrors on its web platform, including conda-forge's channel.
  • Universities and research institutes, as well as many corporate users of conda have been hosting their own packages or mirrors of existing channels within their own infrastructure for various reasons.

Getting Started with conda and conda-compatible tools

There are a few different ways to install and get started with conda (at the time of writing this article):

Installer namePackage manager includedAutomatically sets channel as
Minicondacondadefaults
Miniforgeconda & mambaconda-forge
MicromambamambaNone
Pixipixiconda-forge

Each of these installers offers a different path into the conda ecosystem, allowing you to tailor your setup based on your preferences.

Anaconda's Role in Supporting the conda ecosystem

Anaconda, Inc. (alongside other organizations) plays a vital role in keeping the conda ecosystem strong and sustainable. Anaconda Inc. contributes through regular donations to NumFOCUS, providing engineering resources, and generously covering hosting fees for anaconda.org. This support is essential for keeping community channels like conda-forge and Bioconda free and accessible.

However, it's important to clarify that the conda ecosystem is governed by an independent, diverse community committed to offering free and open-source tools and unrestricted package repositories for all users. See: