Guide: Downloading Music from SoundCloud

I’m not sure if you’re familiar with Soundcloud, but it’s a fantastic platform for musicians and podcasters who want to share their music. It has been around for some time now, so I’m guessing you may have visited it before, especially on my page. However, not all music on Soundcloud is available for download, as it depends on the artists. But as you know, I always have a little trick up my sleeve to work around this.

Today, I want to introduce you to Soundcloud-dl, a software written in Go that utilizes the Soundcloud API to download your favorite music. It can be easily installed by following these steps:

go install github.com/AYehia0/soundcloud-dl@latest

But at home, impossible to find where he put the binary, so I preferred to compile it like this:

git clone https://github.com/AYehia0/soundcloud-dl.git
cd soundcloud-dl
go build

And There you go. Then all you have to do is run:

chmod +x soundcloud-dl
./soundcloud-dl

Follow the command with the URL of the song you want to download, then the application will offer you to choose an audio quality level.

Download music from Soundcloud

There you go, you’ll have a nice .ogg to listen to on your PC.

Did you like this article? Do not hesitate to share it on social networks and subscribe to Tech To Geek on Google News to not miss any articles!
5/5 - (1 vote)
"Because of the Google update, I, like many other blogs, lost a lot of traffic."

Join the Newsletter

Please, subscribe to get our latest content by email.

Mohamed SAKHRI

I am Mohamed SAKHRI, the creator and editor-in-chief of Tech To Geek, where I've demonstrated my passion for technology through extensive blogging. My expertise spans various operating systems, including Windows, Linux, macOS, and Android, with a focus on providing practical and valuable guides. Additionally, I delve into WordPress-related subjects. You can find more about me on my Linkedin!, Twitter!, Reddit Facebook

Leave a Comment