• v2.2.1 c197669fdf

    DinoX v2.2.1
    All checks were successful
    Build / Validate Manual Selection (push) Has been skipped
    Build / Release Static Preflight (push) Successful in 26s
    Build / Mirror AppImage Runtimes (push) Has been skipped
    Build / Core Build (push) Successful in 18m54s
    Build / Build AppImage (push) Successful in 18m16s
    Build / Build Flatpak (push) Successful in 31m28s
    Stable

    Ralf released this 2026-07-06 19:13:12 +02:00 | 195 commits to master since this release

    DinoX v2.2.1

    Modern XMPP client with extended features.

    What's New

    Fixed

    • Add-account provider dialog lifecycle: The account-creation dialog now reuses a single active instance, opens without duplicate dialogs or stale close callbacks, and keeps the provider list layout responsive while the directory refresh runs asynchronously.
    • OMEMO PubSub requests for domains: DinoX no longer requests legacy OMEMO device lists from server or MUC room domains, preventing repeated service-unavailable PubSub warnings when joining, leaving, or syncing group chats.

    Installation

    Debian/Ubuntu

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

    AppImage

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

    Flatpak

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

    Build from Source

    tar xf dinox-2.2.1.tar.gz
    cd dinox-2.2.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