Self-hosted game stream host for Moonlight.
Go to file
2024-06-16 14:20:37 -04:00
.github build(deps): bump LizardByte/create-release-action from 2024.611.132610 to 2024.614.221009 (#2693) 2024-06-15 00:03:28 +00:00
cmake feat(input/linux): add support for more virtual input devices (#2606) 2024-06-16 00:21:18 +00:00
docker build: optionally static link boost (#2628) 2024-06-14 21:37:46 +00:00
docs New Crowdin updates (#2703) 2024-06-16 14:20:37 -04:00
gh-pages-template ci: use prerelease logic (#2553) 2024-05-23 21:42:06 -04:00
packaging fix(linux): simplify default sunshine.service (#2691) 2024-06-14 23:13:34 +00:00
scripts build(deps): bump babel from 2.14.0 to 2.15.0 (#2504) 2024-05-14 11:11:56 -04:00
src New Crowdin updates (#2703) 2024-06-16 14:20:37 -04:00
src_assets New Crowdin updates (#2703) 2024-06-16 14:20:37 -04:00
tests feat(input/linux): add support for more virtual input devices (#2606) 2024-06-16 00:21:18 +00:00
third-party feat(input/linux): add support for more virtual input devices (#2606) 2024-06-16 00:21:18 +00:00
tools Use C++20. (#2322) 2024-04-26 15:49:15 -04:00
.clang-format docs: improvements to source code documentation (#1236) 2023-05-07 15:01:44 -04:00
.codeql-prebuild-cpp-Linux.sh build: optionally static link boost (#2628) 2024-06-14 21:37:46 +00:00
.codeql-prebuild-cpp-macOS.sh build: optionally static link boost (#2628) 2024-06-14 21:37:46 +00:00
.codeql-prebuild-cpp-Windows.sh build: optionally static link boost (#2628) 2024-06-14 21:37:46 +00:00
.dockerignore build: fix ubuntu 24.04 deps (#2374) 2024-04-05 21:45:15 -04:00
.flake8 ci: update global python (#397) 2022-10-10 12:49:59 -04:00
.gitattributes Fix(linux/fedora39) patch system headers so build succeeds with cuda (#2253) 2024-03-13 18:05:45 -04:00
.gitignore refactor(ui): break down config.html into smaller pieces (#2491) 2024-05-13 13:08:13 -04:00
.gitmodules feat(input/linux): add support for more virtual input devices (#2606) 2024-06-16 00:21:18 +00:00
.prettierrc.json Fixed Formatting of HTML pages, added Prettier Support 2021-08-17 19:12:15 +02:00
.readthedocs.yaml build(deps): use submodules for wayland protocols (#1731) 2023-10-10 16:13:52 -04:00
.rstcheck.cfg Documentation Update: Add linux ssh guide (#1527) 2023-09-14 13:42:35 -04:00
CMakeLists.txt ci: use prerelease logic (#2553) 2024-05-23 21:42:06 -04:00
codecov.yml ci: use prerelease logic (#2553) 2024-05-23 21:42:06 -04:00
crowdin.yml feat(i18n): add ui localization (#2279) 2024-03-22 19:54:12 -04:00
DOCKER_README.md ci: use prerelease logic (#2553) 2024-05-23 21:42:06 -04:00
LICENSE Create LICENSE 2020-02-09 22:54:06 +01:00
NOTICE NOTICE file added with Steam trademarks notice 2022-02-03 22:15:13 +01:00
package.json build(deps): bump vue from 3.4.27 to 3.4.29 (#2695) 2024-06-15 01:02:35 +00:00
README.rst docs(readme): update winget badge query (#2698) 2024-06-15 03:01:08 +00:00
sunshine.icns feat: basic OSX .app generation 2022-04-30 10:24:59 +01:00
sunshine.ico Update sunshine.ico 2022-03-15 22:30:01 -04:00
sunshine.png Remove white background from png logo 2022-04-28 18:20:53 -04:00
sunshine.svg add tray icon (#1035) 2023-03-15 16:30:18 -04:00
toolchain-mingw64.cmake Get it to compile for windows in debug mode 2020-01-03 20:25:21 +01:00
vite.config.js build(macos)!: add homebrew formula and drop dmg (#2222) 2024-03-09 10:47:55 -05:00

Overview
========
LizardByte has the full documentation hosted on `Read the Docs <https://sunshinestream.readthedocs.io/>`__.

About
-----
Sunshine is a self-hosted game stream host for Moonlight.
Offering low latency, cloud gaming server capabilities with support for AMD, Intel, and Nvidia GPUs for hardware
encoding. Software encoding is also available. You can connect to Sunshine from any Moonlight client on a variety of
devices. A web UI is provided to allow configuration, and client pairing, from your favorite web browser. Pair from
the local server or any mobile device.

System Requirements
-------------------

.. warning:: This table is a work in progress. Do not purchase hardware based on this.

**Minimum Requirements**

.. csv-table::
   :widths: 15, 60

   "GPU", "AMD: VCE 1.0 or higher, see: `obs-amd hardware support <https://github.com/obsproject/obs-amd-encoder/wiki/Hardware-Support>`_"
   "", "Intel: VAAPI-compatible, see: `VAAPI hardware support <https://www.intel.com/content/www/us/en/developer/articles/technical/linuxmedia-vaapi.html>`_"
   "", "Nvidia: NVENC enabled cards, see: `nvenc support matrix <https://developer.nvidia.com/video-encode-and-decode-gpu-support-matrix-new>`_"
   "CPU", "AMD: Ryzen 3 or higher"
   "", "Intel: Core i3 or higher"
   "RAM", "4GB or more"
   "OS", "Windows: 10+ (Windows Server does not support virtual gamepads)"
   "", "macOS: 12+"
   "", "Linux/Debian: 11 (bullseye)"
   "", "Linux/Fedora: 39+"
   "", "Linux/Ubuntu: 22.04+ (jammy)"
   "Network", "Host: 5GHz, 802.11ac"
   "", "Client: 5GHz, 802.11ac"

**4k Suggestions**

.. csv-table::
   :widths: 15, 60

   "GPU", "AMD: Video Coding Engine 3.1 or higher"
   "", "Intel: HD Graphics 510 or higher"
   "", "Nvidia: GeForce GTX 1080 or higher"
   "CPU", "AMD: Ryzen 5 or higher"
   "", "Intel: Core i5 or higher"
   "Network", "Host: CAT5e ethernet or better"
   "", "Client: CAT5e ethernet or better"

**HDR Suggestions**

.. csv-table::
   :widths: 15, 60

   "GPU", "AMD: Video Coding Engine 3.4 or higher"
   "", "Intel: UHD Graphics 730 or higher"
   "", "Nvidia: Pascal-based GPU (GTX 10-series) or higher"
   "CPU", "AMD: todo"
   "", "Intel: todo"
   "Network", "Host: CAT5e ethernet or better"
   "", "Client: CAT5e ethernet or better"

Integrations
------------

.. image:: https://img.shields.io/github/actions/workflow/status/lizardbyte/sunshine/CI.yml.svg?branch=master&label=CI%20build&logo=github&style=for-the-badge
   :alt: GitHub Workflow Status (CI)
   :target: https://github.com/LizardByte/Sunshine/actions/workflows/CI.yml?query=branch%3Amaster

.. image:: https://img.shields.io/github/actions/workflow/status/lizardbyte/sunshine/localize.yml.svg?branch=master&label=localize%20build&logo=github&style=for-the-badge
   :alt: GitHub Workflow Status (localize)
   :target: https://github.com/LizardByte/Sunshine/actions/workflows/localize.yml?query=branch%3Amaster

.. image:: https://img.shields.io/readthedocs/sunshinestream.svg?label=Docs&style=for-the-badge&logo=readthedocs
   :alt: Read the Docs
   :target: http://sunshinestream.readthedocs.io/

.. image:: https://img.shields.io/codecov/c/gh/LizardByte/Sunshine?token=SMGXQ5NVMJ&style=for-the-badge&logo=codecov&label=codecov
   :alt: Codecov
   :target: https://codecov.io/gh/LizardByte/Sunshine

Support
-------

Our support methods are listed in our
`LizardByte Docs <https://lizardbyte.readthedocs.io/en/latest/about/support.html>`__.

Downloads
---------

.. image:: https://img.shields.io/github/downloads/lizardbyte/sunshine/total.svg?style=for-the-badge&logo=github
   :alt: GitHub Releases
   :target: https://github.com/LizardByte/Sunshine/releases/latest

.. image:: https://img.shields.io/docker/pulls/lizardbyte/sunshine.svg?style=for-the-badge&logo=docker
   :alt: Docker
   :target: https://hub.docker.com/r/lizardbyte/sunshine

.. image:: https://img.shields.io/badge/dynamic/json.svg?color=orange&label=Winget&style=for-the-badge&prefix=v&query=$[-1:].name&url=https%3A%2F%2Fapi.github.com%2Frepos%2Fmicrosoft%2Fwinget-pkgs%2Fcontents%2Fmanifests%2Fl%2FLizardByte%2FSunshine&logo=microsoft
   :alt: Winget Version
   :target: https://github.com/microsoft/winget-pkgs/tree/master/manifests/l/LizardByte/Sunshine

Stats
------
.. image:: https://img.shields.io/github/stars/lizardbyte/sunshine.svg?logo=github&style=for-the-badge
   :alt: GitHub stars
   :target: https://github.com/LizardByte/Sunshine