Particle Dev is a professional, open source, hackable IDE, designed for use with the Particle devices.
Download and install the latest Particle Dev App
To install Particle Dev package you'll need following dependencies:
- XCode (you need to run it first finish installation)
-
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 following packages:
After installation of particle-dev
package, restart Atom. If you see a red bug icon in status bar, click it, then click Rebuild Modules
button and Restart Atom
again.
See our documentation to learn about how to use Particle Dev for software development.