Downloads:
48,361
Downloads of v 1.9.4:
13
Last Update:
04 Jun 2025
Published Date:
04 Jun 2025
Package Maintainer(s):
Software Author(s):
- Raspberry Pi Foundation
Tags:
raspberry-pi raspberry pi image imager sd flash- 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
Raspberry Pi Imager
(Waiting for Maintainer to take corrective action)
- 1
- 2
- 3
1.9.4 | Updated: 04 Jun 2025
- 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:
48,361
Downloads of v 1.9.4:
13
Published:
04 Jun 2025
Maintainer(s):
Software Author(s):
- Raspberry Pi Foundation
Raspberry Pi Imager 1.9.4
(Waiting for Maintainer to take corrective action)
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Raspberry Pi Foundation. The inclusion of Raspberry Pi Foundation trademark(s), if any, upon this webpage is solely to identify Raspberry Pi Foundation 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
This version is in moderation and has not yet been approved. This means it doesn't show up under normal search.
- Until approved, you should consider this package version unsafe - it could do very bad things to your system (it probably doesn't but you have been warned, that's why we have moderation).
- This package version can change wildly over the course of moderation until it is approved. If you install it and it later has changes to this version, you will be out of sync with any changes that have been made to the package. Until approved, you should consider that this package version doesn't even exist.
- You cannot install this package under normal scenarios. See How to install package version under moderation for more information.
- There are also no guarantees that it will be approved.
There are versions of this package awaiting moderation (possibly just this one). See the Version History section below.
A simpler way to image your microSD card with Raspbian, the official Raspberry Pi operating system, and other operating systems.
$ErrorActionPreference = 'Stop';
[array]$key = Get-UninstallRegistryKey -SoftwareName 'Raspberry Pi Imager'
$packageName = $env:ChocolateyPackageName
if ($key.Count -eq 1) {
$key | % {
$packageArgs = @{
packageName = $packageName
fileType = 'EXE'
silentArgs = '/S'
validExitCodes = @(0)
file = "$($_.UninstallString)"
}
Uninstall-ChocolateyPackage @packageArgs
}
} elseif ($key.Count -eq 0) {
Write-Warning "$packageName has already been uninstalled by other means."
} elseif ($key.Count -gt 1) {
Write-Warning "$($key.Count) matches found!"
Write-Warning "To prevent accidental data loss, no programs will be uninstalled."
Write-Warning "Please alert package maintainer the following keys were matched:"
$key | % {Write-Warning "- $($_.DisplayName)"}
}
No results available for this package. We are building up results for older packages over time so expect to see results. If this is a new package, it should have results within a day or two.
Add to Builder | Version | Downloads | Last Updated | Status |
---|---|---|---|---|
Raspberry Pi Imager 1.9.4 | 13 | Wednesday, June 4, 2025 |
Waiting for Maintainer
|
|
Raspberry Pi Imager 1.9.0 | 7678 | Thursday, September 12, 2024 | Approved | |
Raspberry Pi Imager 1.8.5 | 5489 | Monday, January 22, 2024 | Approved | |
Raspberry Pi Imager 1.8.4 | 2647 | Saturday, December 23, 2023 | Approved | |
Raspberry Pi Imager 1.8.3 | 2627 | Friday, November 17, 2023 | Approved | |
Raspberry Pi Imager 1.8.1 | 2458 | Friday, October 20, 2023 | Approved | |
Raspberry Pi Imager 1.7.5 | 4252 | Tuesday, May 23, 2023 | Approved | |
Raspberry Pi Imager 1.7.4.1 | 931 | Thursday, May 18, 2023 | Approved | |
Raspberry Pi Imager 1.7.4 | 3064 | Wednesday, March 1, 2023 | Approved | |
Raspberry Pi Imager 1.7.3 | 4248 | Monday, September 12, 2022 | Approved | |
Raspberry Pi Imager 1.7.2 | 3680 | Tuesday, March 29, 2022 | Approved | |
Raspberry Pi Imager 1.7.1 | 2162 | Friday, February 4, 2022 | Approved | |
Raspberry Pi Imager 1.7 | 259 | Thursday, February 3, 2022 | Approved | |
Raspberry Pi Imager 1.6.2 | 3448 | Wednesday, May 26, 2021 | Approved | |
Raspberry Pi Imager 1.6.1 | 1429 | Friday, April 2, 2021 | Approved | |
Raspberry Pi Imager 1.6 | 873 | Tuesday, March 16, 2021 | Approved | |
Raspberry Pi Imager 1.5 | 1259 | Monday, December 28, 2020 | Approved | |
Raspberry Pi Imager 1.4 | 1199 | Friday, July 17, 2020 | Approved | |
Raspberry Pi Imager 1.3 | 345 | Monday, June 8, 2020 | Approved | |
Raspberry Pi Imager 1.2 | 300 | Tuesday, May 5, 2020 | Approved |
Raspberry Pi Foundation
This package has no dependencies.
Ground Rules:
- This discussion is only about Raspberry Pi Imager and the Raspberry Pi Imager 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 Raspberry Pi Imager, 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.
eugb (maintainer) on 04 Jun 2025 16:07:08 +00:00:
User 'eugb' (maintainer) submitted package.
chocolatey-ops (reviewer) on 04 Jun 2025 16:42:45 +00:00:
rpi-imager has passed automated validation. It may have or may still fail other checks like testing (verification).
Congratulations! This package passed automatic validation review without flagging on any issues the validator currently checks. A human review could still turn up issues a computer may not easily find.
chocolatey-ops (reviewer) on 04 Jun 2025 18:39:36 +00:00:
rpi-imager has failed automated package testing (verification).
Please visit https://gist.github.com/choco-bot/70a2609e26c761546ac048ddfd139f8a for details.
The package status will be changed and will be waiting on your next actions.