Particle Dev is a professional, open source, hackable IDE, designed for use with the Particle devices.
Download and install the latest Particle Dev App for your operating system.
To get the latest, bleeding edge updates install Particle Dev packages. You'll need following dependencies:
Install all the required tools and configurations using Microsoft's windows-build-tools using npm install --global --production --add-python-to-path windows-build-tools
from an elevated PowerShell or CMD.exe (run as Administrator).
- Xcode
- You also need to install the
Command Line Tools
via Xcode. You can find this under the menuXcode -> Preferences -> Downloads
- This step will install
gcc
and the related toolchain containingmake
- You also need to install the
-
Build dependencies:
Ubuntu / Debian
$ sudo apt-get install build-essential
Fedora / CentOS / RHEL
$ sudo dnf --assumeyes install make gcc gcc-c++ glibc-devel
Arch
$ sudo pacman -S --needed gconf base-devel
openSUSE
$ sudo zypper install make gcc gcc-c++ glibc-devel
Install particle-dev-complete meta package. After this it will ask you to install dependencies.
See our documentation to learn about how to use Particle Dev for software development.