The unofficial SoundCloud desktop app for Windows
# Select language ### EN [RU](https://github.com/zxcnoname666/SoundCloud-Desktop/blob/main/README-RU.md) # Features - Dark theme - Bypass the blocking of most tracks - AdBlock # App Protocol You can open the page in the application directly from the browser using the `sc://` protocol. > You need to replace `https://soundcloud.com/...` to `sc://...` like `https://soundcloud.com/discover` => `sc://discover` You can also navigate in app by using url-navbar (like in browsers) # Install 1. Go to [latest release page](https://github.com/zxcnoname666/SoundCloud-Desktop/releases/latest) 2. Download `SoundCloudInstaller.exe` 3. If you wish, check the sig hash via programs like gpgex4 4. Run `SoundCloudInstaller.exe` # Configs > You can customize the application language via config in the `config.js` file # Proxy > You can use your own proxy when connecting to SoundCloud > Recommended location: Switzerland Modify the `config.proxy.js` file. `proxy` - an array with links to connect to a proxy (like `socks://1.1.1.1:1337`, `http://1.1.1.1:80` or `scheme://user:password@ip:port`) > Security Recommendation: Better use `user:password` access or only allow connections to the following servers: `.soundcloud.com .sndcdn.com soundcloud-upload.s3.amazonaws.com js.datadome.co api-js.datadome.co .captcha-delivery.com` # Build 1. Install nodejs: [link](https://nodejs.org/en/download) 2. Install rustlang: [link](https://rust-lang.org/tools/install) 3. Compile app: `npm run build` # Credits Names and images own by [SoundCloud](https://soundcloud.com) This app was created out of personal necessity.