• v2.1.7 f2c650fc6a

    DinoX v2.1.7
    All checks were successful
    Build / Validate Manual Selection (push) Has been skipped
    Build / Release Static Preflight (push) Successful in 31s
    Build / Mirror AppImage Runtimes (push) Has been skipped
    Build / Core Build (push) Successful in 18m8s
    Build / Build AppImage (push) Successful in 17m32s
    Build / Build Flatpak (push) Successful in 25m35s
    Stable

    Ralf released this 2026-07-01 13:09:22 +02:00 | 219 commits to master since this release

    DinoX v2.1.7

    Modern XMPP client with extended features.

    What's New

    Fixed

    • Own remote file offers: Sent files that only retain a server-hosted SFS or HTTP source can now be downloaded and retried from another device on the sender's own account instead of being treated as unavailable local uploads.
    • Legacy encrypted file URL routing: Bot Features now recognizes standalone legacy aesgcm:// file URLs and keeps them out of AI message routing while preserving normal file-transfer handling.
    • MUC join dialog text safety: Sanitized account names, room discovery metadata, JIDs, filters, status messages, and descriptions before showing them in GTK, preventing malformed UTF-8 service data from breaking group-chat discovery and join dialogs.
    • OMEMO device-list refresh stability: Guarded device-list ownership checks when a stream has no completed bind state yet, preventing a crash while learning a device from an incoming pre-key message.

    Installation

    Debian/Ubuntu

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

    AppImage

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

    Flatpak

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

    Build from Source

    tar xf dinox-2.1.7.tar.gz
    cd dinox-2.1.7
    ./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
  • v2.1.6 e4ee645626

    DinoX v2.1.6
    All checks were successful
    Build / Validate Manual Selection (push) Has been skipped
    Build / Release Static Preflight (push) Successful in 29s
    Build / Mirror AppImage Runtimes (push) Has been skipped
    Build / Core Build (push) Successful in 18m11s
    Build / Build AppImage (push) Successful in 18m16s
    Build / Build Flatpak (push) Successful in 30m2s
    Stable

    Ralf released this 2026-06-29 21:36:50 +02:00 | 223 commits to master since this release

    DinoX v2.1.6

    Modern XMPP client with extended features.

    What's New

    Fixed

    • Message delivery completion: Hardened XEP-0198 stream-management send-queue completion so 1:1 messages can leave the pending state once the server acknowledges them.
    • OMEMO same-account devices: When OMEMO 2 runtime support is disabled, stale OMEMO2-only state is cleaned up and DinoX waits for unknown same-JID OMEMO v1 devices before sending, so other logged-in clients are less likely to miss encrypted messages.
    • Received video and media files: Empty received media payloads are rejected before playback or storage and now show a clear chat error asking the sender to send the file again.

    Installation

    Debian/Ubuntu

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

    AppImage

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

    Flatpak

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

    Build from Source

    tar xf dinox-2.1.6.tar.gz
    cd dinox-2.1.6
    ./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
  • v2.1.5 75feb14df5

    DinoX v2.1.5
    All checks were successful
    Build / Validate Manual Selection (push) Has been skipped
    Build / Release Static Preflight (push) Successful in 38s
    Build / Mirror AppImage Runtimes (push) Has been skipped
    Build / Core Build (push) Successful in 22m22s
    Build / Build AppImage (push) Successful in 17m38s
    Build / Build Flatpak (push) Successful in 1h30m58s
    Stable

    Ralf released this 2026-06-29 11:31:19 +02:00 | 227 commits to master since this release

    DinoX v2.1.5

    Modern XMPP client with extended features.

    What's New

    Changed

    • Startup and add-conversation responsiveness: Deferred heavy roster, account, group, and preference-list setup so startup and add-conversation dialogs open with less main-loop pressure after large roster or MUC activity.
    • MUC member and occupant state handling: Hardened cached member-list, occupant popover, call-entry, presence, and notification state so large rooms keep more stable UI state while switching, closing, or reopening chats.
    • Encryption details lifecycle: Tightened OMEMO and OpenPGP contact-detail and preference-row callbacks so stale widgets no longer receive key-state updates after their account, chat, or page lifecycle has ended.

    Fixed

    • OMEMO v1 device and bundle repair: Hardened legacy OMEMO reset, bundle fetch, device-list retry, and self-publish handling so older or temporarily inconsistent peer devices can recover without corrupting the active send path.
    • OMEMO MAM replay visibility: Account-level archive catch-up now runs reliably after reconnect, MAM replay messages keep their stable server IDs for deduplication, and undecryptable live or replayed OMEMO payloads remain visible as explicit encrypted-message failures instead of disappearing silently.
    • MUC join and bookmark removal flow: Fixed direct group join selection, bookmark removal state, manual removal protection, stale leave/rejoin state, and join-dialog completion so removed or rejoined rooms do not get reopened by old local state.
    • Roster and account lifecycle handling: Hardened account-scoped roster, contact browser, contact settings, and account combo-box state so preference pages and add-contact dialogs no longer mix stale account data after account or roster changes.
    • MUC startup lifecycle regressions: Fixed stale join continuations, incomplete room metadata handling, and duplicate room-entry state that could leave group-chat dialogs or room details stuck after startup.
    • OpenPGP private MUC readiness: Hardened OpenPGP file-send readiness checks for private MUC contexts so encrypted file preparation fails closed when sender/contact key state is not ready.
    • Chat encryption status callbacks: Guarded chat-input encryption indicators and conversation controllers against stale callback delivery after the active conversation changes.

    Installation

    Debian/Ubuntu

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

    AppImage

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

    Flatpak

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

    Build from Source

    tar xf dinox-2.1.5.tar.gz
    cd dinox-2.1.5
    ./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
  • v2.1.4 7b964ee79d

    DinoX v2.1.4
    All checks were successful
    Build / Validate Manual Selection (push) Has been skipped
    Build / Release Static Preflight (push) Successful in 31s
    Build / Mirror AppImage Runtimes (push) Has been skipped
    Build / Core Build (push) Successful in 25m40s
    Build / Build AppImage (push) Successful in 22m27s
    Build / Build Flatpak (push) Successful in 28m42s
    Stable

    Ralf released this 2026-06-20 18:54:47 +02:00 | 245 commits to master since this release

    DinoX v2.1.4

    Modern XMPP client with extended features.

    What's New

    Added

    • OpenPGP secret key synchronization: Added XEP-0373 secret key backup publishing and fetch/restore support for OpenPGP-for-XMPP accounts, using the XEP-0373 backup-code encryption format for interoperable restore on other clients.
    • OpenPGP contact verification: Added manual trust state for XEP-0373/XEP-0374 contact keys so contact encryption details can show whether a published OpenPGP key is unverified, manually verified, or changed.

    Changed

    • OpenPGP key management modes: Separated XMPP OpenPGP publishing and selection from legacy XEP-0027/keyserver publishing, with clearer account-scoped actions for XEP-0373/XEP-0374 keys versus legacy keys.
    • OpenPGP account scope: Tightened per-account key visibility and selection so account keys, legacy keyserver state, and XMPP-published keys no longer bleed into each other.

    Fixed

    • OpenPGP server backup restore UI: Fixed double dialogs, click-through activation, cancel handling, wrong-backup-code handling, and duplicate import handling in the secret key sync flow.
    • OpenPGP already-present restore cases: Secret backups that match an already available local key now stop cleanly and tell the user that no import is needed.
    • OpenPGP unencrypted server keys: Fetching an unencrypted published XMPP OpenPGP key now handles the no-secret-backup case without an endless spinner.
    • OpenPGP contact signal cleanup: Guarded contact signal cleanup so stale UI callbacks no longer run after the contact details view is gone.
    • MUC join lifecycle: Hardened group chat join state so repeated joins, slow large rooms, and stale join continuations do not leave the join UI stuck.
    • Direct Jingle file transfers: Fixed stale direct Jingle transfer state after cancelled or outdated live transfer offers.
    • URL preview safety: Guarded URL preview message creation so invalid or incomplete preview state does not create broken messages.
    • AppImage runtime: Bundled libgeoclue-2 for AppImage builds to avoid missing runtime library failures.

    Installation

    Debian/Ubuntu

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

    AppImage

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

    Flatpak

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

    Build from Source

    tar xf dinox-2.1.4.tar.gz
    cd dinox-2.1.4
    ./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
  • v2.1.3 4203a78e49

    DinoX v2.1.3
    All checks were successful
    Build / Validate Manual Selection (push) Has been skipped
    Build / Release Static Preflight (push) Successful in 42s
    Build / Mirror AppImage Runtimes (push) Has been skipped
    Build / Core Build (push) Successful in 25m24s
    Build / Build AppImage (push) Successful in 26m43s
    Build / Build Flatpak (push) Successful in 36m13s
    Stable

    Ralf released this 2026-06-14 11:37:39 +02:00 | 262 commits to master since this release

    DinoX v2.1.3

    Modern XMPP client with extended features.

    What's New

    Fixed

    • OpenPGP for XMPP interoperability: Improved XEP-0373/XEP-0374 interoperability with clients that publish lowercase OpenPGP key-data nodes or use a jabber:client payload namespace inside encrypted signcrypt envelopes.
    • OpenPGP contact status wording: Clarified the XEP-0373/XEP-0374 contact-details state so advertised support is not confused with a retrievable XMPP-published key.
    • MUC bookmark sync timeouts: Reduced repeated PubSub timeout noise while keeping clear room-specific warnings when bookmark autojoin sync fails.
    • MQTT settings and reconnects: Hardened MQTT enable/disable and reconnect handling to avoid stale UI state, duplicate connections, and account/standalone mode races.
    • Cached avatars in add-conversation dialogs: Restored cached contact and group avatars in the contact and group chat selection dialogs after restart without triggering network-heavy UI row loading.
    • Windows MUC occupant warnings: Cleaned up Windows-specific MUC occupant warning paths from the recent large-room work.

    Installation

    Debian/Ubuntu

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

    AppImage

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

    Flatpak

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

    Build from Source

    tar xf dinox-2.1.3.tar.gz
    cd dinox-2.1.3
    ./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
  • v2.1.2 f7fe8fc444

    DinoX v2.1.2
    All checks were successful
    Build / Validate Manual Selection (push) Has been skipped
    Build / Release Static Preflight (push) Successful in 30s
    Build / Mirror AppImage Runtimes (push) Has been skipped
    Build / Core Build (push) Successful in 22m36s
    Build / Build AppImage (push) Successful in 24m8s
    Build / Build Flatpak (push) Successful in 53m22s
    Stable

    Ralf released this 2026-06-13 18:55:03 +02:00 | 270 commits to master since this release

    DinoX v2.1.2

    Modern XMPP client with extended features.

    What's New

    Added

    • MUC invitations: Added an explicit inbound and outbound group invitation flow with in-app accept/decline handling, notification routing, and outbound invite actions from group chat surfaces.
    • Permanent MUC leave: Added a permanent leave action for group chats so users can leave a room and remove the bookmark instead of only closing or temporarily leaving it.
    • Conversation notification controls: Added per-conversation notification controls for finer chat notification handling.

    Changed

    • Large MUC member list performance: Reworked large group member lists with virtualized, budgeted, and cache-friendly loading so opening, closing, and switching chats stays responsive in large rooms.
    • MUC member list cleanup: Moved expensive member list cleanup away from the chat switch path and detached hidden list models before deferred cleanup to reduce UI stalls.
    • MUC avatar handling: Reduced avatar pressure in large member lists with cached-avatar warming, debug statistics, and static/cache-only avatar behavior in add-conversation lists instead of triggering network avatar bursts from UI row construction.
    • Add conversation dialogs: Deferred roster and group list work, tightened list lifecycle handling, and improved group dialog responsiveness after startup or large MUC activity.
    • MUC startup responsiveness: Prioritized active/manual room work and reduced startup pressure from large MUCs, including smaller MAM batches and coalesced sidebar sorting.

    Fixed

    • MUC join duplicate rows: Deduplicated group join candidates and handled already joined MUC entries consistently in the group join dialog.
    • MUC close/leave semantics: Separated closing a group chat from leaving it, so close is local UI state while leave and permanent leave perform the correct room/bookmark operations.
    • MUC invite side effects: Prevented incoming group invitations from implicitly creating/opening/joining rooms before the user explicitly accepts.
    • MUC join races: Hardened MUC join coalescing, timeout, and metadata handling to avoid duplicate join windows, stale join continuations, and avatar-fetch pressure during large room joins.
    • Member list presentation: Avoided duplicate progress labels, reduced occupant timing overhead, and budgeted presentation rebuilds and commits to prevent long main-loop stalls.
    • File transfer recovery: Hardened file-transfer recovery and made transfer actions more robust after interrupted or cancelled transfers.
    • Windows build warnings: Reduced Windows build warnings in preparation for the next Windows package build.

    Installation

    Debian/Ubuntu

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

    AppImage

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

    Flatpak

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

    Build from Source

    tar xf dinox-2.1.2.tar.gz
    cd dinox-2.1.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
  • v2.1.1 474034500f

    DinoX v2.1.1
    All checks were successful
    Build / Validate Manual Selection (push) Has been skipped
    Build / Release Static Preflight (push) Successful in 37s
    Build / Mirror AppImage Runtimes (push) Has been skipped
    Build / Core Build (push) Successful in 27m12s
    Build / Build AppImage (push) Successful in 25m2s
    Build / Build Flatpak (push) Successful in 34m17s
    Stable

    Ralf released this 2026-06-09 10:05:41 +02:00 | 314 commits to master since this release

    DinoX v2.1.1

    Modern XMPP client with extended features.

    What's New

    Fixed

    • File transfer cancel handling (Jingle send path): Sending side transfers now register a transfer identifier/token and keep a send-side session map, so cancel requests from UI or local state always terminate the active Jingle session with CANCEL instead of only aborting local progress state.
    • File transfer cancel handling (Jingle receive path): Receive-side cancel actions now route through JingleFileProvider.cancel_receive_transfer and keep transport teardown in the session lifecycle, avoiding lingering half-close races that could destabilize Windows transfers.
    • File transfer cancellation status consistency: HTTP/SFS download abort now propagates IOError.CANCELLED instead of collapsing to generic IOError.FAILED, so UI and retry logic show a true cancelled outcome.
    • Offer flow safety: Jingle sender offers now support a bounded offer wait timeout (default 15s) and avoid indefinite hang states when no ACCEPT or terminate event arrives.

    Changed

    • Documentation landing page: Repo docs landing page link now points to the in-repository wiki as the current documentation home.

    Installation

    Debian/Ubuntu

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

    AppImage

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

    Flatpak

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

    Build from Source

    tar xf dinox-2.1.1.tar.gz
    cd dinox-2.1.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
  • v2.1.0 28d936a5ea

    DinoX v2.1.0
    All checks were successful
    Build / Validate Manual Selection (push) Has been skipped
    Build / Release Static Preflight (push) Successful in 30s
    Build / Mirror AppImage Runtimes (push) Has been skipped
    Build / Core Build (push) Successful in 21m49s
    Build / Build AppImage (push) Successful in 21m2s
    Build / Build Flatpak (push) Successful in 31m29s
    Stable

    dinoxim released this 2026-06-06 14:00:50 +02:00 | 320 commits to master since this release

    DinoX v2.1.0

    Modern XMPP client with extended features.

    What's New

    Changed

    • OMEMO interoperability default: Legacy OMEMO remains the stable default, while OMEMO 2 stays behind the explicit DINOX_ENABLE_OMEMO2=1 opt-in gate for now.

    Fixed

    • OMEMO own PEP publishing: Own OMEMO PEP publishes no longer address the account bare JID explicitly and retry legacy and OMEMO 2 device-list publication without pubsub#max_items when older servers reject that publish option.

    Known Compatibility Notes

    • talk.de / ejabberd 21.01: wait/resource-constraint can still be reported for legacy OMEMO device-list publishing on this server stack; ejabberd 26 remains the current reference server for the 2.1.0 package release check.

    Installation

    Debian/Ubuntu

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

    AppImage

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

    Flatpak

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

    Build from Source

    tar xf dinox-2.1.0.tar.gz
    cd dinox-2.1.0
    ./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
  • v2.0.9 f5bfa7ddc4

    DinoX v2.0.9
    All checks were successful
    Build / Validate Manual Selection (push) Has been skipped
    Build / Release Static Preflight (push) Successful in 38s
    Build / Mirror AppImage Runtimes (push) Has been skipped
    Build / Core Build & Test (push) Successful in 19m44s
    Build / Build AppImage (push) Successful in 20m30s
    Build / Build Flatpak (push) Successful in 30m46s
    Stable

    dinoxim released this 2026-06-06 02:18:22 +02:00 | 332 commits to master since this release

    DinoX v2.0.9

    Modern XMPP client with extended features.

    What's New

    Changed

    • OMEMO 2 runtime policy: OMEMO 2 remains available as an explicit opt-in path through DINOX_ENABLE_OMEMO2=1, but stable builds now keep legacy OMEMO as the default interop mode.

    Fixed

    • OMEMO PubSub load: DinoX no longer publishes or queries legacy OMEMO and OMEMO 2 state in parallel by default, avoiding repeated wait/resource-constraint responses on servers that throttle PEP/PubSub work.
    • Legacy OMEMO fallback: Existing OMEMO 2-only database rows no longer make a contact look like a usable legacy OMEMO address when OMEMO 2 is disabled, so legacy device discovery can recover correctly.
    • OMEMO 2 repair side effects: Incoming OMEMO 2 repair paths no longer trigger v2 bundle/device-list PubSub requests unless OMEMO 2 was explicitly enabled.
    • Forgejo release test gate: Release-candidate and local release full-test runs now execute Meson tests serially, CI checkouts use shallow fetches, Linux package compile jobs are capped so Deb, AppImage, and Flatpak builds do not flood the Forgejo host with uncontrolled parallel compiler processes, and package jobs no longer reject an otherwise compatible builder image solely because ci-build-deps.sh changed build-control logic.

    Installation

    Debian/Ubuntu

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

    AppImage

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

    Flatpak

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

    Build from Source

    tar xf dinox-2.0.9.tar.gz
    cd dinox-2.0.9
    ./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
  • v2.0.8 642f4dc4e6

    DinoX v2.0.8
    Some checks failed
    Build / Validate Manual Selection (push) Has been skipped
    Build / Mirror AppImage Runtimes (push) Has been skipped
    Build / Release Static Preflight (push) Successful in 1m9s
    Build / Core Build & Test (push) Failing after 17m6s
    Build / Build AppImage (push) Has been skipped
    Build / Build Flatpak (push) Has been skipped
    Stable

    dinoxim released this 2026-06-05 21:01:13 +02:00 | 341 commits to master since this release

    DinoX v2.0.8

    Modern XMPP client with extended features.

    What's New

    Fixed

    • Chat input UTF-8 safety: Pasted or restored chat-input text is sanitized before it reaches GTK/Pango or the send path, including length-aware paste handling, edit-mode sends, drafts, plugin text commands, and emoji-preserving regression coverage.
    • MUC rejoin stability: Group chats recover more reliably after self-ping failures by stabilizing the rejoin path instead of leaving the room state stuck after a stalled stream.
    • Mixed OMEMO device state: OMEMO publishing and session handling are hardened for contacts that expose mixed legacy and OMEMO 2 device state from the same JID.

    Installation

    Debian/Ubuntu

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

    AppImage

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

    Flatpak

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

    Build from Source

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