mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-06-06 12:16:33 +00:00
Arduino IDE PoC
Beware: This is very much work-in-progress. Things can and probably will be broken, even on master.
This repo contains a proof-of-concept for an Arduino IDE based on Theia. It's built on top of a fork of the arduino-cli that sports a gRPC interface.
How to try (offline)
git clone https://github.com/bcmi-labs/arduino-editor
cd arduino-poc
yarn
yarn --cwd arduino-ide-electron start
Arduino-PoC Electron Application
- The project is built on Azure DevOps.
- The configured pipelines are available here.
- Currently, we build for Windows, macOS, and Linux. If you want to download the Arduino-PoC Electron application, follow the steps from below.
- Click here more details on the CI/CD, the GitHub release, and the build process in general.
Description
Languages
TypeScript
51.5%
JavaScript
46.6%
CSS
1.7%
HTML
0.2%