@karlincoder/deemix
v3.13.3
Published
A barebones deezer downloader library, compiled by KarlinCoder
Maintainers
Readme
@karlincoder/deemix
A lightweight, programmatic Deemix library for downloading music from Deezer — without the UI, Docker, or Electron overhead.
@karlincoder/deemix extracts the essential download engine from the Deemix revival project and exposes it as a simple, promise-based API for developers. Perfect for building custom music tools, bots, or backend services.
Note: This library requires a valid Deezer ARL cookie to function. It does not bypass Deezer’s terms of service. Use responsibly and only with your own account.
Features
- Download tracks, albums, playlists, and artists from Deezer
- Supports FLAC, MP3 320, and other quality formats (requires premium ARL)
- Programmatic API — no web UI or Electron
- Built on TypeScript (types included!)
- Fully Promise-based and async/await friendly
Installation
npm install @karlincoder/deemix
# or
yarn add @karlincoder/deemix
# or
pnpm add @karlincoder/deemix