Skip to content
@conda

conda

conda is a system-level, binary package and environment manager running on all major operating systems and platforms.

The conda Organization

Conda is an open-source organization and the community behind the conda package manager.

The conda community is composed of three organizations here on GitHub:

The flowchart below explains how projects move within these organizations:

flowchart LR
    %% nodes
    community(Community):::community
    incubator(conda-incubator):::github
    conda(conda):::github
    archive(conda-archive):::github

    %% graph
    community-- invitation -->incubator
    incubator-- graduation -->conda
    %% incubator-- inactive -->archive
    %% incubator-- unassociated -->community
    conda-- inactive -->archive
    %% conda-- dissolved -->incubator
    %% archive-- revived -->incubator

    %% style
    classDef community fill:#fff,stroke:#24292f,stroke-width:2,stroke-dasharray: 5 5
    classDef github fill:#24292f,stroke:none,color:#fff
Loading

Note

Projects may also be directly added to the conda organization upon request to the steering council. For more details, please read Incorporate a Software Project into the main conda Organization.

Important Repositories

Projects

These are GitHub projects that conda repositories use to keep track of their work.

Important Community Places


All interactions within the conda Organization are governed by our Code of Conduct.

Popular repositories Loading

  1. conda conda Public

    A system-level, binary package and environment manager running on all major operating systems and platforms.

    Python 7.1k 1.9k

  2. conda-pack conda-pack Public

    Package conda environments for redistribution

    Python 557 100

  3. conda-lock conda-lock Public

    Lightweight lockfile for conda environments

    Python 532 110

  4. constructor constructor Public

    tool for creating installers from conda packages

    Python 490 170

  5. conda-docs conda-docs Public

    Conda documentation

    399 586

  6. conda-build conda-build Public

    Commands and tools for building conda packages

    Python 397 459

Repositories

Showing 10 of 40 repositories