Software Alternatives & Reviews

Conda VS Chocolatey

Compare Conda VS Chocolatey and see what are their differences

Conda logo Conda

Binary package manager with support for environments.

Chocolatey logo Chocolatey

The sane way to manage software on Windows.
Not present
  • Chocolatey Landing page
    Landing page //
    2023-09-22

Conda

Categories
  • Package Manager
  • Front End Package Manager
  • Developer Tools
  • Kids
Website docs.conda.io
Pricing URL-
Details $-

Chocolatey

Categories
  • Windows Tools
  • Package Manager
  • Front End Package Manager
  • Software Recommendations
Website chocolatey.org
Pricing URL Official Chocolatey Pricing
Details $

Conda videos

No Conda videos yet. You could help us improve this page by suggesting one.

+ Add video

Chocolatey videos

Chocolatey - The Package Manager For Windows Review

More videos:

  • Review - Chocolatey: A Windows Package Manager?
  • Review - Chocolatey Review

Category Popularity

0-100% (relative to Conda and Chocolatey)
Front End Package Manager
Windows Tools
3 3%
97% 97
Package Manager
18 18%
82% 82
Developer Tools
100 100%
0% 0

User comments

Share your experience with using Conda and Chocolatey. For example, how are they different and which one is better?
Log in or Post with

Reviews

These are some of the external sources and on-site user reviews we've used to compare Conda and Chocolatey

Conda Reviews

We have no reviews of Conda yet.
Be the first one to post

Chocolatey Reviews

Comparing Package Managers
Chocolatey is more established and easier to host a custom repository (plus it runs in the system context). The deployment of applications and especially updating is not as easy as some of the other options, but if cost is an issue, it’s always a safe bet (I tend to include it as standard on an AVD build and then use Azure Runbooks to deploy and update applications by...
5 Best Windows package manager to use via command line
Chocolatey works for both Windows 10 and 7, it released in 2011, thus it has been around for quite some time now. This makes it one of the largest online repository to download and install various open source and closed source software packages for Windows OS. It offers both community and enterprise solutions. The best thing, one can easily visit the official website of...
6 Best Windows Package Manager to Auto-Update Apps (2020)
The name sounds amusing but you better take this app seriously. Chocolatey has the largest app repository and it supports PowerShell, command line, and even GUI. You name it and Chocolatey has that app. To install, you just need to type the following in command prompt and hit enter.
Source: techwiser.com

Social recommendations and mentions

Based on our record, Chocolatey should be more popular than Conda. It has been mentiond 251 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Conda mentions (29)

  • Introducing Flama for Robust Machine Learning APIs
    When dealing with software development, reproducibility is key. This is why we encourage you to use Python virtual environments to set up an isolated environment for your project. Virtual environments allow the isolation of dependencies, which plays a crucial role to avoid breaking compatibility between different projects. We cannot cover all the details about virtual environments in this post, but we encourage... - Source: dev.to / 4 months ago
  • Ask HN: Package management for multiple modules in C++, Python, Java project?
    Conda https://docs.conda.io/en/latest/ ?? I'm not sure, but I used it to download some Python packages. It's an alternative to pip, but I'm not sure about the details. - Source: Hacker News / 5 months ago
  • How To Manage Environment For Data Science Project Using Conda
    Conda is an open-source package management and environment management system that can be used to create different isolated development environments. Conda can be used in place of pipenv to create a virtual environment. - Source: dev.to / 10 months ago
  • Full system upgrade just killed all my python virtualenvs
    Congrats you discovered why Poetry and Conda projects exist! Source: 12 months ago
  • I need help downloading Python 3.7 on my Steam Deck any help is appreciated!
    Miniconda runs exclusively in userspace and requires no escalated privileges. Source: about 1 year ago
View more

Chocolatey mentions (251)

  • Giving Kyma a little spin ... a SpinKube
    Authenticating with Kyma is a (in my opinion) unnecessary challenge as it leverages the OIDC-login plugin for kubectl. You find a description of the setup here. This works fine when on a Mac but can give you some headaches on a Windows and on Linux machine especially when combined with restrictive setups in corporate environments. For Windows I can only recommend installing krew via chocolatey and then install the... - Source: dev.to / 10 days ago
  • Effective Neovim Setup. A Beginner’s Guide
    On a Windows machine, you can use Chocolatey by running the command. - Source: dev.to / about 1 month ago
  • Need Help with getting Haskell onto my Windows Laptop
    I've used WSL2 and GHC/Nix--worked without any issues. However, there is Chocolatey: https://chocolatey.org/. Source: 5 months ago
  • Python Versions and Release Cycles
    For OSX there is homebrew or pyenv (pyenv is another solution on Linux). As pyenv compiles from source it will require setting up XCode (the Apple IDE) tools to support this which can be pretty bulky. Windows users have chocolatey but the issue there is it works off the binaries. That means it won't have the latest security release available since those are source only. Conda is also another solution which can be... - Source: dev.to / 5 months ago
  • Helm Charts: An Organised Way to Install Apps on a Kubernetes Cluster
    Type the following commands on the Windows terminal to install helm. You can use either Scoop a command-line installer for Windows or Chocolatey which is a Package Manager for Windows to install helm. - Source: dev.to / 5 months ago
View more

What are some alternatives?

When comparing Conda and Chocolatey, you can also consider the following products

Homebrew - The missing package manager for macOS

Ninite - Ninite is the easiest way to install software.

pkgsrc - pkgsrc is a framework for building over 17,000 open source software packages.

Scoop - A command-line installer for Windows

Yay - Yay is an AUR helper written in go, based on the design of yaourt, apacman and pacaur.

Python Poetry - Python packaging and dependency manager.