Status: Public beta — macOS and Windows builds are available; feedback and bug reports are welcome.
Blacklight is an independent open-source Xbox streaming tool — xCloud and console home streaming for macOS and Windows (Tauri). Built with TypeScript; streaming engine powered by xbox-xcloud-player.
Maintainer: Igor Samarin (@isamarin) — mako.mmw@gmail.com
Versioning: CalVer (2026.7.4). Release tags: v2026.7.4 (not the old fork v3.* prefix).
DISCLAIMER: Blacklight is not affiliated with Microsoft, Xbox or Moonlight. All rights and trademarks are property of their respective owners.
- 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
See Local development.
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
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.
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 :)
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.
| 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_<title>.
Click on the Xbox logo at the top-left. It will ask you to confirm to close the window.
- Node.js (https://nodejs.org/)
- pnpm (https://pnpm.io/)
- Rust toolchain (for Tauri desktop builds)
Clone the repository:
git clone https://github.com/isamarin/blacklight.git
cd blacklight
Install dependencies:
pnpm install
Run development build:
pnpm build:deps
pnpm desktop-tauri tauri:dev
Create production build:
pnpm build:deps
pnpm desktop-tauri tauri:build
Release tag (triggers CI draft release with DMG + NSIS):
git tag -a v2026.7.4 -m "Blacklight 2026.7.4"
git push origin v2026.7.4
Typecheck the Tauri UI:
pnpm check:tauri
Run the workspace test suite (logger, platform, player, desktop-tauri, pages):
pnpm test
Run auth/stream smoke against a local API + built UI (also used in CI):
pnpm smoke:e2e
Want to help with translations? Open an issue or submit a PR with updated locale files.
Blacklight is licensed under the PolyForm Noncommercial License 1.0.0. You may use, modify, and distribute the software for noncommercial purposes only. Commercial use (including selling, sublicensing for profit, or using the software in a commercial product or service) is not permitted without separate permission from the copyright holders.
See LICENSE for the full text.
See CHANGELOG.md

