• v4.3 de402efe6b

    v4.3 Stable

    kerem released this 2025-12-20 08:12:11 +03:00 | 1 commits to main since this release

    📅 Originally published on GitHub: Sat, 20 Dec 2025 05:16:07 GMT
    🏷️ Git tag created: Sat, 20 Dec 2025 05:12:11 GMT

    Changelog

    Downloads

    Windows macOS Intel macOS Apple Silicon Linux

    • TwitterXMediaBatchDownloader.exe - Windows
    • TwitterXMediaBatchDownloader-Intel.dmg - macOS Intel
    • TwitterXMediaBatchDownloader.dmg - macOS Apple Silicon
    • TwitterXMediaBatchDownloader.AppImage - Linux
    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
    
    Downloads
  • v4.2 30bcf3db9f

    v4.2 Stable

    kerem released this 2025-12-17 06:07:49 +03:00 | 4 commits to main since this release

    📅 Originally published on GitHub: Wed, 17 Dec 2025 03:18:44 GMT
    🏷️ Git tag created: Wed, 17 Dec 2025 03:07:49 GMT

    Changelog

    • Added multiple new accents and fonts (dozens of options)
    • Removed pagination from Saved Accounts and replaced it with lazy loading
    • Added search functionality to Saved Accounts
    • Added sorting options for Saved Accounts
    • Usernames in Saved Accounts are now clickable
    • Added Large View and Grid View options for Saved Accounts
    • Downloaded accounts can now be opened directly in their directory
    • Fixed the “Clear All” selection issue
    • Added quality selection options for Fast Mode GIF conversion
    • Fixed various minor bugs

    Downloads

    • TwitterXMediaBatchDownloader.exe - Windows
    • TwitterXMediaBatchDownloader-Intel.dmg - macOS Intel
    • TwitterXMediaBatchDownloader.dmg - macOS Apple Silicon
    • TwitterXMediaBatchDownloader.AppImage - Linux
    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
    
    Downloads
  • v4.1 aa87cce538

    v4.1 Stable

    kerem released this 2025-12-11 18:17:57 +03:00 | 7 commits to main since this release

    📅 Originally published on GitHub: Thu, 11 Dec 2025 15:20:51 GMT
    🏷️ Git tag created: Thu, 11 Dec 2025 15:17:57 GMT

    Changelog

    Downloads

    • TwitterXMediaBatchDownloader.exe - Windows
    • TwitterXMediaBatchDownloader-Intel.dmg - macOS Intel
    • TwitterXMediaBatchDownloader.dmg - macOS Apple Silicon
    • TwitterXMediaBatchDownloader.AppImage - Linux
    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
    
    Downloads
  • v4.0 6417e73da4

    v4.0 Stable

    kerem released this 2025-12-05 01:02:00 +03:00 | 10 commits to main since this release

    📅 Originally published on GitHub: Thu, 04 Dec 2025 22:04:23 GMT
    🏷️ Git tag created: Thu, 04 Dec 2025 22:02:00 GMT

    Changelog

    Downloads

    • TwitterXMediaBatchDownloader.exe - Windows
    • TwitterXMediaBatchDownloader-Intel.dmg - macOS Intel
    • TwitterXMediaBatchDownloader.dmg - macOS Apple Silicon
    • TwitterXMediaBatchDownloader.AppImage - Linux
    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
    
    Downloads
  • v3.9 312b6b2c50

    v3.9 Stable

    kerem released this 2025-11-29 02:46:11 +03:00 | 13 commits to main since this release

    📅 Originally published on GitHub: Fri, 28 Nov 2025 23:50:29 GMT
    🏷️ Git tag created: Fri, 28 Nov 2025 23:46:11 GMT

    Important

    v3.9 is the final Python-based release prepared as a database-compatible backup for the upcoming v4.0

    The latest version has been rewritten in Go and TypeScript, making it lighter, featuring a more polished UI, and offering better OS platform support.

    Downloads
  • v3.8 1ace435160

    v3.8 Stable

    kerem released this 2025-11-18 09:43:57 +03:00 | 16 commits to main since this release

    Downloads
  • v3.7 64bd8b4b2d

    v3.7 Stable

    kerem released this 2025-10-05 15:58:57 +03:00 | 20 commits to main since this release

    📅 Originally published on GitHub: Sun, 05 Oct 2025 13:06:10 GMT
    🏷️ Git tag created: Sun, 05 Oct 2025 12:58:57 GMT

    Changelog

    • Added database export/import feature
    • Added icons to buttons
    • Changed database storage location to be more secure from system deletion
    • Updated gallery-dl to v1.30.9

    Database Migration Guide (for v3.7)

    Since the storage path has been changed for better safety, you’ll need to manually move your existing database.

    🗂️ Old path (before v3.7)

    C:\Users\{user}\AppData\Local\Temp\twitterxmediabatchdownloader
    

    📦 New path (starting v3.7)

    C:\Users\{user}\.twitterxmediabatchdownloader
    
    Downloads
  • v3.6 affd36c968

    v3.6 Stable

    kerem released this 2025-09-14 03:45:19 +03:00 | 24 commits to main since this release

    📅 Originally published on GitHub: Sun, 14 Sep 2025 00:51:24 GMT
    🏷️ Git tag created: Sun, 14 Sep 2025 00:45:19 GMT

    Changelog

    • Reorder menu settings
    • Add mode option to conversion
    Downloads
  • v3.5 dacf6f5a01

    v3.5 Stable

    kerem released this 2025-09-11 18:24:40 +03:00 | 28 commits to main since this release

    📅 Originally published on GitHub: Thu, 11 Sep 2025 15:30:06 GMT
    🏷️ Git tag created: Thu, 11 Sep 2025 15:24:40 GMT

    Changelog

    Downloads
  • v3.4 befe838e79

    v3.4 Stable

    kerem released this 2025-08-08 11:20:30 +03:00 | 31 commits to main since this release

    📅 Originally published on GitHub: Fri, 08 Aug 2025 08:41:50 GMT
    🏷️ Git tag created: Fri, 08 Aug 2025 08:20:30 GMT

    Changelog

    • Added account update feature that has been fetched
    • Added fetch time
    • Updated gallery-dl to v1.30.2
    Downloads