---
title: Install node-red-rpi on Linux | Snap Store
description: Get the latest version of node-red-rpi for Linux - Low-code programming
  for event-driven applications
url: https://snapcraft.io/node-red-rpi
---

# node-red-rpi

[Oliver Grawert (ogra)](https://snapcraft.io/publisher/ogra "View all snaps from Oliver Grawert (ogra)")

* [Oliver Grawert (ogra)](https://snapcraft.io/publisher/ogra "View all snaps from Oliver Grawert (ogra)")

latest/stable 1.0.6

Install latest/stable of node-red-rpi

This channel hasn't been updated in a while. It might be unmaintained and have stability or security issues.

---

**Install using the command line**

```
sudo snap install node-red-rpi
```

Don't have snapd? [Get set up for snaps](https://snapcraft.io/docs/installing-snapd).

---

### Package name

* node-red-rpi

---

### License

* Apache-2.0

---

### Last updated

* 21 June 2020 - latest/stable
* 23 July 2020 - latest/edge

This snap hasn't been updated in a while. It might be unmaintained and have stability or security issues.

---

### Websites

* [github.com/ogra1/nodered-snap](https://github.com/ogra1/nodered-snap "https://github.com/ogra1/nodered-snap")

---

### Contact

* [github.com/ogra1/nodered-snap/issues](https://github.com/ogra1/nodered-snap/issues "https://github.com/ogra1/nodered-snap/issues")

---

##### Report a Snap Store violation

* [Report this Snap](https://snapcraft.io/node-red-rpi#report-snap-modal)

---

* [Description](https://snapcraft.io/node-red-rpi#tab-description)
* [Security](https://snapcraft.io/node-red-rpi#tab-security)

#### Low-code programming for event-driven applications

Node-RED is a flow based programming application for wiring together
hardware devices, APIs and online services in new and interesting ways.
For more information see <http://nodered.org>

This snap is based on <https://github.com/node-red> but has additional
Raspberry Pi specific sensor libraries and a toolchain included.

Node-RED listens by default on port 1880 after installation.

You will have to connect all the required snap interfaces for hardware
your flows will use.

The snap does come with the palette editor enabled and ships the gcc
toolchain as well as a bunch of development libraries so that npm can
dynamically compile nodes where required when you add them via the
palette editor.

To see all connected and available connections please run

```
   sudo snap connections node-red-rpi
```

To connect i.e. a GPIO interface (GPIO 14 here) you do

```
   sudo snap connect node-red-rpi:gpio pi:bcm-gpio-14
   sudo snap connect node-red-rpi:gpio-memory-control
```

Similar for i2c

```
   sudo snap connect node-red-rpi:i2c pi:i2c-1
```

When the snap is running you can view the Node-RED log using

```
   journalctl -f -u snap.node-red-rpi*
```

You can also stop and restart the application by

```
   snap restart node-red-rpi

   snap disable node-red-rpi
   snap enable node-red-rpi
```

The settings.js and flows.json files are located in
the `/root/snap/node-red-rpi/current/` directory.

---

## Install node-red-rpi on your Linux distribution

Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the [installing snapd documentation](https://snapcraft.io/docs/installing-snapd).

[### Arch Linux](https://snapcraft.io/install/node-red-rpi/arch)

[### CentOS](https://snapcraft.io/install/node-red-rpi/centos)

[### Debian](https://snapcraft.io/install/node-red-rpi/debian)

[### elementary OS](https://snapcraft.io/install/node-red-rpi/elementary)

[### Fedora](https://snapcraft.io/install/node-red-rpi/fedora)

[### KDE Neon](https://snapcraft.io/install/node-red-rpi/kde-neon)

[### Kubuntu](https://snapcraft.io/install/node-red-rpi/kubuntu)

[### Manjaro](https://snapcraft.io/install/node-red-rpi/manjaro)

[### Pop!\_OS](https://snapcraft.io/install/node-red-rpi/pop)

[### openSUSE](https://snapcraft.io/install/node-red-rpi/opensuse)

[### Red Hat Enterprise Linux](https://snapcraft.io/install/node-red-rpi/rhel)

[### Ubuntu](https://snapcraft.io/install/node-red-rpi/ubuntu)

[### Raspberry Pi](https://snapcraft.io/install/node-red-rpi/raspbian)
