Chocolatey is software management automation for Windows designed to make complex tasks simple, from Chocolatey Software in Topeka. The vendor states Chocolatey can easily handle all aspects of package management, but it is also able to work well within the existing ecosystem that is Windows software management.
N/A
npm
Score 10.0 out of 10
N/A
npm is an open source web registry used to discover, share, and reuse packages of code. Commercial plans offer additional features.
The big reason I picked Chocolatey was the fact that npm and Maven are not well-suited for native windows environments. I had to run on a Windows Server virtual machine, so was limited by what I could use, and I did not want to install WSL on the machine. So, I picked …
On OSX machines we use brew which works if compared to Chocolatey, a lot better. You could see that on Windows machines the idea of a command line-based software installation tool is not very common, especially if you want to use tools like Python or other scripting languages.
Chocolately is perfect if you need a robust, well-supported (by the community) package manager. It has basically every major library/tool that you need to do development. I used it specifically in UI test automation.
On OSX machines we use brew which works if compared to Chocolatey, a lot better. You could see that on Windows machines the idea of a command line-based software installation tool is not very common, especially if you want to use tools like Python or other scripting languages.