Use this file to discover all available pages before exploring further.
Conda is a cross-platform, language-agnostic binary package manager. It is a package manager used in conda distributions like Miniforge and the Anaconda Distribution, but it may be used for other systems as well.
Conda makes environments first-class citizens, making it easy to create independent environments even for C libraries. The conda command line interface is written entirely in Python, and is BSD licensed open source.Conda is enhanced by organizations, tools, and repositories created and managed by the amazing members of the conda community.
The real power of conda comes from its ability to manage environments. In conda, an environment can be thought of as a completely separate installation. Conda installs packages into environments efficiently using hard links by default when it is possible, so environments are space efficient, and take seconds to create.
While conda is written in Python, it can manage packages and dependencies for any language, including Python, R, Ruby, Lua, Scala, Java, JavaScript, C, C++, and more.
Conda is BSD licensed open source software. Contributions are welcome! See the contributing documentation for instructions on setting up a development environment.