conda/conda
A system-level, binary package and environment manager running on all major operating systems and platforms. observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 98
- Longevity 100
Flags: no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 17.0
- age_days: 5070
- days_rel: 15
- days_push: 7
- n_releases_24m: 29
Adoption not part of the score
7493 stars · 2218 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Conda is a cross-platform, language-agnostic binary package and environment manager written in Python. It makes isolated environments first-class citizens and manages dependencies for Python as well as compiled C/C++ libraries across Windows, macOS, and Linux.
Use cases
- manage python environments with isolated dependencies
- install binary packages like ffmpeg or compilers without root
- create reproducible data science environments
- switch between multiple python versions on one machine
- manage c library dependencies alongside python packages
- set up multi-user shared package installations
- install packages from conda-forge or anaconda channels
When to choose
- you need isolated environments with non-Python (binary/C) dependencies
- you want cross-platform package management without admin rights
- you work in data science and need reproducible environments
- you need to manage multiple Python or library versions side by side
When to avoid
- you only need pure-Python packages and prefer lightweight pip + venv
- you need a general system package manager for OS-level software
- you want a lockfile-only workflow without conda channel ecosystems
- Anaconda's default channel terms of service are incompatible with your commercial use (consider Miniforge/conda-forge)
Facets
cli-tool · maturity stable
package-manager cli developer-tools configuration-management developer-tools data-science cross-platform windows python cli cross-platform environment-management binary-packages conda-forge dependency-management reproducibility command-line linux macos
10 sources
- readme: https://github.com/conda/conda · fetched 2026-08-28 · 25e3c7fb20cf
- homepage: https://docs.conda.io/projects/conda/ · fetched 2026-08-29 · d3e95c9f8530
- site_page: https://docs.conda.io/projects/conda/en/stable/user-guide/getting-started.html · fetched 2026-08-29 · d286207122a7
- site_page: https://docs.conda.io/projects/conda/en/stable/user-guide/install/index.html · fetched 2026-08-29 · 0fdc3e5eeb4b
- site_page: https://docs.conda.io/projects/conda/en/stable/user-guide/install/windows.html · fetched 2026-08-29 · 809e31ab4a36
- site_page: https://docs.conda.io/projects/conda/en/stable/user-guide/install/macos.html · fetched 2026-08-29 · 5d0291551e3b
- site_page: https://docs.conda.io/projects/conda/en/stable/user-guide/install/linux.html · fetched 2026-08-29 · bb683b004cb5
- site_page: https://docs.conda.io/projects/conda/en/stable/user-guide/configuration/admin-multi-user-install.html · fetched 2026-08-29 · 8b4cc4a8646f
- site_page: https://docs.conda.io/projects/conda/en/stable/user-guide/concepts/pkg-search.html · fetched 2026-08-29 · ae7610b6f8f3
- site_page: https://docs.conda.io/projects/conda/en/stable/user-guide/concepts/installing-with-conda.html · fetched 2026-08-29 · ad1331bdd5a3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| conda/conda | main | 99 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem