Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: arduino/arduino-pro-ide
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.1.3
Choose a base ref
...
head repository: arduino/arduino-pro-ide
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Mar 1, 2021

  1. Update README.md (#449)

    Roberto Sora authored Mar 1, 2021
    Copy the full SHA
    bc05aa9 View commit details
Showing with 1 addition and 79 deletions.
  1. +1 −79 README.md
80 changes: 1 addition & 79 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,79 +1 @@
# Arduino Pro IDE
The Arduino Pro IDE brings features that address the needs of advanced users whilst retaining continuity with the simple "classic" [Arduino IDE](https://github.com/arduino/Arduino).

*This repo is a preview of the final product and has to be considered as an unstable alpha version.*

## Idea
The Arduino Pro IDE is a completely new Development Environment for Arduino Programming based on more modern technologies.

## Getting Started

### Download

#### Release builds

You can download the latest release for testing and feedback from the [Releases Section](https://github.com/arduino/arduino-pro-ide/releases/latest) of this repo.
*<b>Note</b>: This is not a production release!*

#### Nightly builds

These builds are generated every day at 03:00 GMT from the `master` branch of the (currently private) source repository and
should be considered unstable. In order to get the latest nightly build
available for the supported platform, use the following links:

Platform | 32 bit | 64 bit |
----------- | :------------------------: | :------------------------: |
**Linux** | Not available yet | [Nightly Linux 64 bit] |
**Windows** | Not available yet | [Nightly Windows 64 bit] |
**macOS** | Not available yet | [Nightly macOS 64 bit] |

[Nightly Linux 64 bit]: https://downloads.arduino.cc/arduino-pro-ide/nightly/arduino-pro-ide_nightly-latest_Linux_64bit.zip
[Nightly Windows 64 bit]: https://downloads.arduino.cc/arduino-pro-ide/nightly/arduino-pro-ide_nightly-latest_Windows_64bit.zip
[Nightly macOS 64 bit]: https://downloads.arduino.cc/arduino-pro-ide/nightly/arduino-pro-ide_nightly-latest_macOS_64bit.dmg

> **Note:** These links return an HTTP `302: Found` response, redirecting to latest
generated builds by replacing `latest` with the latest available build
date, using the format YYYYMMDD (i.e for 2019/Aug/06 `latest` is
replaced with `20190806`)

You can find the changelog for the nightly builds [here](https://downloads.arduino.cc/arduino-pro-ide/nightly/CHANGELOG.txt). The changelog contains all changes since the [latest release](https://github.com/arduino/arduino-pro-ide/releases/latest) in reverse chronological order.

### Install

Arduino Pro IDE does not require an installer. Just extract the downloaded file to a convenient location.

### Usage

To start Arduino Pro IDE, run the executable you'll find in its installation folder:

- Windows: `Arduino Pro IDE.exe`
- Linux: `arduino-pro-ide`
- macOS: `Arduino Pro IDE.app`

**Note:** It's not possible to start Arduino Pro IDE on Linux from the file browser. Open a terminal in the Arduino Pro IDE installation folder and run the command `./arduino-pro-ide`

### Install a core to support your board
The Arduino Pro IDE does not provide pre-installed cores, so, to have board support, you have to install a core by using the menu

Tools -> Board Manager...

## User Feedback and Issue Report
Before releasing the source code we want to move out of the alpha and we want your feedback to do this! Please test the Arduino Pro IDE and report bugs or feature requests at: https://github.com/arduino/arduino-pro-ide/issues.

## Technology
The Arduino Pro IDE is based on the following technologies:

* [Arduino CLI](https://github.com/arduino/arduino-cli):
Running in daemon mode, it provides all the main Arduino features
* [Eclipse Theia](https://github.com/eclipse-theia/theia):
The frontend of the application is based on this [Open Source IDE](https://theia-ide.org/)
* [Electron](https://github.com/electron/electron):
The framework behind [Eclipse Theia](https://theia-ide.org/), allows users to use web technologies on desktop environments

If you want to know more about the people involved please look at the [Contribution list](CONTRIBUTIONS.md).

## Releases
This Repository doesn't hold source code yet. Its main use is to collect issues and keep track of them.
We regularly release new versions of the compiled tool. You can find them under "Releases"

Releases available at https://github.com/arduino/arduino-pro-ide/releases/
This repository was used to collect feedback about the alpha releases of the Arduino Pro IDE. As of March 1st, 2021 the Pro IDE became open source under the name of Arduino IDE 2.0. Its development is hosted in a new repository located at https://github.com/arduino/arduino-ide