🕷️ Crawler Inspector

URL Lookup

Direct Parameter Lookup

Raw Queries and Responses

1. Shard Calculation

Query:
Response:
Calculated Shard: 158 (from laksa103)

2. Crawled Status Check

Query:
Response:

3. Robots.txt Check

Query:
Response:

4. Spam/Ban Check

Query:
Response:

5. Seen Status Check

ℹ️ Skipped - page is already crawled

đź“„
INDEXABLE
âś…
CRAWLED
2 days ago
🤖
ROBOTS ALLOWED

Page Info Filters

FilterStatusConditionDetails
HTTP statusPASSdownload_http_code = 200HTTP 200
Age cutoffPASSdownload_stamp > now() - 6 MONTH0.1 months ago
History dropPASSisNull(history_drop_reason)No drop reason
Spam/banPASSfh_dont_index != 1 AND ml_spam_score = 0ml_spam_score=0
CanonicalPASSmeta_canonical IS NULL OR = '' OR = src_unparsedNot set

Page Details

PropertyValue
URLhttps://www.anaconda.com/blog/is-conda-free
Last Crawled2026-04-11 01:02:29 (2 days ago)
First Indexed2023-08-30 09:20:00 (2 years ago)
HTTP Status Code200
Meta TitleIs conda Free? | Anaconda
Meta DescriptionConda Packages and the conda Ecosystem
Meta Canonicalnull
Boilerpipe Text
Conda: An Imagined Conversation Fiona: Is  conda  free? Dave: Yes. Absolutely and always. F: Then why do some people say conda is not free?  Where does this story come from? Conda Packages and the conda Ecosystem D: There is a distinction between the conda program that installs packages and manages environments, and the conda-compatible software packages that you install using conda.   F: Wait. I heard a  fixed-width  font when you said “conda,” but not when you said “conda-compatible.” What’s that about? D. Ah, good catch. The word “conda” can refer to several things.  conda  in fixed-width font refers to the actual conda program. The word “conda” without any extra annotation refers to the conda ecosystem and community. The conda ecosystem is much bigger than just  conda  (see the  conda  and  conda-incubator  repos for some examples). The conda ecosystem also includes other conda-compatible package managers like mamba and the just-released pixi (these package managers are free and open source too).  F. Got it. D. Now, back to packages: conda , the package installation and environment management software, is free to use by anyone and always has been. It’s also open source (and always has been). Conda-compatible packages that you install with  conda  are also  usually  free, but some specific conda channels (places where you find conda-compatible software packages) impose restrictions on who can use packages from those channels. F: Dave, your answer went from four words (“Yes. Absolutely and always.”) to like, a hundred words. I liked the four-word answer.  Everyone  will like the four-word answer. Why complicate things? Conda Channels D: Supporting restricted channels enables two big use cases:  First, while conda is all about open source (and is used to publish, install, and manage tens of thousands of open-source packages), it is also possible to distribute proprietary software using conda. This allows vendors to better support their customers who are already conda users, and vendors get the benefits of conda package management too. This case is straightforward for us because proprietary channels are login protected. You can’t accidentally use them. F. So, avoiding proprietary channels is easy because I would need a login. What’s the other case? D: It’s more complicated. F: I knew it. The  default  Channel D: Well, it’s not  that  complicated:  Anaconda, where  conda  was first created, generates revenue by charging for access to specific channels containing packages that are curated, built, maintained, and served by Anaconda’s engineers on its secure cloud infrastructure. Anaconda’s  default  channel  is one of these. The  default  channel emphasizes security and stability. Most channels, including  conda-forge  and  Bioconda , are run by volunteer communities and offer  best effort  security; they  are not recommended for use in sensitive environments.  This can work well for research projects, prototypes, and education. In these scenarios, you probably aren’t working with sensitive data such as personally identifiable or financial information, or in a regulated industry. Getting hacked is still a huge pain, but you are unlikely to go bankrupt, get sued for a data breach, or cause traffic lights to stop working. Anaconda’s  default  channel uses a secure open-source software supply chain, thus helping prevent security breaches that community processes can be vulnerable to. F: Ah, so Anaconda generates revenue by selling access to  default  for those who need more security and stability than community channels can provide? D: Yes, and part of that revenue is funneled back into the conda ecosystem to pay Anaconda engineers to maintain  default , work on  conda , support  anaconda.org  (where conda-forge, Bioconda, and many other community channels are hosted), and support  many other open source communities  as well. F: That’s great Dave, but I have installed and used conda before, and I am pretty sure I have used the default channel without paying for it. Is that right? D: Yes. Distributions: Anaconda, Miniconda, and the  default  Channel F: I’m confused. D: I know. It’s confusing. Some background will help make everything crystal clear, I promise. You probably installed  conda  using  Anaconda Distribution  or the  Miniconda installer . These install  conda  and configure it to pull packages from the default channel. (You can also install  conda  using the  Miniforge installer , which configures  conda  (and mamba) to pull packages from the conda-forge channel instead. F: Wait. Why is Anaconda called a  distribution , while Miniconda and Miniforge are  installers ? D. Well, all three include  conda . Miniconda and Minforge are  installers  because they only install conda plus the minimal amount of accompanying software needed to run conda. With these two, you then build out your environment by installing additional packages as you need them. Anaconda is a  distribution  because it includes  conda , plus conda’s supporting software, plus a large set of additional packages that are curated by Anaconda. It’s actually also installed with an  installer , we just call the whole thing a “distribution” since it distributes more than just conda (all these other packages). You can use Anaconda Distribution for many tasks “out of the box,” without needing to install additional packages. These packages all come from the default channel and emphasize data science and artificial intelligence applications. F. Got it. The  default  Channel and Anaconda’s Terms of Service D: Now, let’s talk about the default channel. From 2016 to 2020, the default channel and Anaconda Distribution (which uses default) were available free of charge to everyone. Supporting the default channel, Anaconda Distribution, conda, and  anaconda.org  actually consumed a fair amount of funds and employee time. In 2020, to help make this effort sustainable, Anaconda added  terms of service  to the default channel and to Anaconda Distribution, but  not  to conda itself. As of 2020,  certain organizations have to pay to access default or use Anaconda Distribution, while others could continue to use it for free. F: Ah, so  default  and Anaconda Distribution both have free users and paid users? D. Yes. F: So, who has to pay? D. It’s  defined in the terms of service ! F: Dave, the terms of service are like, a thousand pages long. Nobody reads terms of service documents. D: You weren’t supposed to follow the link. You were supposed to just say, “Great!” The key parts of the terms of service are in the  Purchased vs Free Offerings  section, which is actually pretty straightforward for a legal document. It basically says that if your organization has 200 or more people in it, then you need to pay for access to the default channel and Anaconda Distribution. The terms of service also carve out some notable exceptions on who has to pay: Students and educational entities may use our free offerings in curriculum-based courses.  F: So  if my organization has less than 200 people, then I can use default for free. Otherwise, I need to pay to use default, unless my organization meets one of the exceptions. D: YES! Can we summarize? F: Can we summarize? D: Indeed we can. conda ,  the software program for package and environment management,  is free to use by anyone.   It’s open source, too. The  conda-compatible packages in conda-forge, Bioconda, and almost all other publicly accessible channels are free to use by any one. Your organization has less than 200 people, or  Your organization has 200 or more people, but qualifies as an exempt organization in  Anaconda’s terms of service : The conda-compatible packages in the  default  channel and Anaconda Distribution are free to use if:   Students and educational entities may use our free offerings in curriculum-based courses. F: That’s it? D: That’s it.
Markdown
[Skip to content](https://www.anaconda.com/blog/is-conda-free#content) [![Anaconda Homepage](https://www.anaconda.com/wp-content/uploads/2024/11/2020_Anaconda_Logo_RGB_Corporate.png)](https://www.anaconda.com/) - [Products](https://www.anaconda.com/blog/is-conda-free) - - - #### ANACONDA PLATFORM - [Platform OverviewEnterprise Python and AI](https://www.anaconda.com/platform) - [Anaconda CorePython package management](https://www.anaconda.com/platform/core) - [Anaconda AI CatalystAI development suite](https://www.anaconda.com/platform/ai-catalyst) - [Deployment OptionsCloud, self-hosted, and more](https://www.anaconda.com/platform/deployment-options) - - #### FOR DEVELOPERS - [Anaconda Distribution](https://www.anaconda.com/download) - [Navigator](https://www.anaconda.com/products/navigator) - [Notebooks](https://www.anaconda.com/products/notebooks) - [Excel Toolbox](https://www.anaconda.com/products/excel-toolbox) - - #### PLATFORM BENEFITS - [Security & Governance](https://www.anaconda.com/platform/secure-governance) - [Trusted Distribution](https://www.anaconda.com/platform/trusted-distribution) - [Actionable Insights](https://www.anaconda.com/platform/actionable-insights) - - #### PLATFORM & LICENSING - [Pricing & Plans](https://www.anaconda.com/pricing) - [Buy Starter Licenses](https://www.anaconda.com/app/payment/checkout?billing=monthly&product=starter_subscription) - [Buy Business Licenses](https://www.anaconda.com/app/payment/checkout?billing=monthly&product=security_subscription) - [Solutions](https://www.anaconda.com/blog/is-conda-free) - - - #### CAPABILITIES - [AI/ML Model Development](https://www.anaconda.com/capability/machine-learning) - [Team Collaboration](https://www.anaconda.com/capability/team-collaboration) - [Code Assistance](https://www.anaconda.com/capability/anaconda-assistant) - [View All Capabilities →](https://www.anaconda.com/capabilities) - - #### INDUSTRIES - [Education](https://www.anaconda.com/industries/education) - [Financial Services](https://www.anaconda.com/industries/financial-services) - [Healthcare](https://www.anaconda.com/industries/healthcare) - [Manufacturing](https://www.anaconda.com/industries/manufacturing) - [Technology](https://www.anaconda.com/industries/technology) - - #### SERVICES & SUPPORT - [Professional Services](https://www.anaconda.com/professional-services) - [Support](https://www.anaconda.com/support) - [Resources](https://www.anaconda.com/blog/is-conda-free) - - - #### FOR USERS - [Community Forums](https://forum.anaconda.com/) - [Documentation](https://www.anaconda.com/docs) - [Download Distribution](https://www.anaconda.com/download) - [Getting Started Guide](https://www.anaconda.com/docs/getting-started) - [Product Feedback](https://www.anaconda.com/feedback) - [Tutorials & Learning](https://www.anaconda.com/learning) - - #### MEET US - [Events](https://www.anaconda.com/events) - [Podcast](https://www.anaconda.com/resources/podcast) - [Webinars](https://www.anaconda.com/resources/webinar) - - #### ARTICLES - [Blog](https://www.anaconda.com/blog) - [Case Studies](https://www.anaconda.com/resources/case-study) - [Guides](https://www.anaconda.com/guides) - [Topics](https://www.anaconda.com/topics) - [Whitepapers](https://www.anaconda.com/resources/whitepaper) - - #### SUPPORT - [Help Center](https://www.anaconda.com/support) - [Professional Services](https://www.anaconda.com/professional-services) - [System Status](https://anaconda.statuspage.io/) - [Company](https://www.anaconda.com/blog/is-conda-free) - - - #### ABOUT US - [Our Story](https://www.anaconda.com/about-us) - [Leadership Team](https://www.anaconda.com/about-us/leadership) - [Partners](https://www.anaconda.com/partners) - - #### PRESS - [Press Releases](https://www.anaconda.com/press) - [In the News](https://www.anaconda.com/newsroom) - - #### CONTACT - [Contact Us](https://www.anaconda.com/contact) - [Sales Inquiries](https://www.anaconda.com/contact/sales) - - #### CAREERS - [Join Our Team](https://www.anaconda.com/about-us/careers) - [Free Download](https://www.anaconda.com/download) - [Sign In](https://auth.anaconda.com/ui/login) - [Get Demo](https://www.anaconda.com/request-a-demo) [![Anaconda Homepage](https://www.anaconda.com/wp-content/uploads/2024/11/2020_Anaconda_Logo_RGB_Corporate.png)](https://www.anaconda.com/) - [Products](https://www.anaconda.com/blog/is-conda-free) - - - #### ANACONDA PLATFORM - [Platform OverviewEnterprise Python and AI](https://www.anaconda.com/platform) - [Anaconda CorePython package management](https://www.anaconda.com/platform/core) - [Anaconda AI CatalystAI development suite](https://www.anaconda.com/platform/ai-catalyst) - [Deployment OptionsCloud, self-hosted, and more](https://www.anaconda.com/platform/deployment-options) - - #### FOR DEVELOPERS - [Anaconda Distribution](https://www.anaconda.com/download) - [Navigator](https://www.anaconda.com/products/navigator) - [Notebooks](https://www.anaconda.com/products/notebooks) - [Excel Toolbox](https://www.anaconda.com/products/excel-toolbox) - - #### PLATFORM BENEFITS - [Security & Governance](https://www.anaconda.com/platform/secure-governance) - [Trusted Distribution](https://www.anaconda.com/platform/trusted-distribution) - [Actionable Insights](https://www.anaconda.com/platform/actionable-insights) - - #### PLATFORM & LICENSING - [Pricing & Plans](https://www.anaconda.com/pricing) - [Buy Starter Licenses](https://www.anaconda.com/app/payment/checkout?billing=monthly&product=starter_subscription) - [Buy Business Licenses](https://www.anaconda.com/app/payment/checkout?billing=monthly&product=security_subscription) - [Solutions](https://www.anaconda.com/blog/is-conda-free) - - - #### CAPABILITIES - [AI/ML Model Development](https://www.anaconda.com/capability/machine-learning) - [Team Collaboration](https://www.anaconda.com/capability/team-collaboration) - [Code Assistance](https://www.anaconda.com/capability/anaconda-assistant) - [View All Capabilities →](https://www.anaconda.com/capabilities) - - #### INDUSTRIES - [Education](https://www.anaconda.com/industries/education) - [Financial Services](https://www.anaconda.com/industries/financial-services) - [Healthcare](https://www.anaconda.com/industries/healthcare) - [Manufacturing](https://www.anaconda.com/industries/manufacturing) - [Technology](https://www.anaconda.com/industries/technology) - - #### SERVICES & SUPPORT - [Professional Services](https://www.anaconda.com/professional-services) - [Support](https://www.anaconda.com/support) - [Resources](https://www.anaconda.com/blog/is-conda-free) - - - #### FOR USERS - [Community Forums](https://forum.anaconda.com/) - [Documentation](https://www.anaconda.com/docs) - [Download Distribution](https://www.anaconda.com/download) - [Getting Started Guide](https://www.anaconda.com/docs/getting-started) - [Product Feedback](https://www.anaconda.com/feedback) - [Tutorials & Learning](https://www.anaconda.com/learning) - - #### MEET US - [Events](https://www.anaconda.com/events) - [Podcast](https://www.anaconda.com/resources/podcast) - [Webinars](https://www.anaconda.com/resources/webinar) - - #### ARTICLES - [Blog](https://www.anaconda.com/blog) - [Case Studies](https://www.anaconda.com/resources/case-study) - [Guides](https://www.anaconda.com/guides) - [Topics](https://www.anaconda.com/topics) - [Whitepapers](https://www.anaconda.com/resources/whitepaper) - - #### SUPPORT - [Help Center](https://www.anaconda.com/support) - [Professional Services](https://www.anaconda.com/professional-services) - [System Status](https://anaconda.statuspage.io/) - [Company](https://www.anaconda.com/blog/is-conda-free) - - - #### ABOUT US - [Our Story](https://www.anaconda.com/about-us) - [Leadership Team](https://www.anaconda.com/about-us/leadership) - [Partners](https://www.anaconda.com/partners) - - #### PRESS - [Press Releases](https://www.anaconda.com/press) - [In the News](https://www.anaconda.com/newsroom) - - #### CONTACT - [Contact Us](https://www.anaconda.com/contact) - [Sales Inquiries](https://www.anaconda.com/contact/sales) - - #### CAREERS - [Join Our Team](https://www.anaconda.com/about-us/careers) - [Free Download](https://www.anaconda.com/download) - [Sign In](https://auth.anaconda.com/ui/login) - [Get Demo](https://www.anaconda.com/request-a-demo) [Home](https://www.anaconda.com/) [Blog](https://www.anaconda.com/blog/) Is conda Free? Product # Is conda Free? By [Anaconda Team](https://www.anaconda.com/blog/author/web-teamanaconda-com/) - August 29, 2023 *Our current Terms of Service policies can be reviewed* [*here*](https://www.anaconda.com/legal/terms/terms-of-service "https://www.anaconda.com/legal/terms/terms-of-service")*.* ## Conda: An Imagined Conversation Fiona: Is [conda](https://conda.org/) free? Dave: Yes. Absolutely and always. F: Then why do some people say conda is not free? Where does this story come from? ### Conda Packages and the conda Ecosystem D: There is a distinction between the conda program that installs packages and manages environments, and the conda-compatible software packages that you install using conda. F: Wait. I heard a `fixed-width` font when you said “conda,” but not when you said “conda-compatible.” What’s that about? D. Ah, good catch. The word “conda” can refer to several things. `conda` in fixed-width font refers to the actual conda program. The word “conda” without any extra annotation refers to the conda ecosystem and community. The conda ecosystem is much bigger than just `conda` (see the [conda](https://github.com/conda) and [conda-incubator](https://github.com/conda-incubator) repos for some examples). The conda ecosystem also includes other conda-compatible package managers like mamba and the just-released pixi (these package managers are free and open source too). F. Got it. D. Now, back to packages: `conda`, the package installation and environment management software, is free to use by anyone and always has been. It’s also open source (and always has been). Conda-compatible packages that you install with `conda` are also *usually* free, but some specific conda channels (places where you find conda-compatible software packages) impose restrictions on who can use packages from those channels. F: Dave, your answer went from four words (“Yes. Absolutely and always.”) to like, a hundred words. I liked the four-word answer. *Everyone* will like the four-word answer. Why complicate things? ### Conda Channels D: Supporting restricted channels enables two big use cases: First, while conda is all about open source (and is used to publish, install, and manage tens of thousands of open-source packages), it is also possible to distribute proprietary software using conda. This allows vendors to better support their customers who are already conda users, and vendors get the benefits of conda package management too. This case is straightforward for us because proprietary channels are login protected. You can’t accidentally use them. F. So, avoiding proprietary channels is easy because I would need a login. What’s the other case? D: It’s more complicated. F: I knew it. ## The `default` Channel D: Well, it’s not *that* complicated: Anaconda, where `conda` was first created, generates revenue by charging for access to specific channels containing packages that are curated, built, maintained, and served by Anaconda’s engineers on its secure cloud infrastructure. Anaconda’s [`default` channel](https://www.anaconda.com/docs/main) is one of these. The `default` channel emphasizes security and stability. Most channels, including [conda-forge](https://conda-forge.org/) and [Bioconda](https://bioconda.github.io/), are run by volunteer communities and offer *best effort* security; they [are not recommended for use in sensitive environments.](https://conda-forge.org/blog/posts/2023-03-12-circle-ci-security-breach/#:~:text=which%20we%20do%20not%20recommend!) This can work well for research projects, prototypes, and education. In these scenarios, you probably aren’t working with sensitive data such as personally identifiable or financial information, or in a regulated industry. Getting hacked is still a huge pain, but you are unlikely to go bankrupt, get sued for a data breach, or cause traffic lights to stop working. Anaconda’s `default` channel uses a secure open-source software supply chain, thus helping prevent security breaches that community processes can be vulnerable to. F: Ah, so Anaconda generates revenue by selling access to `default` for those who need more security and stability than community channels can provide? D: Yes, and part of that revenue is funneled back into the conda ecosystem to pay Anaconda engineers to maintain `default`, work on `conda`, support [anaconda.org](https://anaconda.org/) (where conda-forge, Bioconda, and many other community channels are hosted), and support [many other open source communities](https://www.anaconda.com/open-source) as well. F: That’s great Dave, but I have installed and used conda before, and I am pretty sure I have used the default channel without paying for it. Is that right? D: Yes. ## Distributions: Anaconda, Miniconda, and the `default` Channel F: I’m confused. D: I know. It’s confusing. Some background will help make everything crystal clear, I promise. You probably installed `conda` using [Anaconda Distribution](https://www.anaconda.com/download) or the [Miniconda installer](https://docs.conda.io/en/latest/miniconda.html). These install `conda` and configure it to pull packages from the default channel. (You can also install `conda` using the [Miniforge installer](https://conda-forge.org/miniforge/), which configures `conda` (and mamba) to pull packages from the conda-forge channel instead. F: Wait. Why is Anaconda called a *distribution*, while Miniconda and Miniforge are *installers*? D. Well, all three include `conda`. Miniconda and Minforge are *installers* because they only install conda plus the minimal amount of accompanying software needed to run conda. With these two, you then build out your environment by installing additional packages as you need them. Anaconda is a *distribution* because it includes `conda`, plus conda’s supporting software, plus a large set of additional packages that are curated by Anaconda. It’s actually also installed with an *installer*, we just call the whole thing a “distribution” since it distributes more than just conda (all these other packages). You can use Anaconda Distribution for many tasks “out of the box,” without needing to install additional packages. These packages all come from the default channel and emphasize data science and artificial intelligence applications. F. Got it. #### The `default` Channel and Anaconda’s Terms of Service D: Now, let’s talk about the default channel. From 2016 to 2020, the default channel and Anaconda Distribution (which uses default) were available free of charge to everyone. Supporting the default channel, Anaconda Distribution, conda, and [anaconda.org](https://anaconda.org/) actually consumed a fair amount of funds and employee time. In 2020, to help make this effort sustainable, Anaconda added [terms of service](https://www.anaconda.com/legal/terms/terms-of-service) to the default channel and to Anaconda Distribution, but *not* to conda itself. As of 2020, **certain organizations have to pay to access default or use Anaconda Distribution, while others could continue to use it for free.** F: Ah, so `default` and Anaconda Distribution both have free users and paid users? D. Yes. F: So, who has to pay? D. It’s [defined in the terms of service](https://www.anaconda.com/legal/terms/terms-of-service)\! F: Dave, the terms of service are like, a thousand pages long. Nobody reads terms of service documents. D: You weren’t supposed to follow the link. You were supposed to just say, “Great!” The key parts of the terms of service are in the [Purchased vs Free Offerings](https://www.anaconda.com/legal/terms/terms-of-service) section, which is actually pretty straightforward for a legal document. It basically says that if your organization has 200 or more people in it, then you need to pay for access to the default channel and Anaconda Distribution. The terms of service also carve out some notable exceptions on who has to pay: *Students and educational entities may use our free offerings in curriculum-based courses.* F: So **if my organization has less than 200 people, then I can use default for free. Otherwise, I need to pay to use default, unless my organization meets one of the exceptions.** D: YES\! ### Can we summarize? F: Can we summarize? D: Indeed we can. 1. **`conda`,** the software program for package and environment management, **is free to use by anyone.** It’s open source, too. 2. The **conda-compatible packages in conda-forge, Bioconda, and almost all other publicly accessible channels are free to use by any one.** 3. **Your organization has less than 200 people,** or **Your organization has 200 or more people, but qualifies as an exempt organization in** [**Anaconda’s terms of service**](https://www.anaconda.com/legal/terms/terms-of-service): The **conda-compatible packages in the `default` channel and Anaconda Distribution are free to use if:** *Students and educational entities may use our free offerings in curriculum-based courses.* F: That’s it? D: That’s it. [PrevPrevious ArticleAnnouncing Python in Excel: Next-Level Data Analysis for All](https://www.anaconda.com/blog/announcing-python-in-excel-next-level-data-analysis-for-all) [Next ArticleAnaconda Assistant Brings Generative AI to Cloud NotebooksNext](https://www.anaconda.com/blog/anaconda-assistant-brings-generative-ai-to-cloud-notebooks) ###### You May Also Like ### [Anaconda Expands Platform Capabilities to Accelerate AI Development](https://www.anaconda.com/blog/anaconda-expands-platform-capabilities-accelerate-ai-development) Matt Madden ### [Anaconda AI Catalyst: Governing AI Lifecycles From NVIDIA DGX Spark to Nemotron](https://www.anaconda.com/blog/anaconda-ai-catalyst-governing-ai-lifecycles-nvidia-dgx-spark-nemotron) Seth Clark ### [Updated CPU Requirements for Linux and Recommendations for Windows](https://www.anaconda.com/blog/updated-cpu-requirements-linux-recommendations-windows) Tyler Ferguson ## You May Also Like ### [Anaconda Expands Platform Capabilities to Accelerate AI Development](https://www.anaconda.com/blog/anaconda-expands-platform-capabilities-accelerate-ai-development) Matt Madden [Read More](https://www.anaconda.com/blog/anaconda-expands-platform-capabilities-accelerate-ai-development) ### [Anaconda AI Catalyst: Governing AI Lifecycles From NVIDIA DGX Spark to Nemotron](https://www.anaconda.com/blog/anaconda-ai-catalyst-governing-ai-lifecycles-nvidia-dgx-spark-nemotron) Seth Clark [Read More](https://www.anaconda.com/blog/anaconda-ai-catalyst-governing-ai-lifecycles-nvidia-dgx-spark-nemotron) ### [Updated CPU Requirements for Linux and Recommendations for Windows](https://www.anaconda.com/blog/updated-cpu-requirements-linux-recommendations-windows) Tyler Ferguson [Read More](https://www.anaconda.com/blog/updated-cpu-requirements-linux-recommendations-windows) ###### Company - [Press](https://www.anaconda.com/press) - [Careers](https://www.anaconda.com/about-us/careers) - [Contact Us](https://www.anaconda.com/contact) - [Press](https://www.anaconda.com/press) - [Careers](https://www.anaconda.com/about-us/careers) - [Contact Us](https://www.anaconda.com/contact) ###### Products - [Anaconda Platform](https://www.anaconda.com/platform) - [Capabilities](https://www.anaconda.com/capability) - [Professional Services](https://www.anaconda.com/professional-services) - [Pricing](https://www.anaconda.com/pricing) - [Anaconda Platform](https://www.anaconda.com/platform) - [Capabilities](https://www.anaconda.com/capability) - [Professional Services](https://www.anaconda.com/professional-services) - [Pricing](https://www.anaconda.com/pricing) ###### Customers - [Cloud Login](https://anaconda.com/app) - [Support Center](https://anaconda.com/app/support-center) - [Learning Catalog](https://learning.anaconda.com/collections) - [Docs](https://anaconda.com/docs) - [Community](https://forum.anaconda.com/) - [Product Feedback](https://www.anaconda.com/feedback) - [Cloud Login](https://anaconda.com/app) - [Support Center](https://anaconda.com/app/support-center) - [Learning Catalog](https://learning.anaconda.com/collections) - [Docs](https://anaconda.com/docs) - [Community](https://forum.anaconda.com/) - [Product Feedback](https://www.anaconda.com/feedback) ###### Popular - [AI Governance Guide](https://www.anaconda.com/guides/ai-governance-platform-trust) - [AI Platform Guide](https://www.anaconda.com/guides/definitive-guide-to-ai-platforms) - [Python Data Structures Guide](https://www.anaconda.com/blog/python-data-structures-types-use-cases-complexity) - [State of Data Science Report](https://www.anaconda.com/resources/report/8th-annual-state-of-data-science) - [AI Governance Guide](https://www.anaconda.com/guides/ai-governance-platform-trust) - [AI Platform Guide](https://www.anaconda.com/guides/definitive-guide-to-ai-platforms) - [Python Data Structures Guide](https://www.anaconda.com/blog/python-data-structures-types-use-cases-complexity) - [State of Data Science Report](https://www.anaconda.com/resources/report/8th-annual-state-of-data-science) [Create Account](https://auth.anaconda.com/ui/registration) [Contact Sales](https://www.anaconda.com/contact/sales) [Create Account](https://www.anaconda.com/blog/is-conda-free) [Contact Sales](https://www.anaconda.com/blog/is-conda-free) [![](https://www.anaconda.com/wp-content/uploads/2024/11/Anaconda-Logo.png)](https://www.anaconda.com/) [Facebook](https://www.facebook.com/anacondainc) [X-twitter](https://twitter.com/anacondainc) [Linkedin](https://www.linkedin.com/company/anacondainc) [Github](https://github.com/ContinuumIO) [Instagram](https://www.instagram.com/anaconda_inc) [Youtube](https://www.youtube.com/@AnacondaInc.) © 2026 Anaconda Inc. All rights reserved. - [Legal](https://www.anaconda.com/legal) - [Accessibility](https://www.anaconda.com/accessibility) - [Privacy Policy](https://legal.anaconda.com/policies/en/) - [Terms of Use](https://www.anaconda.com/legal/terms/terms-of-service) - [Legal](https://www.anaconda.com/legal) - [Accessibility](https://www.anaconda.com/accessibility) - [Privacy Policy](https://legal.anaconda.com/policies/en/) - [Terms of Use](https://www.anaconda.com/legal/terms/terms-of-service) ![](https://www.facebook.com/tr?id=592852786622272&ev=PageView&noscript=1) [Powered by Conversica](https://www.conversica.com/?utm_source=chat&utm_medium=webchat&utm_campaign=chat.conversica.com)
Readable Markdown
## Conda: An Imagined Conversation Fiona: Is [conda](https://conda.org/) free? Dave: Yes. Absolutely and always. F: Then why do some people say conda is not free? Where does this story come from? ### Conda Packages and the conda Ecosystem D: There is a distinction between the conda program that installs packages and manages environments, and the conda-compatible software packages that you install using conda. F: Wait. I heard a `fixed-width` font when you said “conda,” but not when you said “conda-compatible.” What’s that about? D. Ah, good catch. The word “conda” can refer to several things. `conda` in fixed-width font refers to the actual conda program. The word “conda” without any extra annotation refers to the conda ecosystem and community. The conda ecosystem is much bigger than just `conda` (see the [conda](https://github.com/conda) and [conda-incubator](https://github.com/conda-incubator) repos for some examples). The conda ecosystem also includes other conda-compatible package managers like mamba and the just-released pixi (these package managers are free and open source too). F. Got it. D. Now, back to packages: `conda`, the package installation and environment management software, is free to use by anyone and always has been. It’s also open source (and always has been). Conda-compatible packages that you install with `conda` are also *usually* free, but some specific conda channels (places where you find conda-compatible software packages) impose restrictions on who can use packages from those channels. F: Dave, your answer went from four words (“Yes. Absolutely and always.”) to like, a hundred words. I liked the four-word answer. *Everyone* will like the four-word answer. Why complicate things? ### Conda Channels D: Supporting restricted channels enables two big use cases: First, while conda is all about open source (and is used to publish, install, and manage tens of thousands of open-source packages), it is also possible to distribute proprietary software using conda. This allows vendors to better support their customers who are already conda users, and vendors get the benefits of conda package management too. This case is straightforward for us because proprietary channels are login protected. You can’t accidentally use them. F. So, avoiding proprietary channels is easy because I would need a login. What’s the other case? D: It’s more complicated. F: I knew it. ## The `default` Channel D: Well, it’s not *that* complicated: Anaconda, where `conda` was first created, generates revenue by charging for access to specific channels containing packages that are curated, built, maintained, and served by Anaconda’s engineers on its secure cloud infrastructure. Anaconda’s [`default` channel](https://www.anaconda.com/docs/main) is one of these. The `default` channel emphasizes security and stability. Most channels, including [conda-forge](https://conda-forge.org/) and [Bioconda](https://bioconda.github.io/), are run by volunteer communities and offer *best effort* security; they [are not recommended for use in sensitive environments.](https://conda-forge.org/blog/posts/2023-03-12-circle-ci-security-breach/#:~:text=which%20we%20do%20not%20recommend!) This can work well for research projects, prototypes, and education. In these scenarios, you probably aren’t working with sensitive data such as personally identifiable or financial information, or in a regulated industry. Getting hacked is still a huge pain, but you are unlikely to go bankrupt, get sued for a data breach, or cause traffic lights to stop working. Anaconda’s `default` channel uses a secure open-source software supply chain, thus helping prevent security breaches that community processes can be vulnerable to. F: Ah, so Anaconda generates revenue by selling access to `default` for those who need more security and stability than community channels can provide? D: Yes, and part of that revenue is funneled back into the conda ecosystem to pay Anaconda engineers to maintain `default`, work on `conda`, support [anaconda.org](https://anaconda.org/) (where conda-forge, Bioconda, and many other community channels are hosted), and support [many other open source communities](https://www.anaconda.com/open-source) as well. F: That’s great Dave, but I have installed and used conda before, and I am pretty sure I have used the default channel without paying for it. Is that right? D: Yes. ## Distributions: Anaconda, Miniconda, and the `default` Channel F: I’m confused. D: I know. It’s confusing. Some background will help make everything crystal clear, I promise. You probably installed `conda` using [Anaconda Distribution](https://www.anaconda.com/download) or the [Miniconda installer](https://docs.conda.io/en/latest/miniconda.html). These install `conda` and configure it to pull packages from the default channel. (You can also install `conda` using the [Miniforge installer](https://conda-forge.org/miniforge/), which configures `conda` (and mamba) to pull packages from the conda-forge channel instead. F: Wait. Why is Anaconda called a *distribution*, while Miniconda and Miniforge are *installers*? D. Well, all three include `conda`. Miniconda and Minforge are *installers* because they only install conda plus the minimal amount of accompanying software needed to run conda. With these two, you then build out your environment by installing additional packages as you need them. Anaconda is a *distribution* because it includes `conda`, plus conda’s supporting software, plus a large set of additional packages that are curated by Anaconda. It’s actually also installed with an *installer*, we just call the whole thing a “distribution” since it distributes more than just conda (all these other packages). You can use Anaconda Distribution for many tasks “out of the box,” without needing to install additional packages. These packages all come from the default channel and emphasize data science and artificial intelligence applications. F. Got it. #### The `default` Channel and Anaconda’s Terms of Service D: Now, let’s talk about the default channel. From 2016 to 2020, the default channel and Anaconda Distribution (which uses default) were available free of charge to everyone. Supporting the default channel, Anaconda Distribution, conda, and [anaconda.org](https://anaconda.org/) actually consumed a fair amount of funds and employee time. In 2020, to help make this effort sustainable, Anaconda added [terms of service](https://www.anaconda.com/legal/terms/terms-of-service) to the default channel and to Anaconda Distribution, but *not* to conda itself. As of 2020, **certain organizations have to pay to access default or use Anaconda Distribution, while others could continue to use it for free.** F: Ah, so `default` and Anaconda Distribution both have free users and paid users? D. Yes. F: So, who has to pay? D. It’s [defined in the terms of service](https://www.anaconda.com/legal/terms/terms-of-service)\! F: Dave, the terms of service are like, a thousand pages long. Nobody reads terms of service documents. D: You weren’t supposed to follow the link. You were supposed to just say, “Great!” The key parts of the terms of service are in the [Purchased vs Free Offerings](https://www.anaconda.com/legal/terms/terms-of-service) section, which is actually pretty straightforward for a legal document. It basically says that if your organization has 200 or more people in it, then you need to pay for access to the default channel and Anaconda Distribution. The terms of service also carve out some notable exceptions on who has to pay: *Students and educational entities may use our free offerings in curriculum-based courses.* F: So **if my organization has less than 200 people, then I can use default for free. Otherwise, I need to pay to use default, unless my organization meets one of the exceptions.** D: YES\! ### Can we summarize? F: Can we summarize? D: Indeed we can. 1. **`conda`,** the software program for package and environment management, **is free to use by anyone.** It’s open source, too. 2. The **conda-compatible packages in conda-forge, Bioconda, and almost all other publicly accessible channels are free to use by any one.** 3. **Your organization has less than 200 people,** or **Your organization has 200 or more people, but qualifies as an exempt organization in** [**Anaconda’s terms of service**](https://www.anaconda.com/legal/terms/terms-of-service): The **conda-compatible packages in the `default` channel and Anaconda Distribution are free to use if:** *Students and educational entities may use our free offerings in curriculum-based courses.* F: That’s it? D: That’s it.
Shard158 (laksa)
Root Hash5660333164590519358
Unparsed URLcom,anaconda!www,/blog/is-conda-free s443