Self-hosted game stream host for Moonlight.
Go to file
2024-04-22 14:16:26 -04:00
.github ci(codecov): skip search (#2430) 2024-04-20 11:36:40 -04:00
cmake feat(macos/capture): support for capture display other than main display (#2449) 2024-04-22 14:16:26 -04:00
docker build(linux): fix ubuntu 24.04 build (#2402) 2024-04-10 19:59:11 -04:00
docs feat(macos/capture): support for capture display other than main display (#2449) 2024-04-22 14:16:26 -04:00
gh-pages-template
packaging build(deps): bump packaging/linux/flatpak/deps/shared-modules from d022995 to ec91811 (#2428) 2024-04-19 17:26:14 -04:00
scripts New Crowdin updates (#2392) 2024-04-20 16:38:27 -04:00
src feat(macos/capture): support for capture display other than main display (#2449) 2024-04-22 14:16:26 -04:00
src_assets feat(macos/capture): support for capture display other than main display (#2449) 2024-04-22 14:16:26 -04:00
tests fix(logging): add logging namespace and create logging::init method (#2336) 2024-04-02 20:57:57 -04:00
third-party build(deps): bump third-party/wayland-protocols from 46f201b to 08d1c72 (#2443) 2024-04-19 19:33:17 -04:00
tools Quote the path to sunshinesvc.exe when launching the termination helper (#2379) 2024-04-06 19:21:03 -04:00
.clang-format
.codeql-prebuild-cpp-Linux.sh ci: fix codeql prebuild steps for unix OSes (#2431) 2024-04-16 23:00:10 -04:00
.codeql-prebuild-cpp-macOS.sh ci: fix codeql prebuild steps for unix OSes (#2431) 2024-04-16 23:00:10 -04:00
.codeql-prebuild-cpp-Windows.sh ci: fix codeql prebuild steps for unix OSes (#2431) 2024-04-16 23:00:10 -04:00
.dockerignore build: fix ubuntu 24.04 deps (#2374) 2024-04-05 21:45:15 -04:00
.flake8
.gitattributes Fix(linux/fedora39) patch system headers so build succeeds with cuda (#2253) 2024-03-13 18:05:45 -04:00
.gitignore chore: repo updates (#2416) 2024-04-20 12:49:15 -04:00
.gitmodules ci(tests): add test framework (#1603) 2024-03-24 19:52:24 -04:00
.prettierrc.json
.readthedocs.yaml
.rstcheck.cfg
CHANGELOG.md Bump version to v0.23.1 (#2452) 2024-04-20 20:20:09 -04:00
CMakeLists.txt Bump version to v0.23.1 (#2452) 2024-04-20 20:20:09 -04:00
codecov.yml ci: fix coverage ignore directories (#2420) 2024-04-14 13:38:01 -04:00
crowdin.yml feat(i18n): add ui localization (#2279) 2024-03-22 19:54:12 -04:00
DOCKER_README.md docs(docker): add podman notes (#2035) 2024-01-18 21:53:33 -05:00
LICENSE
NOTICE
package.json build(deps): bump vue from 3.4.5 to 3.4.23 (#2434) 2024-04-19 23:05:44 -04:00
README.rst build(linux)!: drop ubuntu 20.04 (#2327) 2024-04-03 22:52:37 -04:00
sunshine.icns
sunshine.ico
sunshine.png
sunshine.svg
toolchain-mingw64.cmake
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: 38+"
   "", "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=nightly&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%3Anightly

.. 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/xml.svg?color=orange&label=Winget&style=for-the-badge&prefix=v&query=%2F%2Ftr%5B%40id%3D%27winget%27%5D%2Ftd%5B3%5D%2Fspan%2Fa&url=https%3A%2F%2Frepology.org%2Fproject%2Fsunshine%2Fversions&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