Releases: A-R-KH/TophPlayer
Releases · A-R-KH/TophPlayer
Release list
Toph Player v0.3.5 – Initial Public Release
Toph Player v0.3.5
This is the first public release of Toph Player — an open-source desktop music player that lets you browse and control your local music library remotely from a phone over the same Wi-Fi network.
Your music stays on your computer. No cloud storage, streaming subscription, or external server is required.
Features
- Play and control local music from your phone
- Browse and search the entire music library
- Recursive scanning of folders and subfolders
- Play, pause, seek, skip, shuffle, and repeat controls
- Queue and playlist management
- Favorite files and folders
- Album artwork extraction and display
- Real-time synchronization using WebSockets
- Remote volume and audio-output controls
- English and Persian interface
- Secure username and password authentication
- Pairing protection and failed-attempt limits
- Automatic connection monitoring and reconnection
- Support for MP3, FLAC, WAV, M4A, AAC, OGG, OPUS, and WMA files
- Compatible with Android, iOS, and desktop browsers
Privacy
Toph Player works entirely on your local network. Music files, artwork, credentials, and library information are not uploaded to any cloud service.
Running the Project
- Download and extract the release archive.
- Open Command Prompt inside the extracted folder.
- Install the dependencies:
npm install- Start Toph Player:
npm run dev- Select your music library and scan the QR code using a phone connected to the same network.
Notes
- The desktop application must remain open while using the phone remote.
- Both devices must be connected to the same local network.
- Windows Firewall must allow the application on private networks.
- Audio is played through the computer; the phone acts as the remote controller.
Security
This release includes Electron sandboxing, disabled Node integration in the renderer, browser security headers, Content Security Policy, secure file-range validation, and protected local-network authentication.
Toph Player is released under the MIT License.