Desktop app for P-Stream that provides enhanced streaming capabilities.
- Native desktop wrapper for P-Stream
- Enhanced streaming capabilities
- Automatic update checking from GitHub releases
- Discord Rich Presence integration
- Cross-platform support (macOS, Windows, Linux)
Download the latest release
For MacOS it will fail to open, go to Settings > Privacy and Security, and press Open Anyway. Confirm with password or Touch ID!
npm installnpm startBuild the app for your current platform:
npm run buildBuild for specific platforms:
npm run build:win # WindowsThe built files will be available in the dist/ directory.
The project uses GitHub Actions for automated building and releasing. When you create a new release on GitHub, the workflow will automatically:
- Build the app for all platforms (Linux and MacOS will be added at a later date)
- Build for both x64 and ARM64 architectures where supported
- Upload all binaries to the GitHub release
To create a release:
- Go to the Releases page
- Click "Create a new release"
- Create a new tag (e.g.,
v1.0.0) - Publish the release
The workflow will automatically build and attach all platform binaries to your release.
You can also trigger a draft release manually:
- Go to Actions
- Select "Build and Release" workflow
- Click "Run workflow"
- Optionally specify a version tag
- Check "Create draft release"