Skip to content

v4.8

Latest

Choose a tag to compare

@github-actions github-actions released this 05 Jul 12:16

Changelog

  • Added name variables to the Naming tab
  • Added an update notification pop-up
  • Added automatic GIF conversion
  • Fixed the issue where folders couldn't be opened
  • Fixed issues with the Include Reposts option
  • Fixed download progress issues

Downloads

Downloads

  • TwitterXMediaBatchDownloader.exe - Windows
  • TwitterXMediaBatchDownloader.dmg - macOS
  • TwitterXMediaBatchDownloader.AppImage - Linux AMD64
  • TwitterXMediaBatchDownloader-ARM.AppImage - Linux ARM64
Linux Requirements

The AppImage requires webkit2gtk-4.1 to be installed on your system:

Ubuntu/Debian:

sudo apt install libwebkit2gtk-4.1-0

Arch Linux:

sudo pacman -S webkit2gtk-4.1

Fedora:

sudo dnf install webkit2gtk4.1

After installing the dependency, make the AppImage executable:

chmod +x TwitterXMediaBatchDownloader.AppImage
./TwitterXMediaBatchDownloader.AppImage

For ARM64:

chmod +x TwitterXMediaBatchDownloader-ARM.AppImage
./TwitterXMediaBatchDownloader-ARM.AppImage