2026.3.0-beta1
This is the first beta release in the 2026.3.0 series that contains many new features and fixed.
Full Changelog 📃
- Added macOS app for the GNOME version of Parabolic
- Added Windows portable version of Parabolic
- Added the ability to specify a preferred frame rate for video downloads in the Parabolic's settings
- Added the ability to automatically translate embedded metadata and chapters to the app's language on supported sites. This can be turned off in Converter settings
- Added the ability to update deno from within the app
- Added thumbnail image preview to add download dialog and downloads view
- Added failed filter to downloads view
- Improved selection of playlist video formats when resolutions are specified
- Improved selection of playlist audio formats on Windows when bitrates are specified
- Improved cropping of audio thumbnails
- Improved handling of long file names, they will now be truncated if too long
- Removed unsupported cookie browsers on Windows. Manual txt files should be used instead
- Updated yt-dlp
** NEW ** macOS App
We have introduced a new macOS app that is built using the GNOME (GTK/libadwaita) version of Parabolic. It bundles all dependencies including yt-dlp, aria2c, ffmpeg and deno - alongside GTK itself.
Issues are expected as I do not have a Mac myself and rely on feedback and information from users in the community to test the app for me. Thank you!
** NEW ** Windows Portable App
We have re-introduced a portable Windows build of Parabolic. This build works a little differently than previous versions in that it's the same exe as the installer version but requires the --portable flag be passed to the .exe file for it to run in portable mode.
For convenience, we have added a .bat file to the portable download that can be ran that does it for you already. Alternatively, once the portable version is extracted to the location of your choice, you can create a shortcut for the .exe and specify the --portable flag in the arguments of the shortcut's properties.
Install 🧑💻
Linux
Flathub
flatpak remote-add --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
flatpak install flathub-beta org.nickvision.tubeconverter
flatpak run org.nickvision.tubeconverter//beta
Manually (x64)
- Download the
org.nickvision.tubeconverter.x64.flatpakfile from the assets below - Run
flatpak install org.nickvision.tubeconverter.x64.flatpakfrom the directory containing the .flatpak file - Run
flatpak run org.nickvision.tubeconverter//masterto start the app! (You should also see it in your app grid)
Manually (aarch64)
- Download the
org.nickvision.tubeconverter.aarch64.flatpakfile from the assets below - Run
flatpak install org.nickvision.tubeconverter.aarch64.flatpakfrom the directory containing the .flatpak file - Run
flatpak run org.nickvision.tubeconverter//masterto start the app! (You should also see it in your app grid)
Windows
Installer (x64)
- Download and run the
NickvisionParabolicSetup.exefile from the assets below
Installer (arm64)
- Download and run the
NickvisionParabolicSetup-arm64.exefile from the assets below
Portable (x64)
- Download and run the
NickvisionParabolicPortable.zipfile from the assets below
Portable (arm64)
- Download and run the
NickvisionParabolicPortable-arm64.zipfile from the assets below
macOS
Bundle (x64)
- Download
Parabolic-macOS-x64.zipfile - Extract it and move the
Parabolic.appfile to yourApplicationsfolder and run it
Bundle (arm64)
- Download
Parabolic-macOS-arm64.zipfile - Extract it and move the
Parabolic.appfile to yourApplicationsfolder and run it