17 unstable releases (4 breaking)

new 0.5.0 Mar 28, 2024
0.5.0-alpha.0 Feb 23, 2024
0.4.3 Dec 7, 2023
0.4.0 Aug 1, 2023
0.2.2 Mar 9, 2022

#255 in GUI

Download history 528/week @ 2023-12-05 758/week @ 2023-12-12 538/week @ 2023-12-19 502/week @ 2023-12-26 733/week @ 2024-01-02 774/week @ 2024-01-09 728/week @ 2024-01-16 879/week @ 2024-01-23 591/week @ 2024-01-30 600/week @ 2024-02-06 652/week @ 2024-02-13 784/week @ 2024-02-20 905/week @ 2024-02-27 791/week @ 2024-03-05 940/week @ 2024-03-12 888/week @ 2024-03-19

3,631 downloads per month
Used in 22 crates (19 directly)

MIT/Apache

1MB
17K SLoC

Dioxus Desktop (webview)

Crates.io MIT licensed Build Status Discord chat

Website | Guides | API Docs | Chat

Overview

dioxus-desktop provides a webview-based desktop renderer for the Dioxus VirtualDom.

This requires that webview is installed on the target system. WebView is installed by default on macOS and iOS devices, but might not come preinstalled on Windows or Linux devices. To fix these issues, follow the instructions in the guide.

Features

  • Simple, one-line launch for desktop apps
  • Dioxus VirtualDom running on a native thread
  • Full HTML/CSS support via wry and tao
  • Exposed window and Proxy types from tao for direct window manipulation
  • Helpful hooks for accessing the window, WebView, and running javascript.

Contributing

  • Report issues on our issue tracker.
  • Join the discord and ask questions!

License

This project is licensed under the MIT license.

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in Dioxus by you shall be licensed as MIT without any additional terms or conditions.

Dependencies

~12–56MB
~802K SLoC