<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Maria B. Ryan</title>
    <description>The latest articles on DEV Community by Maria B. Ryan (@maria_bryan_88081208cbd).</description>
    <link>https://dev.to/maria_bryan_88081208cbd</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4060482%2F70be6e9b-05d3-4ee3-95fe-d4d0eb9a9e3c.jpg</url>
      <title>DEV Community: Maria B. Ryan</title>
      <link>https://dev.to/maria_bryan_88081208cbd</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/maria_bryan_88081208cbd"/>
    <language>en</language>
    <item>
      <title>What if your Rust application could run natively on desktop and in the browser without Electron.</title>
      <dc:creator>Maria B. Ryan</dc:creator>
      <pubDate>Mon, 14 Sep 2026 13:49:15 +0000</pubDate>
      <link>https://dev.to/maria_bryan_88081208cbd/what-if-your-rust-application-could-run-natively-on-desktop-and-in-the-browser-without-electron-3ah</link>
      <guid>https://dev.to/maria_bryan_88081208cbd/what-if-your-rust-application-could-run-natively-on-desktop-and-in-the-browser-without-electron-3ah</guid>
      <description>&lt;p&gt;That's the premise behind FUI-RS: a cross-platform, retained-mode UI framework built in Rust that treats the browser as a first-class target rather than a compatibility layer bolted on afterward.&lt;/p&gt;

&lt;p&gt;One application model, multiple real targets:&lt;br&gt;
🌐 Web — compiled to WebAssembly&lt;br&gt;
🖥️ Desktop — native apps on macOS, Windows &amp;amp; Linux&lt;/p&gt;

&lt;p&gt;Under the hood, FUI-RS already brings together the pieces a real UI framework needs: controls, layouts, themes, events, dialogs, editable text, custom drawing, background workers, and host services — all built on a shared architecture so native and web don't diverge into two different codebases.&lt;/p&gt;

&lt;p&gt;A few details worth noting for anyone evaluating it seriously:&lt;br&gt;
✅ Accessibility is a first-class concern — DOM/ARIA on web, NSAccessibility on macOS, UI Automation on Windows, AT-SPI on Linux&lt;br&gt;
✅ Tooling exists to scaffold and package projects (cargo-fui) rather than hand-rolling your build setup&lt;br&gt;
✅ It's genuinely retained-mode — build your UI once, mutate it from events and callbacks, rather than re-rendering on every frame&lt;/p&gt;

&lt;p&gt;It's still early access — APIs may shift before 1.0 — which means there's real room to experiment, file issues, contribute, and shape where the ecosystem goes. Worth noting too: there's already a community-built Galaga-style space shooter running entirely on FUI-RS, which is a solid real-world stress test for a young framework.&lt;/p&gt;

&lt;p&gt;🔗 Explore the project: &lt;a href="https://github.com/zion-sati/fui-rs" rel="noopener noreferrer"&gt;https://github.com/zion-sati/fui-rs&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Rust developers — would you consider FUI-RS for your next cross-platform application? Curious what would need to be true for you to try it in production.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>rustdeveloper</category>
      <category>web3</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
