Developer guide#

Welcome to the conda developer guide. Whether you are fixing a bug, adding a new feature, writing a plugin, or diving deep into conda's internals, this guide has everything you need to get started and contribute effectively.

Getting started #

New to conda development? Start here.

Architecture & internals #

Understand how conda is structured and how its most complex subsystems work.

Extending conda #

Build on top of conda using its plugin system.

Contributing & quality #

Guides for writing tests, managing deprecations, and cutting releases.

API reference #