Analysis updated 2026-06-20
Download a public video from Instagram or Reddit to your device without using ad-filled third-party sites.
Save audio from SoundCloud or other platforms directly to your files.
Self-host your own private media downloader instance so you control the data flow.
Use the API backend to programmatically fetch public social media content in your own app.
| imputnet/cobalt | saadeghi/daisyui | vert-sh/vert | |
|---|---|---|---|
| Stars | 40,081 | 40,881 | 14,785 |
| Language | Svelte | Svelte | Svelte |
| Setup difficulty | moderate | easy | moderate |
| Complexity | 2/5 | 2/5 | 3/5 |
| Audience | general | developer | general |
Figures from each repo's GitHub metadata at analysis time.
Use the hosted version at cobalt.tools instantly, self-hosting requires reading the provided documentation.
Cobalt is a media downloader that lets you save videos, audio, and other content from social media platforms directly to your device. The problem it addresses is that most online media downloaders are cluttered with advertisements, trackers, pop-ups, paywalls, and dark patterns that make a simple download feel like an obstacle course. Cobalt aims to be the clean, no-nonsense alternative: paste a link, get the file, done. The way it works is by accepting a URL from a supported platform, processing the request through its API, and returning the media file directly to you. The project describes itself as working like a fancy proxy, it never caches any content, it just fetches and passes through what is publicly available. The platforms mentioned in the project topics include Instagram, Reddit, and SoundCloud, among others. There is no sign-in required, no account, and no tracking. The README notes that cobalt can only download free and publicly accessible content, and that the same content could be retrieved manually through a browser's developer tools. You would use cobalt if you want to save a video or audio clip from a social media platform without dealing with intrusive third-party downloader sites. You can use the hosted version at cobalt.tools, or you can run your own instance using the provided self-hosting documentation. The monorepo includes the API, the frontend web interface, and related packages. The tech stack is Svelte for the frontend web interface, with a JavaScript API backend, all licensed under AGPL-3.0.
A clean, ad-free media downloader where you paste a social media link and get the video or audio file instantly, with no sign-up, tracking, or pop-ups.
Mainly Svelte. The stack also includes Svelte, JavaScript.
Free to use and modify, but any software you distribute that includes this code must also be released under the same open-source license.
Setup difficulty is rated moderate, with roughly 5min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.