Skip to content

Releases: AlVir007/mediaforge-releases

Mediaforge v0.3.1

25 May 17:47

Choose a tag to compare

Cross-platform GUI for ffmpeg by Red Swift Systems Ltd.

What's new

  • Fix. The in-app Help button View latest releases pointed at the private code repo, returning a 404 to anyone not signed in as the project owner. Replaced with two buttons: Download latest version (opens mediaforge.video) and Release notes on GitHub (opens this repo).

Download

Platform File
macOS — Apple Silicon Mediaforge_0.3.1_aarch64.dmg
macOS — Intel Mediaforge_0.3.1_x64.dmg
Windows 10 / 11 Mediaforge_0.3.1_x64-setup.exe
Windows — MSI Mediaforge_0.3.1_x64_en-US.msi
Linux — any distro Mediaforge_0.3.1_amd64.AppImage
Linux — Debian / Ubuntu Mediaforge_0.3.1_amd64.deb
Linux — Fedora / RHEL Mediaforge-0.3.1-1.x86_64.rpm

First launch — opening an unsigned build

The app isn't code-signed yet, so you'll see a one-time warning. Nothing is wrong:

  • macOS 14 and earlier — right-click the app -> Open -> Open
  • macOS 15 (Sequoia) — open it once, then System Settings -> Privacy & Security -> Open Anyway
  • macOS (Terminal) — xattr -dr com.apple.quarantine /Applications/Mediaforge.app
  • Windows — SmartScreen -> More info -> Run anyway
  • Linux — AppImage: chmod +x then run; .deb: sudo apt install ./file.deb; .rpm: sudo dnf install ./file.rpm

Full download and install help is in the repository README.

Mediaforge v0.3.0

22 May 14:59

Choose a tag to compare

Cross-platform GUI for ffmpeg by Red Swift Systems Ltd.

Download

Platform File
macOS — Apple Silicon Mediaforge_0.3.0_aarch64.dmg
macOS — Intel Mediaforge_0.3.0_x64.dmg
Windows 10 / 11 Mediaforge_0.3.0_x64-setup.exe
Windows — MSI Mediaforge_0.3.0_x64_en-US.msi
Linux — any distro Mediaforge_0.3.0_amd64.AppImage
Linux — Debian / Ubuntu Mediaforge_0.3.0_amd64.deb
Linux — Fedora / RHEL Mediaforge-0.3.0-1.x86_64.rpm

First launch — opening an unsigned build

The app isn't code-signed yet, so you'll see a one-time warning. Nothing is wrong:

  • macOS 14 and earlier — right-click the app -> Open -> Open
  • macOS 15 (Sequoia) — open it once, then System Settings -> Privacy & Security -> Open Anyway
  • macOS (Terminal) — xattr -dr com.apple.quarantine /Applications/Mediaforge.app
  • Windows — SmartScreen -> More info -> Run anyway
  • Linux — AppImage: chmod +x then run; .deb: sudo apt install ./file.deb; .rpm: sudo dnf install ./file.rpm

Full download and install help is in the repository README.