nymea:app
The typical use case for nymea:app is to be installed on the mobile device of the users along with additional installations on laptops, desktop PCs and wall mounted or centrally placed touch screens to interact with the system.
Smartphones and tablets
nymea:app can be found in the Google Play store for Android, on the iTunes store for iOS and on the Open Store for the Ubuntu phone.
Minimum system requirements:
- iOS 11 or greater
- Android 5.0 or greater
- Ubuntu Phone framework 16.04 or greater
Laptops and Desktops
nymea:app can be found in the macOS app store. For Windows we offer an offline installer from our downloads section. For Linux users, please user our apt-repository (See below).
Minimum system requirements:
- Windows 10 or greater
- macOS 10.13 or greater
- Ubuntu 18.04/Debian 10 or greater
Please note that installing the app from the downloads section will require to manually redownload to update to newer versions. At this point we are not providing a package for the Windows app store.
Embedded devices and manual setups
nymea:app can also be installed from the same package repository as nymea:core.
Currently, these versions are officially supported:
Debian:
- Debian 11 (“bullseye”)
- Debian 12 (“bookworm”)
Ubuntu:
- Ubuntu 20.04 (“focal”)
- Ubuntu 22.04 (“jammy”)
- Ubuntu 23.10 (“mantic”)
- Ubuntu 24.04 (“noble”)
For each of the repositories the following architectures are provided:
- amd64
- armhf
- arm64
- riscv64
To enable the repository, create a file named /etc/apt/sources.list.d/nymea.list
using the following command:
echo "deb http://repository.nymea.io $(lsb_release -s -c) main" | sudo tee /etc/apt/sources.list.d/nymea.list
The packages in the nymea repository are signed with nymeas GPG key which can be imported by running:
sudo wget -O /etc/apt/trusted.gpg.d/nymea.gpg https://repository.nymea.io/nymea.gpg
Optionally, the keys fingerprint can be verified with:
gpg --show-keys --with-fingerprint /etc/apt/trusted.gpg.d/nymea.gpg
pub rsa4096 2016-04-08 [SC]
B1C8 9C2A E70D 2FC8 27DF 0BFF 457A 6EE4 A1A1 9ED6
uid nymea GmbH <developer@nymea.io>
sub rsa4096 2016-04-08 [E]
sub rsa4096 2016-04-08 [S]
Once done so, nymea:core can be installed using apt-get:
sudo apt-get update
sudo apt-get install nymea nymea-plugins
Once done so, nymea:app can be installed using apt-get:
sudo apt-get update
sudo apt-get install nymea-app
Once this command completes, nymea:app should be installed and ready to use from the applications menu.
Joining the beta tests
Note: Running experimental or testing builds of nymea is not recommended for users expecting a stable setup.
In order to help with testing pre-releases of nymea or give early feedback on features which are still in development, it is possible to join the beta program for nymea:app.
- For Android, join the Beta in the Google Play store
- For iOS, join the TestFlight builds
- For snaps, use the edge channel
- For other platforms, find beta builds on the downloads server