Wingetlywingetly
← All apps

Arduino IDE Beta

by Arduino SAv2.0.0.0

Last updated

The open-source Arduino Software (IDE) makes it easy to write code and upload it to the board. This software can be used with any Arduino board.

Install with winget

$ winget install --id ArduinoSA.IDE.beta --exact --version 2.0.0.0

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for Arduino IDE Beta

Arduino IDE Beta uses EXE (NSIS). The silent install switches are /S.

One-line silent install (x64)
arduino-ide_2.0.0-beta.12_Windows_64bit.exe /S

See the full silent install reference for Arduino IDE Beta

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.

Start free 30-day trial

No credit card required.

Installers · v2.0.0.0

ArchitectureTypeScopeInstallDownload
x64EXE
NSIS
-Direct
x64MSI
WiX
-Direct

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

2 known CVEs via NVD

  • high7.3Fix in v2.3.7CVE-2025-64724affects before 2.3.7Dec 18, 2025

    Arduino IDE is an integrated development environment. Prior to version 2.3.7, Arduino IDE for macOS is installed with world-writable file permissions on sensitive application components, allowing any local user to replace legitimate files with malicious code. When another user l...

  • medium4.4Fix in v2.3.7CVE-2025-64723affects before 2.3.7Dec 18, 2025

    Arduino IDE is an integrated development environment. Prior to version 2.3.7, Arduino IDE for macOS was configured with overly permissive security entitlements that could bypass macOS Hardened Runtime protections. This configuration allows attackers to inject malicious dynamic l...

Source: NVD, updated 4h ago. Patch status is best-effort: NVD's fix version is compared against the latest version in winget, but the two version formats don't always align. Confirm with the vendor advisory before treating any specific build as safe.

Related apps

  • Arduino IDEArduino SA
    ArduinoSA.IDE.stablev2.3.10

    Open-source electronic prototyping platform enabling users to create interactive electronic objects.

  • A
    Arduino CLIArduino SA
    ArduinoSA.CLIv1.5.1

    Arduino command line interface

  • Arduino IDE RCArduino SA
    ArduinoSA.IDE.rcv2.0.0-rc9.3

    Arduino IDE (RC version)

More from Arduino SA.

Frequently asked questions

How do I install Arduino IDE Beta on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id ArduinoSA.IDE.beta --exact --version 2.0.0.0. winget downloads the installer from Arduino SA and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Arduino IDE Beta silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id ArduinoSA.IDE.beta --exact 2.0.0.0 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for Arduino IDE Beta?
Arduino IDE Beta uses EXE (NSIS). Run the downloaded installer with: arduino-ide_2.0.0-beta.12_Windows_64bit.exe /S. The silent switches are /S.
How do I uninstall Arduino IDE Beta via winget?
Run: winget uninstall --id ArduinoSA.IDE.beta --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Arduino IDE Beta's Apps & Features entry.
Is Arduino IDE Beta free?
Arduino IDE Beta is distributed under GNU LGPL. Refer to the publisher for the full license terms - Wingetly itself does not charge for installation.
Does Arduino IDE Beta work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls Arduino IDE Beta directly from the publisher.
How do I keep Arduino IDE Beta up to date?
Run winget upgrade --id ArduinoSA.IDE.beta --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Arduino IDE Beta from microsoft/winget-pkgs.