DEV Community

SAADX
SAADX

Posted on

I Built Cortex DL — A Desktop Download Manager with Electron and React

Hi everyone,

I want to share a project I have been working on called Cortex DL.

Cortex DL is a desktop download manager built with Electron, React, TypeScript, SQLite, yt-dlp, and ffmpeg.

The idea behind the project was simple: I wanted to build a clean desktop app that can handle downloads in a more organized way, with a modern interface and useful tools for media downloading and processing.

This project helped me learn a lot about desktop app development, UI design, local storage, background processes, and working with tools like yt-dlp and ffmpeg.

Some of the features include:

  • A modern desktop interface
  • Download management
  • Local database support with SQLite
  • Integration with yt-dlp
  • Media processing support with ffmpeg
  • A simple and clean user experience

The project is still improving, and I know there is more work to do. I am currently focusing on making it more stable, improving the design, and making the download experience better.

I would really appreciate honest feedback from developers and users.

Project page: https://saadx.software/#cortex-dl

Thanks for reading.

Top comments (0)