Skip to content

Releases: willbearfruits/datamosh-gui

Datamosh v1.2.0

13 Jun 15:23

Choose a tag to compare

Datamosh GUI Preview

Datamosh animated preview

Datamosh UI screenshot

Sample clip:

Website:

Release Notes

  • v1.2.0 — save/open .dmosh projects, per-segment glitch settings, MP4/MOV export,
    audio preserved through moshing, plus Windows/macOS polish and core-engine fixes.
  • Includes Linux, macOS, and Windows portable + installer artifacts when platform jobs succeed.

Available Assets

  • Linux portable + installer + AppImage (.tar.gz, .deb, .AppImage)
  • Windows portable + installer (.zip, .exe)
  • macOS portable + installer (.zip, .dmg)
  • Checksums (SHA256SUMS-*.txt)

Datamosh v1.1.5

28 Feb 17:31

Choose a tag to compare

Datamosh GUI Preview

Datamosh animated preview

Datamosh UI screenshot

Sample clip:

Website:

Release Notes

  • This is the current public cross-platform release build.
  • Includes Linux, macOS, and Windows portable + installer artifacts when platform jobs succeed.

Available Assets

  • Linux portable + installer + AppImage (.tar.gz, .deb, .AppImage)
  • Windows portable + installer (.zip, .exe)
  • macOS portable + installer (.zip, .dmg)
  • Checksums (SHA256SUMS-*.txt)

Datamosh v1.1.4

18 Feb 09:59

Choose a tag to compare

Datamosh GUI Preview

Datamosh animated preview

Datamosh UI screenshot

Sample clip:

Website:

Release Notes

  • This is the current public cross-platform release build.
  • Includes Linux, macOS, and Windows portable + installer artifacts when platform jobs succeed.

Available Assets

  • Linux portable + installer + AppImage (.tar.gz, .deb, .AppImage)
  • Windows portable + installer (.zip, .exe)
  • macOS portable + installer (.zip, .dmg)
  • Checksums (SHA256SUMS-*.txt)

Datamosh v1.1.3

18 Feb 09:47

Choose a tag to compare

Datamosh GUI Preview

Datamosh animated preview

Datamosh UI screenshot

Sample clip:

Website:

Release Notes

  • This is the current public cross-platform release build.
  • Includes Linux, macOS, and Windows portable + installer artifacts when platform jobs succeed.

Available Assets

  • Linux portable + installer + AppImage (.tar.gz, .deb, .AppImage)
  • Windows portable + installer (.zip, .exe)
  • macOS portable + installer (.zip, .dmg)
  • Checksums (SHA256SUMS-*.txt)

Datamosh v1.1.2

18 Feb 09:38

Choose a tag to compare

Datamosh GUI Preview

Datamosh animated preview

Datamosh UI screenshot

Sample clip:

Website:

Release Notes

  • This is the current public cross-platform release build.
  • Includes Linux, macOS, and Windows portable + installer artifacts when platform jobs succeed.

Available Assets

  • Linux portable + installer (.tar.gz, .deb)
  • Windows portable + installer (.zip, .exe)
  • macOS portable + installer (.zip, .dmg)
  • Checksums (SHA256SUMS-*.txt)

Datamosh v1.1.1

18 Feb 09:24

Choose a tag to compare

Datamosh GUI Preview

Datamosh animated preview

Datamosh UI screenshot

Sample clip:

Website:

Release Notes

  • This is the current public release build for Linux and macOS.
  • Windows installer/portable artifacts will be added in the next release wave.

Available Assets

  • Linux portable + installer (.tar.gz, .deb)
  • macOS portable + installer (.zip, .dmg)
  • Checksums (SHA256SUMS-*.txt)

Datamosh v1.1.0 (Linux/macOS)

17 Feb 08:48

Choose a tag to compare

Datamosh GUI Preview

Datamosh animated preview

Datamosh UI screenshot

Sample clip:

Website:

Release Notes

  • This is the current public cross-platform release build.
  • Includes Linux, macOS, and Windows portable + installer artifacts when platform jobs succeed.

Available Assets

  • Linux portable + installer + AppImage (.tar.gz, .deb, .AppImage)
  • Windows portable + installer (.zip, .exe)
  • macOS portable + installer (.zip, .dmg)
  • Checksums (SHA256SUMS-*.txt)

Datamosh v1.1.0-beta.6

17 Feb 08:52

Choose a tag to compare

Pre-release

Datamosh GUI Preview

Datamosh animated preview

Datamosh UI screenshot

Sample clip:

Release Notes

  • This prerelease publishes available artifacts from the current build run.
  • Linux and macOS are expected in this pass.
  • Windows installer/portable artifacts may be added in the next run once the Windows build issue is fixed.

Available Assets

  • Linux portable + installer (.tar.gz, .deb)
  • macOS portable + installer (.zip, .dmg)
  • Checksums (SHA256SUMS-*.txt)

v1.0.0 - Initial Release

27 Nov 06:56

Choose a tag to compare

Datamosh GUI v1.0.0

First stable release! 🎉

Features

  • Interactive Tkinter GUI for datamosh effects
  • Hardware-accelerated video preview (OpenCV)
  • Professional timeline editor with frame markers
  • Keyboard shortcut system
  • Drag-and-drop support
  • Multiple normalization presets (Fast, Balanced, Sharp)
  • P-frame duplication for enhanced glitch effects
  • NEW: Frame export functionality
  • NEW: Adaptive preview width
  • NEW: Improved scaling quality
  • Comprehensive logging framework
  • Full test suite with pytest

Downloads

Linux (Recommended)

  • Datamosh-GUI-x86_64.AppImage - Portable, no installation required
  • Simply download, make executable, and run
  • Requires ffmpeg installed separately

Windows & macOS

  • Build instructions provided in BUILD_INSTRUCTIONS.md
  • Pre-built binaries coming soon

Installation

Linux

chmod +x Datamosh-GUI-x86_64.AppImage
./Datamosh-GUI-x86_64.AppImage

Requirements

  • ffmpeg (must be installed separately)
  • Linux: sudo apt install ffmpeg
  • macOS: brew install ffmpeg
  • Windows: Download from ffmpeg.org

What's New

  • Frame export: Export current preview frame as PNG/JPEG
  • Adaptive preview: Automatically adjusts to screen size
  • Better quality: INTER_AREA scaling for superior downscaling
  • Logging: Professional logging to file and console
  • Tests: pytest suite for code quality

Documentation

  • README.md - User guide
  • BUILD_INSTRUCTIONS.md - Building for all platforms
  • CHANGELOG.md - Detailed change history

Full Changelog: https://github.com/willbearfruits/datamosh-gui/commits/v1.0.0