this post was submitted on 23 Jul 2026
32 points (100.0% liked)

Free and Open Source Software

22698 readers
4 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] moonpiedumplings@programming.dev 9 points 2 days ago (1 children)

https://isitreallyfoss.com/projects/conda/

The code for conda is all open source, but the default repos are provided under terms that prohibit commercial usage. Anaconda baits you into using it since it's "free", then sues:

https://thehftguy.com/2025/04/07/anaconda-inc-has-entered-litigation-against-non-paying-user-of-anaconda-alibaba-intel-dell-airbus/

Technically you could find alternate repos, but this is the kind of thing that should be mentioned on pages like this.

[–] BlueEther@no.lastname.nz 3 points 2 days ago (1 children)

Yes, Conda, not Anaconda. It uses Anaconda's repos by default, which are bound by these terms of service: https://www.anaconda.com/legal/terms/terms-of-service , which require you to pay for commercial use if your org has more than 200 users.

Although it looks like if you only use conda-forge, or alternate repos then you should be good. It looks like miniforge, which does use the conda package manager, was made partially with the goal of avoiding these licensing issues.