This package provides:
This package consumes:
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).
Command Line Tools via Xcode. You can find this under the menu Xcode -> Preferences -> Downloadsgcc and the related toolchain containing makeBuild 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.