Skip to content
Cameron Gutman edited this page Jul 26, 2021 · 17 revisions

Raspbian/OSMC

Packages are available for the Debian based distro Raspbian.

NOTE: The Raspbian package repository has changed. To receive further updates, you must follow the commands below to add the new Cloudsmith repository and update the package.

Hosted By: Cloudsmith

Run this command to install the APT repository:

curl -1sLf 'https://dl.cloudsmith.io/public/moonlight-game-streaming/moonlight-embedded/setup.deb.sh' | sudo -E bash

Install the package using

sudo apt install moonlight-embedded

Update the package using

sudo apt update
sudo apt upgrade

ArchLinux

Source package for ArchLinux is available in AUR

Prebuilt binary packages for ArchLinux ARM (armv6h/armv7h) are available, add those lines to you /etc/pacman.conf

[moonlight]
Server = http://archive.itimmer.nl/archlinux/$repo/os/$arch

Fetch and install the GPG key

wget http://archive.itimmer.nl/itimmer.gpg
sudo pacman-key --add itimmer.gpg

Install package using the following command

pacman -Sy moonlight-embedded
Clone this wiki locally