Skip to content

SCloud 0.1.0

Latest

Choose a tag to compare

@hizyyo hizyyo released this 16 Jun 19:55
Immutable release. Only release title and notes can be modified.

SCloud 0.1.0

First public release of the desktop SoundCloud client. MIT license.

Features

  • Search tracks, playlists, and people; paste SoundCloud links
  • Streaming (HLS / MP3), queue, similar-tracks station
  • Library: history, likes, local playlists, and your SoundCloud playlists
  • Track page: waveform comments, lyrics (LRCLIB + optional Whisper)
  • Optional SoundCloud sign-in for likes and your playlists
  • English / Russian UI

Download (Windows)

File Notes
SCloud-Setup-0.1.0.exe Installer (recommended)
SCloud-0.1.0-portable.exe Portable — no install

Builds are unsigned. Windows SmartScreen may warn on first run — common for open-source apps.

macOS / Linux

Builds for Mac and Linux via GitHub Actions (ActionsRelease builds), or build locally: npm run dist:mac / npm run dist:linux.

Disclaimer

SCloud is an unofficial client — not affiliated with SoundCloud. Please follow SoundCloud’s Terms of Use.

From source

git clone https://github.com/hizyyo/Scloud.git
cd Scloud
npm install
npm run dev
License: MIT