This is a Python + React + Vite desktop app made with Oxygenio.
Important
Before using SaveTube, FFmpeg must be installed and accessible via the $PATH environment variable.
Clone this repository:
git clone https://github.com/EsauM10/savetube.git
Change the directory to ~/savetube
and install Oxygenio:
pip install -r requirements.txt
Build the executable with:
oxygen build
The executable file can be found in the /dist
folder.