2022-04-18 18:53:28 +00:00
|
|
|
:github_url: https://github.com/SunshineStream/Sunshine/tree/nightly/docs/source/about/installation.rst
|
|
|
|
|
|
|
|
Installation
|
|
|
|
============
|
|
|
|
The recommended method for running Sunshine is to use the `binaries`_ bundled with the `latest release`_.
|
|
|
|
|
|
|
|
Binaries
|
|
|
|
--------
|
|
|
|
Binaries of Sunshine are created for each release. They are available for Linux, and Windows.
|
|
|
|
Binaries can be found in the `latest release`_.
|
|
|
|
|
|
|
|
.. Todo:: Create binary package(s) for MacOS. See `here <https://github.com/SunshineStream/Sunshine/issues/61>`_.
|
|
|
|
|
|
|
|
.. Tip:: Some third party packages also exist. See
|
|
|
|
:ref:`Third Party Packages <about/third_party_packages:third party packages>`.
|
|
|
|
|
|
|
|
Docker
|
|
|
|
------
|
|
|
|
.. Todo:: Docker images of Sunshine are planned to be included in the future.
|
|
|
|
They will be available on `Dockerhub.io`_ and `ghcr.io`_.
|
|
|
|
|
|
|
|
Linux
|
|
|
|
-----
|
|
|
|
|
|
|
|
AppImage
|
|
|
|
^^^^^^^^
|
2022-04-18 20:21:05 +00:00
|
|
|
.. image:: https://img.shields.io/github/issues/sunshinestream/sunshine/pkg:appimage?logo=github&style=for-the-badge
|
2022-04-18 18:53:28 +00:00
|
|
|
:alt: GitHub issues by-label
|
|
|
|
|
2022-04-30 22:22:17 +00:00
|
|
|
The current compatibility of the AppImage is shown below.
|
|
|
|
|
|
|
|
- [✖] Debian oldstable (buster)
|
|
|
|
- [✔] Debian stable (bullseye)
|
|
|
|
- [✔] Debian testing (bookworm)
|
|
|
|
- [✔] Debian unstable (sid)
|
|
|
|
- [✔] Ubuntu jammy
|
|
|
|
- [✔] Ubuntu impish
|
|
|
|
- [✔] Ubuntu focal
|
|
|
|
- [✖] Ubuntu bionic
|
|
|
|
- [✖] Ubuntu xenial
|
|
|
|
- [✖] Ubuntu trusty
|
|
|
|
- [✖] CentOS 7
|
|
|
|
|
|
|
|
|
2022-04-18 18:53:28 +00:00
|
|
|
#. Download and extract `sunshine-appimage.zip`
|
|
|
|
|
|
|
|
Debian Packages
|
|
|
|
^^^^^^^^^^^^^^^
|
2022-04-18 20:21:05 +00:00
|
|
|
.. image:: https://img.shields.io/github/issues/sunshinestream/sunshine/os:linux:debian?logo=github&style=for-the-badge
|
2022-04-18 18:53:28 +00:00
|
|
|
:alt: GitHub issues by-label
|
|
|
|
|
|
|
|
#. Download the corresponding `.deb` file, e.g. ``sunshine-ubuntu_20_04.deb``
|
|
|
|
#. ``sudo apt install -f <downloaded deb file>``, e.g. ``sudo apt install -f ./sunshine-ubuntu_20_04.deb``
|
|
|
|
|
|
|
|
Red Hat Packages
|
|
|
|
^^^^^^^^^^^^^^^^
|
2022-04-18 20:21:05 +00:00
|
|
|
.. image:: https://img.shields.io/github/issues/sunshinestream/sunshine/os:linux:fedora?logo=github&style=for-the-badge
|
2022-04-18 18:53:28 +00:00
|
|
|
:alt: GitHub issues by-label
|
|
|
|
|
|
|
|
#. Download the corresponding `.rpm` file, e.g. ``sunshine-fedora_35.rpm``
|
2022-04-20 00:38:06 +00:00
|
|
|
#. ``sudo dnf install <downloaded rpm file>``, e.g. ``sudo dnf install ./sunshine-fedora_35.rpm``
|
2022-04-18 18:53:28 +00:00
|
|
|
|
2022-04-18 20:05:17 +00:00
|
|
|
.. Hint:: If this is the first time installing.
|
2022-04-18 18:53:28 +00:00
|
|
|
|
|
|
|
.. code-block:: bash
|
|
|
|
|
|
|
|
sudo usermod -a -G input $USER
|
|
|
|
sudo reboot now
|
|
|
|
|
|
|
|
.. Tip:: Optionally, run Sunshine in the background.
|
|
|
|
|
|
|
|
.. code-block:: bash
|
|
|
|
|
|
|
|
systemctl --user start sunshine
|
|
|
|
|
|
|
|
MacOS
|
|
|
|
-----
|
2022-04-18 20:21:05 +00:00
|
|
|
.. image:: https://img.shields.io/github/issues/sunshinestream/sunshine/os:macos?logo=github&style=for-the-badge
|
2022-04-18 18:53:28 +00:00
|
|
|
:alt: GitHub issues by-label
|
|
|
|
|
2022-04-30 23:20:16 +00:00
|
|
|
Disk Image File option:
|
|
|
|
#. Download and install ``sunshine.dmg``
|
|
|
|
|
2022-05-06 01:05:57 +00:00
|
|
|
.. Warning:: The Disk Image File is experimental. Limited support will be provided.
|
|
|
|
|
2022-04-30 23:20:16 +00:00
|
|
|
Portfile option:
|
|
|
|
#. Install `MacPorts <https://www.macports.org>`_
|
2022-05-06 01:05:57 +00:00
|
|
|
#. Download the ``Portfile`` to ``/tmp``
|
2022-04-30 23:20:16 +00:00
|
|
|
#. In a terminal run ``cd /tmp && sudo port install``
|
|
|
|
#. The first time you start Sunshine, you will be asked to grant access to screen recording and your microphone.
|
2022-04-18 18:53:28 +00:00
|
|
|
|
2022-05-06 01:05:57 +00:00
|
|
|
Standalone option:
|
|
|
|
#. Download and extract ``sunshine-macos.zip``
|
|
|
|
|
|
|
|
.. Warning:: The Standalone package is experimental. Limited support will be provided.
|
|
|
|
|
2022-04-18 18:53:28 +00:00
|
|
|
Windows
|
|
|
|
-------
|
2022-04-18 20:21:05 +00:00
|
|
|
.. image:: https://img.shields.io/github/issues/sunshinestream/sunshine/os:windows:10?logo=github&style=for-the-badge
|
2022-04-18 18:53:28 +00:00
|
|
|
:alt: GitHub issues by-label
|
|
|
|
|
2022-04-18 20:21:05 +00:00
|
|
|
.. image:: https://img.shields.io/github/issues/sunshinestream/sunshine/os:windows:11?logo=github&style=for-the-badge
|
2022-04-18 18:53:28 +00:00
|
|
|
:alt: GitHub issues by-label
|
|
|
|
|
2022-04-30 23:20:16 +00:00
|
|
|
Installed option:
|
|
|
|
#. Download and install ``sunshine-windows.exe``
|
|
|
|
|
|
|
|
Standalone option:
|
|
|
|
#. Download and extract ``sunshine-windows.zip``
|
2022-04-18 18:53:28 +00:00
|
|
|
|
|
|
|
.. _latest release: https://github.com/SunshineStream/Sunshine/releases/latest
|
|
|
|
.. _Dockerhub.io: https://hub.docker.com/repository/docker/sunshinestream/sunshine
|
|
|
|
.. _ghcr.io: https://github.com/orgs/SunshineStream/packages?repo_name=sunshine
|