The best unofficial SoundCloud desktop application for Windows, Linux & macOS with built-in ad-blocking, geo-unblocking, and proxy support.
β¬οΈ Download Latest Release | π Discussions | π Report Bug
EN RU
- π§ Native Desktop Experience - Full-featured SoundCloud desktop client
- π Beautiful Dark Theme - Eye-friendly interface for music lovers
- π Access Anywhere - Bypass geographical restrictions and geo-blocking
- π« Zero Ads - Built-in ad blocker for uninterrupted music streaming
- β‘ Lightning Fast - Optimized TypeScript codebase, faster than web version
- π Privacy Focused - Proxy support for secure and private listening
- π₯οΈ Cross-Platform - Works on Windows 10/11, Linux, and macOS
- πΎ Lightweight - Small footprint, minimal system resources
Perfect for:
- Music producers and DJs looking for a dedicated SoundCloud desktop player
- Users in restricted regions needing geo-unblocking
- Anyone tired of SoundCloud web ads
- Musicians managing multiple SoundCloud accounts
- Podcast listeners preferring desktop apps
- Streaming enthusiasts wanting offline-capable music player
You can open the page in the application directly from the browser using the
sc://
protocol.
You need to replace
https://soundcloud.com/...
tosc://...
likehttps://soundcloud.com/discover
=>sc://discover
You can also navigate in app by using url-navbar (like in browsers)
- Go to latest release page
- Download
SoundCloudInstaller.exe
- Run the installer and follow instructions
- Go to latest release page
- Download
soundcloud-*.AppImage
- Make it executable:
chmod +x soundcloud-*.AppImage
- Run the AppImage
- Go to latest release page
- Download
soundcloud-*.dmg
- Open the DMG and drag the app to Applications
You can customize the application language via config.json5
file in the app directory.
Configure proxy settings to bypass geo-restrictions:
Config locations (priority order):
- User folder:
%APPDATA%/soundcloud/config.proxy.json5
(Windows) or~/.config/soundcloud/config.proxy.json5
( Linux/macOS) - App folder:
config.proxy.json5
in app directory
Configuration format:
{
"proxy": [
"https://your-worker.workers.dev",
"http://proxy.example.com:8080"
]
}
Cloudflare Worker Proxy (Recommended):
- Use the ready-made Worker code from
_proxy/cloudflare-proxy.js
- Deploy it to Cloudflare Workers (free tier available)
- Add your Worker URL to proxy config
- See
_proxy/README.md
for detailed setup instructions
Alternative proxy formats:
http://host:port
,https://host:port
- Node.js 18+
- pnpm 8+
- Rust (for native modules)
# Install pnpm
npm install -g pnpm
# Install dependencies
pnpm install
# Development mode
pnpm dev
# Build for production
pnpm build
Names and images own by SoundCloud
This app was created out of personal necessity.
Also known as: SoundCloud Desktop Client, SoundCloud App, Unofficial SoundCloud, Desktop SoundCloud Player