Launcher with the Xbox Series X/S's dashboard to play Xbox Cloud Gaming (XCloud) games.
🚧 The project is current in development (Alpha phase) so it can be unstable and occurs errors commonly. 🚧
- Play Xbox Cloud Gaming (XCloud) directly from the launcher;
- Change the background from Home to a image, gif or solid color;
- Change the accent color;
- Create a profile, with your own cofiguration sets;
- Modify a existing profile with a new avatar or name;
- Set a image or gif as avatar image;
- Change the xbox.com/play region easely in the configurations;
- Fullscreen support;
- fluent_ui.
- webview-windows.
- provider.
- xinput_gamepad (First-party).
- virtual_keyboard (First-party).
- clock.
- window_manager.
- shared_preferences.
- file_picker.
- sprintf.
- carousel_slider.
- path_provider.
- flutter_svg.
- A Xbox Game Pass Ultimate subscription
- Flutter 3.0+
- WebView2 Runtime
- Windows 10 1809+
- UWP SDK with Visual Studio 2022
- Python 3.10
- Microsoft Edge WebDriver
- Selenium Python
The Python 3.10, Microsoft Edge WebDriver and Selenium is required to get the games from xbox.com/play, but you can use xcloud_games.json that have some games on it. This file is not updated regularly, so some games that are on Xbox Cloud Gaming may not be there.
Go to .\tools\xcloud_game_picker\
and execute the file xcloud_game_picker.py
:
python .\xcloud_game_picker.py
and the Selenium will start to get the games, is important that you dont use the opened browser while dont finish.
Go to root of the project and run on terminal:
flutter run --release
For now, not exist binaries or installers to use, so you need to build on its own.
On xbox_launcher's Home page go to My Games > Apps > Configurations > Cloud gaming
in the JSON file path
field you paste the path to your xcloud_games.json file and confirm the changes.
The project is in Alpha phase, therefore it is important that you consider contributing to the project in your spare time. Open an issue, pull request or engage in discussions to make the project better.
We are always needing help to:
- See the open issues.
- We still don't have a logo or visual identity.
- Improve the design of pages or widgets.
- Improve the code architecture.
- Improve performance and decrease memory consumption (memory leak).
For more info check the Contribuition Guideline.
This project uses first-party and third-party open-source packages, so consider contributing to those as well.