• v2.0.1 a09f6a848a

    DinoX v2.0.1
    All checks were successful
    Build / Validate Manual Selection (push) Has been skipped
    Build / Mirror AppImage Runtimes (push) Has been skipped
    Build / Core Build & Test (push) Successful in 20m27s
    Build / Build AppImage (push) Successful in 17m58s
    Build / Build Flatpak (push) Successful in 24m58s
    Stable

    Ghost released this 2026-06-04 22:22:20 +02:00 | 107 commits to master since this release

    DinoX v2.0.1

    Modern XMPP client with extended features.

    What's New

    Fixed

    • XMPP reconnects: Stalled XMPP streams are now reconnected when server pings fail, while stale ping callbacks are ignored after intentional disconnects, newer stream activity, or replaced streams.
    • IQ error handling: IQ write failures now complete the waiting request immediately instead of being reported later as generic response timeouts.

    Changed

    • Flathub metadata: AppStream screenshots now use stable tag URLs instead of the moving master branch.

    Installation

    Debian/Ubuntu

    sha256sum -c dinox_2.0.1_*.deb.sha256
    sudo apt install ./dinox_2.0.1_*.deb
    

    AppImage

    sha256sum -c DinoX-2.0.1-*.AppImage.sha256
    chmod +x DinoX-*.AppImage
    ./DinoX-*.AppImage
    

    Flatpak

    flatpak install flathub org.gnome.Platform//49
    sha256sum -c dinox-2.0.1-x86_64.flatpak.sha256
    flatpak install --user ./dinox-2.0.1-x86_64.flatpak
    flatpak run im.dinox.dinox
    

    Build from Source

    tar xf dinox-2.0.1.tar.gz
    cd dinox-2.0.1
    ./scripts/ci-build-deps.sh
    meson setup build -Dplugin-mqtt=enabled -Dplugin-rtp=enabled -Dlocation-sharing=enabled -Dplugin-rtp-vaapi=enabled
    ./scripts/build.sh --strict
    ./build/main/dinox
    
    Downloads