Download Latest Version dx-x86_64-apple-darwin.tar.gz (37.1 MB)
Email in envelope

Get an email when there's a new version of Dioxus

Home / v0.7.1
Name Modified Size InfoDownloads / Week
Parent folder
dx-x86_64-apple-darwin.sha256 2025-11-06 189 Bytes
dx-x86_64-apple-darwin.tar.gz 2025-11-06 37.1 MB
dx-x86_64-apple-darwin.zip 2025-11-06 37.1 MB
dx-x86_64-unknown-linux-gnu.sha256 2025-11-06 199 Bytes
dx-x86_64-unknown-linux-gnu.tar.gz 2025-11-06 39.1 MB
dx-x86_64-unknown-linux-gnu.zip 2025-11-06 39.1 MB
dx-x86_64-pc-windows-msvc.sha256 2025-11-06 96 Bytes
dx-x86_64-pc-windows-msvc.zip 2025-11-06 33.2 MB
dx-aarch64-pc-windows-msvc.sha256 2025-11-06 97 Bytes
dx-aarch64-pc-windows-msvc.zip 2025-11-06 31.1 MB
dx-aarch64-apple-darwin.sha256 2025-11-06 191 Bytes
dx-aarch64-apple-darwin.tar.gz 2025-11-06 35.4 MB
dx-aarch64-apple-darwin.zip 2025-11-06 35.4 MB
dx-aarch64-unknown-linux-gnu.sha256 2025-11-06 201 Bytes
dx-aarch64-unknown-linux-gnu.tar.gz 2025-11-06 37.6 MB
dx-aarch64-unknown-linux-gnu.zip 2025-11-06 37.6 MB
README.md 2025-11-06 3.1 kB
v0.7.1 source code.tar.gz 2025-11-06 13.2 MB
v0.7.1 source code.zip 2025-11-06 13.8 MB
Totals: 19 Items   389.6 MB 0

Post-Release Bug Fixes

This release fixes a number of critical bugs that slipped through v0.7.0 testing.

Namely:

  • Changes related to windows-app builds causing entrypoint symbol to be wrong
  • Fixes some unwrap() calls that were supposed to be errors
  • Use serde_qs for query string support in server functions
  • Tracing spans are properly aligned for server functions
  • Calls to extract() use a blank GET request when called outside the runtime
  • File dialogs on desktop are now async instead of sync
  • The --platform flag was accidentally removed completely, it is now back

We recommend updating with cargo binstall dioxus-cli@0.7.1 --force or dx self-update

What's Changed

New Contributors

Full Changelog: https://github.com/DioxusLabs/dioxus/compare/v0.7.0...v0.7.1

Source: README.md, updated 2025-11-06