Downloads:
23
Downloads of v 2.3.2:
23
Last Update:
26 Sep 2024
Published Date:
26 Sep 2024
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)
(Ready for review)
- 1
- 2
- 3
2.3.2 | Updated: 26 Sep 2024
- 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:
23
Downloads of v 2.3.2:
23
Published:
26 Sep 2024
Maintainer(s):
Software Author(s):
- Arduino
Arduino IDE (Portable) 2.3.2
(Ready for review)
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.2.nupkg (598d74b2a5fd) - ## / 65
- arduino-ide_2.3.2_Windows_64bit.zip (d773ed191e8d) - ## / 53
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.
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.
InLava57 (maintainer) on 26 Sep 2024 13:53:13 +00:00:
User 'InLava57' (maintainer) submitted package.
chocolatey-ops (reviewer) on 26 Sep 2024 14:25:03 +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 26 Sep 2024 14:41:46 +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/96d598ef3764a5415f3ce725fc64ee57 for details.
This is an FYI only. There is no action you need to take.
chocolatey-ops (reviewer) on 26 Sep 2024 15:07:15 +00:00:
arduino.portable has passed automated virus scanning.