There are two versions of the app, one that has the LOCAL dependencies that takes approximately 160mb of space and another that works with a SERVER that has the dependencies, so no depencies in the client, approximately 3mb of space.
The server was only tested on Linux, but it should work on Windows and Mac too.
Didn't test anything on Mac.
git clone https://github.com/lucascompython/downtube.git
cd downtube
python3 build.py -h
- Update the UI with some more information about the video
- Fix server version information fetching, it's locked when downloading because of Mutex
- Fix local version terminal opens when downloading and fetching information on Windows
- Add playlist support
- Maybe add mobile support with Tauri 2.0