Downloads:
59
Downloads of v 2.3.4:
11
Last Update:
09 Jan 2025
Published Date:
09 Jan 2025
Reviewed Date:
09 Jan 2025
Reviewer:
Package Maintainer(s):
Software Author(s):
- Arduino
Tags:
arduino development editor- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Arduino IDE (Portable)
(Waiting for Maintainer to take corrective action)
- 1
- 2
- 3
2.3.4 | Updated: 09 Jan 2025
- Software Specific:
- Software Site
- Software Source
- Software License
- Software Docs
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
59
Downloads of v 2.3.4:
11
Published:
09 Jan 2025
Reviewed:
09 Jan 2025
Reviewer:
Software Author(s):
- Arduino
Arduino IDE (Portable) 2.3.4
(Waiting for Maintainer to take corrective action)
Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Arduino. The inclusion of Arduino trademark(s), if any, upon this webpage is solely to identify Arduino goods or services and not for commercial purposes.
- 1
- 2
- 3
All Checks are Passing
3 Passing Tests
This package is likely a meta/virtual (*) or an installer (*.install) or portable (*.portable) application package.
- Meta/virtual (*) - has a dependency on the *.install or the *.portable package - it is provided for discoverability and for other packages to take a dependency on.
- Portable (*.portable/*.commandline (deprecated naming convention)/*.tool (deprecated naming convention)) - usually zips or archives that require no administrative access to install.
- Install (*.install/*.app (deprecated naming convention)) - uses native installers, usually requires administrative access to install.
Learn more about chocolatey's distinction of installed versus portable apps and/or learn about this kind of package.
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.
This package Unzip Arduino IDE in the "C:\ProgramFiles\Aduino IDE" folder, thus making the software accessible to all users.
Arduino is an open-source physical computing platform based on a simple I/O board and a development environment that implements the Processing/Wiring language. Arduino can be used to develop stand-alone interactive objects or can be connected to software on your computer (e.g. Flash, Processing and MaxMSP). The boards can be assembled by hand or purchased preassembled; the open-source IDE can be downloaded for free at https://arduino.cc
$ErrorActionPreference = 'Stop'
$InstallDir = "$($env:ProgramFiles)\Arduino IDE"
$ShortcutPath = "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Arduino IDE.lnk"
#Removing Install Folder
if(Test-Path $InstallDir){
Remove-Item $InstallDir -Force -Recurse
} else {
Write-Error "Uninstall : Installation directory not found..."
}
#Removing Firewall Rule
if(Get-NetFirewallRule -DisplayName "Arduino IDE"){
Remove-NetFirewallRule -DisplayName "Arduino IDE"
} else {
Write-Error "Uninstall : Firewall rule not found..."
}
#Removing Shortcut
if(Test-Path $ShortcutPath){
Remove-Item $ShortcutPath -Force
} else {
Write-Error "Uninstall : Start Menu shortcut not found..."
}
Log in or click on link to see number of positives.
- arduino.portable.2.3.4.nupkg (2e2a2f841e48) - ## / 64
- arduino-ide_2.3.4_Windows_64bit.zip (745baef00b13) - ## / 55
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 |
---|---|---|---|---|
Arduino IDE (Portable) 2.3.4 | 11 | Thursday, January 9, 2025 |
Waiting for Maintainer
|
|
Arduino IDE (Portable) 2.3.2 | 48 | Thursday, September 26, 2024 | Approved |
2024 ArduinoIDE Arduino
This package has no dependencies.
Ground Rules:
- This discussion is only about Arduino IDE (Portable) and the Arduino IDE (Portable) 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 Arduino IDE (Portable), 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.
overage (maintainer) on 09 Jan 2025 11:38:26 +00:00:
User 'overage' (maintainer) submitted package.
chocolatey-ops (reviewer) on 09 Jan 2025 12:10:45 +00:00:
arduino.portable has passed automated validation. It may have or may still fail other checks like testing (verification).
NOTE: No required changes that the validator checks have been flagged! It is appreciated if you fix other items, but only Requirements will hold up a package version from approval. A human review could still turn up issues a computer may not easily find.
Guidelines
Guidelines are strong suggestions that improve the quality of a package version. These are considered something to fix for next time to increase the quality of the package. Over time Guidelines can become Requirements. A package version can be approved without addressing Guideline comments but will reduce the quality of the package.
chocolatey-ops (reviewer) on 09 Jan 2025 12:22:09 +00:00:
arduino.portable has failed automated package testing (verification).
Please visit https://gist.github.com/choco-bot/d76c59c4c147e3a02c4bc06d21987412 for details.
The package status will be changed and will be waiting on your next actions.
Windos (reviewer) on 09 Jan 2025 22:21:03 +00:00:
Rerunning Package Verifier as testing failure was due to an issue with the testing environment and not the package.
Verification Status Change - Verification tests have been set to rerun.
chocolatey-ops (reviewer) on 09 Jan 2025 23:02:04 +00:00:
arduino.portable has passed automated package testing (verification). The next step in the process is package scanning.
Please visit https://gist.github.com/choco-bot/388022fd065fbf0d0ce6dbbe5a817143 for details.
This is an FYI only. There is no action you need to take.
chocolatey-ops (reviewer) on 09 Jan 2025 23:15:59 +00:00:
arduino.portable has passed automated virus scanning.