Downloads:
19,046
Downloads of v 24.7.1.200:
6,342
Last Update:
28 Sep 2024
Package Maintainer(s):
Software Author(s):
- Miniforge Contributors
Tags:
conda-forge anaconda3 miniconda3 miniforge3 python3- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Miniforge3
This is not the latest version of Miniforge3 available.
- 1
- 2
- 3
24.7.1.200 | Updated: 28 Sep 2024
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Software Issues
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
19,046
Downloads of v 24.7.1.200:
6,342
Maintainer(s):
Software Author(s):
- Miniforge Contributors
Miniforge3 24.7.1.200
This is not the latest version of Miniforge3 available.
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Miniforge Contributors. The inclusion of Miniforge Contributors trademark(s), if any, upon this webpage is solely to identify Miniforge Contributors goods or services and not for commercial purposes.
- 1
- 2
- 3
Some Checks Have Failed or Are Not Yet Complete
Not All Tests Have Passed
Deployment Method: Individual Install, Upgrade, & Uninstall
To install Miniforge3, run the following command from the command line or from PowerShell:
To upgrade Miniforge3, run the following command from the command line or from PowerShell:
To uninstall Miniforge3, run the following command from the command line or from PowerShell:
Deployment Method:
This applies to both open source and commercial editions of Chocolatey.
1. Enter Your Internal Repository Url
(this should look similar to https://community.chocolatey.org/api/v2/)
2. Setup Your Environment
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment
Option 1: Cached Package (Unreliable, Requires Internet - Same As Community)-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://community.chocolatey.org/api/v2/. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
-
Download the package:
Download - Follow manual internalization instructions
-
-
Package Internalizer (C4B)
-
Run: (additional options)
choco download miniforge3 --internalize --version=24.7.1.200 --source=https://community.chocolatey.org/api/v2/
-
For package and dependencies run:
choco push --source="'INTERNAL REPO URL'"
- Automate package internalization
-
Run: (additional options)
3. Copy Your Script
choco upgrade miniforge3 -y --source="'INTERNAL REPO URL'" --version="'24.7.1.200'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade miniforge3 -y --source="'INTERNAL REPO URL'" --version="'24.7.1.200'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Install miniforge3
win_chocolatey:
name: miniforge3
version: '24.7.1.200'
source: INTERNAL REPO URL
state: present
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
chocolatey_package 'miniforge3' do
action :install
source 'INTERNAL REPO URL'
version '24.7.1.200'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
cChocoPackageInstaller miniforge3
{
Name = "miniforge3"
Version = "24.7.1.200"
Source = "INTERNAL REPO URL"
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'miniforge3':
ensure => '24.7.1.200',
provider => 'chocolatey',
source => 'INTERNAL REPO URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
4. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 28 Sep 2024.
Miniforge3 installs the conda package manager with the following features pre-configured:
- conda-forge set as the default (and only) channel.
- Packages in the base environment are obtained from the conda-forge channel.
You can provide parameters for the installation (conda docs).
To have choco remember parameters on upgrade, be sure to set choco feature enable -n=useRememberedArgumentsForUpgrades
.
/InstallationType:
[AllUsers
|JustMe
]- Default:
AllUsers
(install for all users)
- Default:
/RegisterPython:
[0
|1
]- Default:
1
(register miniforge3 python as the system's default)
- Default:
/AddToPath:
[0
|1
]- Default:
0
(do not add miniforge3 directories to path) - Note: As of Miniforge3 4.12.0-0, you cannot add miniforge3 to the PATH environment during an
AllUsers
installation.
This was done to address a security exploit
(additional information).
- Default:
/D:
(installation path)- Default for
AllUsers
:$toolsDir\miniforge3
($toolsDir
is the path returned by chocolatey'sGet-ToolsLocation
function and defaults toC:\tools
) - Default for
JustMe
:$Env:LOCALAPPDATA\miniforge3
($Env:LOCALAPPDATA
is set by Windows and defaults toC:\Users\{USERNAME}\AppData\Local
)
- Default for
Example: choco install miniforge3 --params="'/InstallationType:JustMe /AddToPath:1'"
.
Miniforge installer code uses BSD-3-Clause license as stated below.
Binary packages that come with it have their own licensing terms
and by installing miniforge you agree to the licensing terms of individual
packages as well. They include different OSI-approved licenses including
the GNU General Public License and can be found in pkgs/<pkg-name>/info/licenses
folders.
Miniforge installer comes with a boostrapping executable that is used
when installing miniforge and is deleted after miniforge is installed.
The bootstrapping executable uses micromamba, cli11, cpp-filesystem,
curl, c-ares, krb5, libarchive, libev, lz4, nghttp2, openssl, libsolv,
nlohmann-json, reproc and zstd which are licensed under BSD-3-Clause,
MIT and OpenSSL licenses. Licenses and copyright notices of these
projects can be found at the following URL.
https://github.com/conda-forge/micromamba-feedstock/tree/master/recipe.
=============================================================================
Copyright (c) 2019-2021, conda-forge
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
1. Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.
3. Neither the name of the copyright holder nor the names of its contributors
may be used to endorse or promote products derived from this software without
specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
Package can be verified like this:
1. Go to
x64: https://github.com/conda-forge/miniforge/releases/download/24.7.1-2/Miniforge3-24.7.1-2-Windows-x86_64.exe
to download the installer.
2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
checksum64: 14484E619C4D378D4D796B515444A181126111B92056403F8CF5A5C8140C022A
File 'LICENSE.txt' is obtained from:
https://github.com/conda-forge/miniforge/blob/main/LICENSE
function Get-SilentArgs($packageParameters) {
$toolsDir = Get-ToolsLocation
if (!$packageParameters['InstallationType']) {
$InstallationType = 'AllUsers'
}
else {
if ($packageParameters['InstallationType'] -notin 'AllUsers', 'JustMe') {
throw "Value for InstallationType not recognised: only `'AllUsers`' or `'JustMe`' are valid"
}
else {
$InstallationType = $packageParameters['InstallationType']
}
}
if (!$packageParameters['RegisterPython']) {
$RegisterPython = '1'
}
else {
if ($packageParameters['RegisterPython'] -notin '0', '1') {
throw "Value for RegisterPython not recognised: only `'0`' or `'1`' are valid"
}
else {
$RegisterPython = $packageParameters['RegisterPython']
}
}
if (!$packageParameters['AddToPath']) {
$AddToPath = '0'
}
else {
if ($packageParameters['AddToPath'] -notin '0', '1') {
throw "Value for AddToPath not recognised: only `'0`' or `'1`' are valid"
}
else {
$AddToPath = $packageParameters['AddToPath']
}
}
if (!$packageParameters['D']) {
if ($InstallationType -eq 'JustMe') {
$D = Join-Path $Env:LOCALAPPDATA 'miniforge3'
}
else {
$D = Join-Path $toolsDir 'miniforge3'
}
}
else {
if (!(Test-Path -IsValid $packageParameters['D'])) {
throw "Value for D ($($packageParameters['D'])) is not a valid directory path"
}
else {
$D = $packageParameters['D']
}
}
Write-Host "miniforge3 will be installed for $(if ($InstallationType -eq "AllUsers") { "all users" } else { "current user" })."
Write-Host "miniforge3 python will $(if ($RegisterPython -ne "1") { "not " })be registered as the system's default."
Write-Host "miniforge3 directories will $(if ($AddToPath -ne "1") { "not " })be added to path."
Write-Host "miniforge3 will be installed to `'$D`'."
Write-Host ""
return "/S /InstallationType=$InstallationType /RegisterPython=$RegisterPython /AddToPath=$AddToPath /D=$D"
}
md5: 3D9FD65871302CCA5025FB93B0A768CC | sha1: 780D86B28EDA19FE86059C997BE4674EBA60BBC1 | sha256: 14484E619C4D378D4D796B515444A181126111B92056403F8CF5A5C8140C022A | sha512: 74A55B444F675DC983926838004E8D633E4468115F2C054E00227D7206C35E61FE6D265BC9EA4D596821F6ED489015290C3BAC78F192ADA1E434CDF83DF94211
Log in or click on link to see number of positives.
- miniforge3.24.7.1.200.nupkg (ea11905bec3b) - ## / 60
- Miniforge3-24.7.1-2-Windows-x86_64.exe (14484e619c4d) - ## / 67
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Miniforge3 24.9.2 | 2076 | Thursday, November 14, 2024 | Approved | |
Miniforge3 24.9.0 | 5144 | Wednesday, October 23, 2024 | Approved | |
Miniforge3 24.7.1.200 | 6342 | Saturday, September 28, 2024 | Approved | |
Miniforge3 24.7.1 | 414 | Wednesday, September 4, 2024 | Approved | |
Miniforge3 24.3.0 | 1606 | Wednesday, April 17, 2024 | Approved | |
Miniforge3 24.1.2 | 337 | Monday, March 25, 2024 | Approved | |
Miniforge3 23.11.0 | 495 | Wednesday, January 17, 2024 | Approved | |
Miniforge3 23.3.1.100 | 632 | Monday, September 4, 2023 | Approved | |
Miniforge3 23.3.1 | 109 | Monday, August 21, 2023 | Approved | |
Miniforge3 23.1.0.400 | 145 | Friday, July 14, 2023 | Approved | |
Miniforge3 23.1.0.300 | 110 | Sunday, July 2, 2023 | Approved | |
Miniforge3 23.1.0.200 | 84 | Wednesday, June 28, 2023 | Approved | |
Miniforge3 23.1.0.100 | 236 | Monday, April 3, 2023 | Approved | |
Miniforge3 23.1.0.000 | 94 | Wednesday, March 29, 2023 | Approved | |
Miniforge3 22.11.1.400 | 133 | Sunday, February 12, 2023 | Approved | |
Miniforge3 22.11.1.200 | 72 | Friday, February 3, 2023 | Approved | |
Miniforge3 22.9.0.300 | 126 | Wednesday, January 11, 2023 | Approved | |
Miniforge3 22.9.0.200 | 131 | Sunday, November 20, 2022 | Approved | |
Miniforge3 22.9.0.100 | 76 | Tuesday, November 1, 2022 | Approved | |
Miniforge3 22.9.0.000 | 81 | Thursday, October 27, 2022 | Approved | |
Miniforge3 4.14.0.200 | 82 | Wednesday, October 26, 2022 | Approved | |
Miniforge3 4.14.0.000 | 138 | Wednesday, August 24, 2022 | Approved | |
Miniforge3 4.13.0.100 | 157 | Sunday, July 31, 2022 | Approved | |
Miniforge3 4.12.0.200 | 136 | Friday, June 10, 2022 | Approved | |
Miniforge3 4.12.0.000 | 90 | Tuesday, May 24, 2022 | Approved |
Copyright (c) 2019-2021, conda-forge
This package has no dependencies.
Ground Rules:
- This discussion is only about Miniforge3 and the Miniforge3 package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Miniforge3, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.