A modern graphical user interface for yt-dlp, built with Electron. YTgui provides an intuitive and user-friendly way to download media from various platforms.
- Download the latest release for your platform:
.dmg
for macOS.exe
for Windows
- Install the application
- Launch YTgui and start downloading!
- Node.js and npm installed
- Git (for cloning the repository)
# Clone the repository
git clone https://github.com/Mousica-dev/YTgui.git
cd YTgui
# Install dependencies
npm install
# Run the development version
npm start
# Build for your platform
npm run build:mac # For macOS
npm run build:win # For Windows
npm run build:linux # For Linux
We welcome contributions! Here's how you can help:
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Or simply open an issue with the tag "enhancement" or "bug" so I can add a feature or fix an already existent feature.
This project is licensed under the MIT License.
Made with ❤️ by Mousica-dev