Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/unknownskl/greenlight
Greenlight is an open-source client for xCloud and Xbox home streaming made in Typescript.
https://github.com/unknownskl/greenlight
streaming xbox xcloud
Last synced: 3 days ago
JSON representation
Greenlight is an open-source client for xCloud and Xbox home streaming made in Typescript.
- Host: GitHub
- URL: https://github.com/unknownskl/greenlight
- Owner: unknownskl
- License: mit
- Created: 2021-07-16T20:11:24.000Z (over 3 years ago)
- Default Branch: main-v2
- Last Pushed: 2025-01-13T13:09:03.000Z (6 days ago)
- Last Synced: 2025-01-14T18:09:28.265Z (5 days ago)
- Topics: streaming, xbox, xcloud
- Language: TypeScript
- Homepage:
- Size: 9.16 MB
- Stars: 2,320
- Watchers: 30
- Forks: 126
- Open Issues: 185
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-repositories - unknownskl/greenlight - Greenlight is an open-source client for xCloud and Xbox home streaming made in Typescript. (TypeScript)
- awesome-steam-deck - Greenlight - An open source client for streaming Xbox Cloud and Xbox Home. (Remote)
README
# Greenlight
[![Build/release](https://github.com/unknownskl/greenlight/actions/workflows/build.yml/badge.svg)](https://github.com/unknownskl/greenlight/actions/workflows/build.yml)
Greenlight is an open-source client for xCloud and Xbox home streaming made in Javascript and Typescript. The client is an application wrapper around [xbox-xcloud-player](https://github.com/unknownskl/xbox-xcloud-player).
The application runs on Linux, macOS, Windows and Steam Deck._DISCLAIMER: Greenlight is not affiliated with Microsoft, Xbox or Moonlight. All rights and trademarks are property of their respective owners._
## Features
- Stream video and audio from the Xbox One and Xbox Series
- Support for gamepad controls
- Supports rumble on xCloud
- Keyboard controls
- Build-in online friends list
## Install
### Install from Flathub:
[![Build/release](https://flathub.org/assets/badges/flathub-badge-en.svg)](https://flathub.org/apps/details/io.github.unknownskl.greenlight)### Download pre-compiled binaries:
[Latest releases can be found here](https://github.com/unknownskl/greenlight/releases).### Compile from source
See [Local development](?tab=readme-ov-file#local-development).
## Keyboard controls
Keys are mapped as following by default:
Dpad: Keypad direction controls
Buttons: A, B, X, Y, Backspace (Mapped as B), Enter (Mapped as A)
Nexus (Xbox button): N
Left Bumper: [
Right Bumper: ]
Left Trigger: -
Right Trigger: =
View: V
Menu: M## Streaming stats
During the stream you can show debug statistics that contain extra data about the buffer queues and other information. To bring this up you can press `~` on your keyboard.
At the bottom-left you can see the status (although not always accurate). At the top-right you can find the FPS of the video and audio decoders including the latency. At the bottom-right you can find debug information about the buffer queues and other information that is useful for debugging perposes.
When possible always provide this information with your issue, if it is related.
## Online friends list
The application also provides a way to see which of your friends are online. This can be useful when you want to quickly check if anyone is online to play with :)
## Steam Deck Setup
This application is reported to be working on the Steam Deck with some small bugs and side-effects. You can map one of the Steam Deck back buttons to the 'N' key to simulate the Xbox button.
## Optional launch arguments
| Argument | Description |
|----------|--------------|
| --fullscreen | Starts the application in fullscreen |
| --connect= | Will start stream once the user is authenticated. |For console use `F000000000000000` format and for xCloud use `xcloud_`.
## To close the application
Click on the Xbox logo at the top-left. It will ask you to confirm to close the window.
## Local Development
### Requirements
- NodeJS ([https://nodejs.org/](https://nodejs.org/))
- Yarn ([https://yarnpkg.com/](https://yarnpkg.com/))### Steps to get up and running
Clone the repository:
git clone https://github.com/unknownskl/greenlight.git
cd greenlight
git submodule update --init --recursiveInstall dependencies:
yarn
Run development build:
yarn dev
Create production build:
yarn build
## Changelog
See [changelog](CHANGELOG.md).