Install
Linux
- Download
fileconverter-v1.4.0-linux-x86_64.tar.gzbelow. - Open a terminal in your downloads folder and run:
tar -xzf fileconverter-v1.4.0-linux-x86_64.tar.gz
cd fileconverter-v1.4.0
./install.shThe installer detects your file manager (Nautilus / Nemo / Dolphin / Thunar / PCManFM)
and sets up the right-click "File Converter" submenu.
macOS
- Download
fileconverter-v1.4.0-macos.tar.gzbelow. - Open a terminal in your downloads folder and run:
tar -xzf fileconverter-v1.4.0-macos.tar.gz
cd fileconverter-v1.4.0-macos
./install.shThe installer builds the Finder right-click submenu ("File Converter"),
the native SwiftUI progress window, and File Converter.app.
Requires the Xcode Command Line Tools and Homebrew.
To remove later (both platforms):
fileconverter --uninstallArch Linux: yay -S fileconverter (or fileconverter-git for the latest main).
Power users: the raw Linux fileconverter binary is also attached if you want to manage placement yourself.
What's Changed
- macOS port: Finder submenu, native SwiftUI UI, VideoToolbox (v1.4.0) by @AlexDevFlow in #8
Full Changelog: v1.3.0...v1.4.0