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

Commit bc05aa9

Browse files
author
Roberto Sora
authored
Update README.md (#449)
1 parent 8c86fce commit bc05aa9

File tree

1 file changed

+1
-79
lines changed

1 file changed

+1
-79
lines changed

README.md

+1-79
Original file line numberDiff line numberDiff line change
@@ -1,79 +1 @@
1-
# Arduino Pro IDE
2-
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).
3-
4-
*This repo is a preview of the final product and has to be considered as an unstable alpha version.*
5-
6-
## Idea
7-
The Arduino Pro IDE is a completely new Development Environment for Arduino Programming based on more modern technologies.
8-
9-
## Getting Started
10-
11-
### Download
12-
13-
#### Release builds
14-
15-
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.
16-
*<b>Note</b>: This is not a production release!*
17-
18-
#### Nightly builds
19-
20-
These builds are generated every day at 03:00 GMT from the `master` branch of the (currently private) source repository and
21-
should be considered unstable. In order to get the latest nightly build
22-
available for the supported platform, use the following links:
23-
24-
Platform | 32 bit | 64 bit |
25-
----------- | :------------------------: | :------------------------: |
26-
**Linux** | Not available yet | [Nightly Linux 64 bit] |
27-
**Windows** | Not available yet | [Nightly Windows 64 bit] |
28-
**macOS** | Not available yet | [Nightly macOS 64 bit] |
29-
30-
[Nightly Linux 64 bit]: https://downloads.arduino.cc/arduino-pro-ide/nightly/arduino-pro-ide_nightly-latest_Linux_64bit.zip
31-
[Nightly Windows 64 bit]: https://downloads.arduino.cc/arduino-pro-ide/nightly/arduino-pro-ide_nightly-latest_Windows_64bit.zip
32-
[Nightly macOS 64 bit]: https://downloads.arduino.cc/arduino-pro-ide/nightly/arduino-pro-ide_nightly-latest_macOS_64bit.dmg
33-
34-
> **Note:** These links return an HTTP `302: Found` response, redirecting to latest
35-
generated builds by replacing `latest` with the latest available build
36-
date, using the format YYYYMMDD (i.e for 2019/Aug/06 `latest` is
37-
replaced with `20190806`)
38-
39-
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.
40-
41-
### Install
42-
43-
Arduino Pro IDE does not require an installer. Just extract the downloaded file to a convenient location.
44-
45-
### Usage
46-
47-
To start Arduino Pro IDE, run the executable you'll find in its installation folder:
48-
49-
- Windows: `Arduino Pro IDE.exe`
50-
- Linux: `arduino-pro-ide`
51-
- macOS: `Arduino Pro IDE.app`
52-
53-
**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`
54-
55-
### Install a core to support your board
56-
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
57-
58-
Tools -> Board Manager...
59-
60-
## User Feedback and Issue Report
61-
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.
62-
63-
## Technology
64-
The Arduino Pro IDE is based on the following technologies:
65-
66-
* [Arduino CLI](https://github.com/arduino/arduino-cli):
67-
Running in daemon mode, it provides all the main Arduino features
68-
* [Eclipse Theia](https://github.com/eclipse-theia/theia):
69-
The frontend of the application is based on this [Open Source IDE](https://theia-ide.org/)
70-
* [Electron](https://github.com/electron/electron):
71-
The framework behind [Eclipse Theia](https://theia-ide.org/), allows users to use web technologies on desktop environments
72-
73-
If you want to know more about the people involved please look at the [Contribution list](CONTRIBUTIONS.md).
74-
75-
## Releases
76-
This Repository doesn't hold source code yet. Its main use is to collect issues and keep track of them.
77-
We regularly release new versions of the compiled tool. You can find them under "Releases"
78-
79-
Releases available at https://github.com/arduino/arduino-pro-ide/releases/
1+
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

0 commit comments

Comments
 (0)