Releases: sixem/bitrot
Releases · sixem/bitrot
Bitrot build 1.0.1
Bundled vs unbundled
- Bundled assets include ffmpeg/ffprobe sidecars inside the package.
- Unbundled assets include only Bitrot and require ffmpeg/ffprobe on PATH or placed next to the binary.
Bundled assets
- Windows installers:
*.msi,*-setup.exe - Windows bundled exe:
bitrot-windows-bundled.zip - Linux AppImage:
*.appimage(requires GTK/WebKit runtime deps)
Unbundled assets
- Windows:
bitrot-windows-unbundled.zip - macOS:
bitrot-macos-unbundled.tar.gz(macOS currently ships unbundled only) - Linux:
bitrot-linux-unbundled.tar.gz(requires GTK/WebKit runtime deps)
Runtime notes
BitRot resolves FFmpeg in this order: local binary next to the app, bundled sidecars, then system PATH.
Bitrot build 1.0.0
Initial release.
Please note that the Windows and Mac binaries need ffmpeg and ffprobe binaries in either in the same directory or available in the PATH.