Beta testing of development versions is a valuable contribution to the project. You can help to ensure the quality of the production release that will be distributed to the user community.
Builds of the project are automatically created after every relevant change to the project in order to make it easy for anyone to participate in the testing effort.
❗ Make sure to always download the newest available tester build in order to ensure effective results from your beta testing efforts.
Beta testing is done during both the proposal (pull request) and pre-release (nightly build) phases of development:
Tester builds are automatically created for every pull request (PR) that proposes a relevant change.
The builds are updated if the author pushes changes to the PR.
The tester build for a PR can be downloaded by following these instructions:
- Sign in to your GitHub account.
(GitHub only allows downloads of the tester builds when you are signed in.) - Open the PR you are interested in.
They are listed here:
https://github.com/arduino/arduino-ide/pulls - Click the "Checks" tab at the top of the PR's page.
- From the list on the left side of the page, click on "Arduino IDE".
- Scroll down to the "Artifacts" section of the page that opens.
- Click the download link for your operating system.
ⓘ For example, if you are using Windows, click the "Windows_X86-64_zip" link. - Wait for the download to finish.
- Extract or install the downloaded file as usual.
Beginning in macOS 10.14.5, the software must be notarized to run.
For security reasons, signing and notarization are disabled when creating tester builds for pull requests from forks of this repository. This means that macOS will block you from running the tester builds for those PRs.
Due to this limitation, Mac users have two options for testing PRs from forks:
Build the version of the Arduino IDE you want to test from source instead of using the automatically created tester build.
Instructions for building the project
⚠ Please note that this approach is risky as you are lowering the security on your system, therefore we strongly discourage you from following it.
- Start the tester build.
A warning will appear:"Arduino IDE" cannot be opened because the developer cannot be verified.
- Follow the instructions from the "If you want to open an app that hasn't been notarized or is from an unidentified developer" section of this page to bypass the security restriction:
https://support.apple.com/en-us/HT202491
Feedback after beta testing a pull request is always valuable, regardless of which categories your findings fall under:
- working as expected
- problems encountered
- areas for improvement
Please submit feedback related to the changes made in the pull request as a PR review:
If you discover problems or areas for improvement that are unrelated to the changes made by the PR (i.e., they also occur when using the nightly build), please submit that feedback as an issue report instead of a review.
More information on issue reports
Builds of the project's production branch are produced daily. This build represents the current pre-release state of the project, which is planned for distribution in the next release.
- Open Arduino's "Software" page:
https://www.arduino.cc/en/software#nightly-builds - Select the appropriate download link from the "Nightly Builds" section of the page.
- Wait for the download to finish.
- Extract or install the downloaded file as usual.
If you discover any problems or areas for improvement please submit an issue report.