Desktop app for P-Stream (movie-web) that provides enhanced streaming capabilities through browser extension integration.
- Native desktop wrapper for P-Stream
- Enhanced streaming capabilities via browser extension
- Automatic update checking from GitHub releases
- Discord Rich Presence integration
- Cross-platform support (macOS, Windows, Linux)
- Configurable settings menu (
ctrl/cmd + ,)
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!
pnpm installpnpm startBuild the app for your current platform:
pnpm run buildBuild for specific platforms:
pnpm run build:mac # macOS
pnpm run build:win # Windows
pnpm run build:linux # LinuxThe 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, Windows, macOS)
- 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.1.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"