Skip to content

Releases: sixem/bitrot

Bitrot build 1.0.1

01 Feb 20:13
46084c5

Choose a tag to compare

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

29 Jan 22:39
47c0dc9

Choose a tag to compare

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.