Back to Parabolic

🎬 Parabolic

README.md

2026.4.15.8 KB
Original Source
<div align="center">

🎬 Parabolic

A powerful yt-dlp frontend

FeaturesInstallationScreenshotsBuildingContributing

</div>

✨ Features

<table> <tr> <td width="50%">

🌐 Versatile Downloads

Powerful frontend for yt-dlp with support for hundreds of sites

🎵 Multiple Formats

Download in mp4, webm, mp3, opus, flac, and wav

</td> <td width="50%">

⚡ Concurrent Downloads

Run multiple downloads at the same time

📝 Complete Metadata

Support for downloading metadata and video subtitles

</td> </tr> </table>

[!CAUTION] Videos on YouTube and other sites may be subject to DMCA protection. The authors of Parabolic do not endorse, and are not responsible for, the use of this application in means that will violate these laws.

📥 Installation

Choose your platform

<table> <tr> <td width="25%">

Linux

<a href='https://flathub.org/apps/details/org.nickvision.tubeconverter'> </a> </td> <td width="25%">

Windows

<a href="https://github.com/NickvisionApps/Parabolic/releases"> </a>

Download the latest version from Releases

</td> <td width="25%">

macOS

<a href="https://github.com/NickvisionApps/Parabolic/releases"> </a>

Download the latest version from Releases

</td> <td width="25%">

Browser Extensions

Chrome: See extension folder for manual installation instructions

</td> </tr> </table>

🌍 Translation Status

<div align="center">

Help us translate Parabolic! Click here to contribute

</div>

💬 Chat & Community

<div align="center">

Join our community on Matrix!

<a href='https://matrix.to/#/#nickvision:matrix.org'> </a> </div>

🤝 Contributing

We'd love your contribution! See CONTRIBUTING.md for details on:

  • 🐛 How to report bugs
  • 💡 How to suggest new features
  • 🔧 How to contribute code
  • 📖 How to improve documentation

📸 Screenshots

<details> <summary><b>🖥️ GNOME Interface</b></summary>
Home PageActive Downloads
Dark ModeAdd Download
</details> <details> <summary><b>🪟 Windows Interface (WinUI)</b></summary>
Home PageActive Downloads
Dark ModeAdd Download
</details> <details> <summary><b>🧩 Chrome Extension</b></summary> <video width="800" height="600" controls> <source src="extension/resources/chrome.mp4" type="video/mp4"> </video> </details> <details> <summary><b>🦊 Firefox Extension</b></summary> <video width="800" height="600" controls> <source src="extension/resources/firefox.mp4" type="video/mp4"> </video> </details>

🔨 Building

Parabolic is a .NET 10 project and can easily be built on any platform. Besides .NET 10, the following are required system dependencies for building each project:

📦 Dependencies

Shared

  • gettext
    • Can be installed on Windows using msys2

WinUI

GNOME

🏗️ Build Process

Once all dependencies are available on the system, simply run:

WinUI:

bash
dotnet run --project Nickvision.Parabolic.WinUI

GNOME:

bash
dotnet run --project Nickvision.Parabolic.GNOME

📜 Code of Conduct

This project follows the GNOME Code of Conduct.

We expect all participants to treat each other with respect and contribute to a welcoming and inclusive community.