• v2.0.2 11e0413276

    DinoX v2.0.2
    All checks were successful
    Flatpak Builder Image / Build Flatpak Builder Image (push) Successful in 10m7s
    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 18m28s
    Build / Build Flatpak (push) Successful in 1h36m24s
    Stable

    Ghost released this 2026-06-05 05:07:12 +02:00 | 106 commits to master since this release

    DinoX v2.0.2

    Modern XMPP client with extended features.

    What's New

    Changed

    • Flatpak runtime: Forgejo Flatpak release builds now target GNOME Platform 50 and use the flatpak-builder-dinox:gnome-50 builder image, matching the Flathub submission baseline.

    Fixed

    • Flatpak CI guard: The package runtime matrix now fails if the Flatpak manifest is moved away from GNOME Runtime 50.

    Installation

    Debian/Ubuntu

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

    AppImage

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

    Flatpak

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

    Build from Source

    tar xf dinox-2.0.2.tar.gz
    cd dinox-2.0.2
    ./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