- Native Desktop Experience: Serves Any Media Web Client in a native desktop application.
- Fixes Plex Windows Arm's annoying bugs: No more skipping, black screen and stuttery UI!
- Optimized Performance: Built with Tauri for minimal resource usage and fast startup times.
- Change Url: Change the URL to any web client server you want. i.e tailscale VPN or local network
- Control Video Brightness Change video brightness with
alt + [andalt + ]. - Picture in Picture Mode: Toggle between normal and picture-in-picture mode with a simple keyboard shortcut
alt + P. - RTX VSR: Works with NVIDIA RTX Super Resolution, making your media extra crisp.
- RTX HDR: Works with NVIDIA RTX HDR, making SDR content better looking on HDR monitors.
- Launch the application
- Click "Continue to Web Client" on the welcome screen
- Log in to your Plex account
- If you're using plex, ensure
Use alternate streaming protocol for video playbackis disabled. Settings > Plex Web > Debug > Use alternate streaming protocol for video playback - Enjoy your media!
Download the latest release for your platform from the Releases page.
- Clone this repository
- Make sure you have Rust and Node.js installed
- Install pnpm:
npm install -g pnpm - Install dependencies:
pnpm install - Build the application:
pnpm tauri build
# Install dependencies
pnpm install
# Start development server
pnpm tauri devContributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- Tauri for providing the framework to build this application

