Sunshine VS xpra

Compare Sunshine vs xpra and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Sunshine xpra
430 50
12,589 1,395
6.7% 5.5%
9.7 9.9
2 days ago 5 days ago
C++ Python
GNU General Public License v3.0 only GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Sunshine

Posts with mentions or reviews of Sunshine. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-27.
  • Show HN: A Vulkan-Video-based game streaming tool for Linux
    3 projects | news.ycombinator.com | 27 Apr 2024
    > Would the Swift UI also work on an iPad?

    Yes, but probably not for the first version.

    > Do you have any comparisons with other tools (eg steam streaming, moonlight)

    Steam streaming just doesn't really work on linux. Moonlight is somewhat similar in terms of direction, and has an established client base. I know of at least two projects to build servers for the Moonlight protocol[1][2].

    The Moonlight protocol is a bit weird, because it's an open-source reverse engineering of a dead NVIDIA project, GeForce now. There are fundamental limitations to the protocol, for example that the cursor must be rendered in-stream or simulated. Using my tool, the cursor is rendered locally, and custom cursor images can actually be pushed to the client, for a seamless experience. This sounds like a minor detail but it matters a lot for subjective latency. I'm also working on employing tricks like hierarchical coding using FEC in the protocol, because I hate VBR encoding for games (it makes text blurry and breaks immersion). Those tricks aren't really possible in Moonlight.

    All of the Linux solutions I know about have significantly higher latency compared to Magic Mirror, although I don't have numbers for exactly how much higher. (I have a benchmark to test the latency of my tool, but the others don't.) I'd encourage you to try them out and get a feel for the difference.

    Finally, I think Magic Mirror is the easiest to install and get going on the server. It has almost zero runtime library or service dependencies (there's a pesky dynamic link against libxkbcommon which I haven't managed to remove), so you don't need to mess with pipewire or docker or anything - it's completely self-contained.

    All that said, the existing tools have the advantage of a larger user and contributor base, whereas Magic Mirror is just me on a mission so far :) So they're likely to be much more stable and usable.

    [1]: https://github.com/LizardByte/Sunshine

  • Why is remote desktop slow when host monitor is off unless HDMI cable is used?
    4 projects | news.ycombinator.com | 10 Apr 2024
    RDP as a regular or quick solution is actually really decent in this respect.

    (1) https://app.lizardbyte.dev/Sunshine

  • AMD Funded a Drop-In CUDA Implementation Built on ROCm: It's Open-Source
    23 projects | news.ycombinator.com | 12 Feb 2024
  • How do I stream games from PC to Nvidia shield with an AMD card?
    1 project | /r/nvidiashield | 10 Dec 2023
  • Microsoft launches Windows App for accessing PCs in the cloud from any device
    2 projects | news.ycombinator.com | 16 Nov 2023
    Moonlight + Sunshine for a self hosted solution, works with every OS

    server: https://github.com/LizardByte/Sunshine/

    client: https://github.com/moonlight-stream

  • KDE Plasma 6.0 Is Enabling Wayland by Default
    4 projects | news.ycombinator.com | 11 Nov 2023
    You could use sunshine (https://github.com/LizardByte/Sunshine) + moonlight (https://github.com/moonlight-stream/moonlight-qt). To be honest, at least for me, it works better than most of the RDP/VNC stuff.
  • Give Moonlight a chance if you haven't tried it lately
    2 projects | /r/SteamDeck | 3 Nov 2023
    EDIT: Just checked again, original was released early 2020, current maintained project started 2022.
  • RG353VS Moonlight
    1 project | /r/ANBERNIC | 29 Oct 2023
    On your pc, install Sunshine. It's an open source moonlight server. There's a good walk through on the sunshine github page. Connect your handheld to the wifi running the server & open moonlight. Should work.
  • Introduction
    9 projects | dev.to | 28 Oct 2023
    I discovered the moonlight client and sunshine server a few months ago. These are open source solutions to provide remote gaming/desktop capabilities with built in input and audio passthrough. I tried NoMachine, but I wasn't able to get audio to work. This looks like a known issue on arch. On sunshine, I didn't have to do any extra tweaking! This allowed me to game on my desktop pc without having to sit at my desk. This was especially helpful while watching my 2nd son. I was really impressed by the performance, I could stream my host's display at high resolutions and frame rates with low latency despite my desktop being in the basement using WiFi. I was getting some instability with WiFi, so I wanted to try connecting my desktop to the router via Ethernet. I decided to go with a headless solution because that gives me more flexibility on the placement of the desktop; I ended up moving my desktop upstairs closer to my router. I figured out a way to stream my hosts display headless by using Nvidia TwinView to create the virtual display. This means I don't need to buy any HDMI/DP dummy plugs. I wrote a Linux Guide for sunshine on how to set this up. If you have any feedback on this guide, let me know! I haven't tried this, but wolf is an interesting docker alternative to sunshine.
  • Sunshine vO.21.0 released!
    1 project | /r/cloudygamer | 18 Oct 2023

xpra

Posts with mentions or reviews of xpra. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-10.
  • Why is remote desktop slow when host monitor is off unless HDMI cable is used?
    4 projects | news.ycombinator.com | 10 Apr 2024
    FWIW I had decent success with Xpra on Linux, and it's still being actively developed, e.g. the HTML5 client is considered stable now: https://github.com/Xpra-org/xpra/
  • Apache Guacamole: a clientless remote desktop gateway
    7 projects | news.ycombinator.com | 29 Mar 2024
    I use xpra for similar purposes (https://github.com/Xpra-org/xpra/)

    > Xpra is known as "screen for X" : its seamless mode allows you to run X11 programs, usually on a remote host, direct their display to your local machine, and then to disconnect from these programs and reconnect from the same or another machine(s), without losing any state. Effectively giving you remote access to individual graphical applications. It can also be used to access existing desktop sessions and start remote desktop sessions.

  • Firefox 121 defaults to Wayland on Linux
    5 projects | news.ycombinator.com | 19 Dec 2023
    I want to move to the "future", but I use several firefox profiles via xpra in combination with xdotool based hotkeys. The fluidity with which I can control my different profile windows without a mouse and with which I can switch between computers with no lag with this setup is a big reason why I have stuck with a Linux desktop, so I am sad to see those super powers go away for no perceived benefit. I have tried Wayland several times now and don't notice any performance differences, just more bugs in Wayland.

    `xdotool search` seems like it has been deemed a security issue for reasons I can't understand (if someone has hacked in to the point that they can even run such query commands, surely I'm already pwn'd). Maybe I'm oversimplifying it, but to me it's like being upset that someone who broke into your house can see the color of your curtains. The powerful feature set of X far outweighs these minor security concerns.

    And it looks like xpra is facing huge issues switching over https://github.com/Xpra-org/xpra/issues/387 :(, I have yet to be as satisfied with any other free remote desktop software (paid nomachine is close but less scriptable).

    I hope these aren't fundamental limitations of wayland, but the challenges seem steep.

  • Advice on getting a 16GB Nvidia card..
    1 project | /r/linuxquestions | 6 Dec 2023
    They all operate(d) their GPUs just fine. I'm a heavy user of VirtualGL + XPRA for remote graphics usage, which is a constant factor in my life and work. When they're not doing graphics of some sort, they're hunting pulsars in a GPU-centric compute mode.
  • FreeRDP: A Remote Desktop Protocol Implementation
    10 projects | news.ycombinator.com | 28 Sep 2023
    I've long been a huge fan of Xpra https://github.com/Xpra-org/xpra , both because of its "screen for X" original focus (though now it supports shadowing an existing session).

    There was NoMachine / nx / freenx but it always seemed to be a weird animal to me, requiring installation as a separate unix user, at least at the time.

  • Cool but Obscure X11 Apps
    7 projects | news.ycombinator.com | 13 Jul 2023
    One of my favorite bits of software is Xpra [0], "screen for X". You'd run it and it would start another X server (start apps in it with `DISPLAY=:1 xterm` or whatever), and you would "attach" it to your running X server with `xpra attach`.

    You can attach to e.g. `ssh://hostname/:1`, so I ran a firefox instance on a homelab server and attached to it from my laptop and my desktop to not have to bother keeping bookmarks, tabs etc in sync.

    [0] https://xpra.org/

  • Alternatives To X2go?
    2 projects | /r/linuxadmin | 3 Apr 2023
    I’ve used Xpra in the past to connect to a remote system for GUI stuff, but I almost exclusively use ssh because most of the time I don’t need to run a remote windowing system.
  • I want to (securely) remotely access my Pop!_OS desktop from my Pop!_OS laptop - what’s the best way to do this in 2023?
    4 projects | /r/pop_os | 29 Mar 2023
    To add to this if you need to access graphical applications of an entire desktop environment you can use Xpra or MOONLIGHT (I suggest the second one if you want to game on the remote desktop or need very low latency in general), you can use both of these through a ssh tunnel (you need to enable this and X forwarding in the config) so if you setup and allow access to ssh correctly you can also use these without too much of a hassle.
  • plasma-nm, libqca-qt5-2 and libkf5wallet-bin - but not in this order!
    1 project | /r/kdeneon | 14 Feb 2023
    Linux fernando-ipmh61r3 6.1.0-1006-oem #6-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 24 18:24:09 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux | NVIDIA-SMI 525.89.02 Driver Version: 525.89.02 CUDA Version: 12.0 | /etc/apt/sources.list:deb http://archive.ubuntu.com/ubuntu/ jammy main universe restricted multiverse /etc/apt/sources.list:deb http://archive.ubuntu.com/ubuntu/ jammy-updates main universe restricted multiverse /etc/apt/sources.list:deb http://archive.ubuntu.com/ubuntu/ jammy-backports main universe restricted multiverse /etc/apt/sources.list:deb http://security.ubuntu.com/ubuntu/ jammy-security main universe restricted multiverse /etc/apt/sources.list.d/brave-browser-release.list:deb [arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main /etc/apt/sources.list.d/cappelikan-ubuntu-ppa-jammy.list:deb http://ppa.launchpad.net/cappelikan/ppa/ubuntu/ jammy main /etc/apt/sources.list.d/librewolf.sources:Types: deb /etc/apt/sources.list.d/librewolf.sources:URIs: https://deb.librewolf.net /etc/apt/sources.list.d/librewolf.sources:Suites: jammy /etc/apt/sources.list.d/librewolf.sources:Components: main /etc/apt/sources.list.d/librewolf.sources:Architectures: amd64 /etc/apt/sources.list.d/librewolf.sources:Signed-By: /usr/share/keyrings/librewolf.gpg /etc/apt/sources.list.d/neon.list:deb http://archive.neon.kde.org/user/ jammy main /etc/apt/sources.list.d/nicotine-team-ubuntu-stable-jammy.list:deb http://ppa.launchpad.net/nicotine-team/stable/ubuntu/ jammy main /etc/apt/sources.list.d/obsproject-ubuntu-obs-studio-jammy.list:deb http://ppa.launchpad.net/obsproject/obs-studio/ubuntu/ jammy main /etc/apt/sources.list.d/openjdk-r-ubuntu-ppa-jammy.list:deb http://ppa.launchpad.net/openjdk-r/ppa/ubuntu/ jammy main /etc/apt/sources.list.d/org.kde.neon.net.launchpad.ppa.mozillateam.list:deb https://ppa.launchpadcontent.net/mozillateam/ppa/ubuntu/ jammy main /etc/apt/sources.list.d/winehq-jammy.sources:Types: deb /etc/apt/sources.list.d/winehq-jammy.sources:URIs: https://dl.winehq.org/wine-builds/ubuntu /etc/apt/sources.list.d/winehq-jammy.sources:Suites: jammy /etc/apt/sources.list.d/winehq-jammy.sources:Components: main /etc/apt/sources.list.d/winehq-jammy.sources:Architectures: amd64 i386 /etc/apt/sources.list.d/winehq-jammy.sources:Signed-By: /etc/apt/keyrings/winehq-archive.key /etc/apt/sources.list.d/xpra.sources:Types: deb /etc/apt/sources.list.d/xpra.sources:URIs: https://xpra.org /etc/apt/sources.list.d/xpra.sources:Suites: jammy /etc/apt/sources.list.d/xpra.sources:Components: main /etc/apt/sources.list.d/xpra.sources:Signed-By: /usr/share/keyrings/xpra.asc
  • Looking for an application that allows VNC sharing in windows for a single application
    3 projects | /r/software | 2 Jan 2023

What are some alternatives?

When comparing Sunshine and xpra you can also consider the following projects:

rustdesk - An open-source remote desktop, and alternative to TeamViewer.

xrdp - xrdp: an open source RDP server

openstream-server

vita-moonlight - NVIDIA Gamestream client for PlayStation Vita, based on moonlight-embedded

ssh-rdp - Real display ssh based remote desktop

parsec - A monadic parser combinator library

FreeRDP - FreeRDP is a free remote desktop protocol library and clients

switch-remote-play - Let the switch remotely play PC games (similar to steam link or remote play)

Sunshine - Sunshine is a Gamestream host for Moonlight. [Moved to: https://github.com/LizardByte/Sunshine]

nvidia-patch - This patch removes restriction on maximum number of simultaneous NVENC video encoding sessions imposed by Nvidia to consumer-grade GPUs.

mRemoteNG - mRemoteNG is the next generation of mRemote, open source, tabbed, multi-protocol, remote connections manager.