<?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: Kenneth Anders</title>
    <description>The latest articles on DEV Community by Kenneth Anders (@kenneth_anders_b405932385).</description>
    <link>https://dev.to/kenneth_anders_b405932385</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%2F4144658%2Fa71a5fd6-fe52-47cc-b5ed-b15792289ee7.png</url>
      <title>DEV Community: Kenneth Anders</title>
      <link>https://dev.to/kenneth_anders_b405932385</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/kenneth_anders_b405932385"/>
    <language>en</language>
    <item>
      <title>Built a PowerShell-Native GUI Framework — PoshUI</title>
      <dc:creator>Kenneth Anders</dc:creator>
      <pubDate>Sat, 26 Sep 2026 17:40:41 +0000</pubDate>
      <link>https://dev.to/kenneth_anders_b405932385/built-a-powershell-native-gui-framework-poshui-2f0f</link>
      <guid>https://dev.to/kenneth_anders_b405932385/built-a-powershell-native-gui-framework-poshui-2f0f</guid>
      <description>&lt;p&gt;Been working on this for a while and finally have a public release worth sharing: &lt;strong&gt;PoshUI&lt;/strong&gt;, a GUI framework you build entirely with PowerShell cmdlets — &lt;code&gt;New-UIWindow&lt;/code&gt;, &lt;code&gt;Add-UIButton&lt;/code&gt;, that kind of thing.&lt;/p&gt;

&lt;p&gt;The free WPF Community edition targets .NET 4.8 / PowerShell 5.1 with zero external dependencies, so it's usable in OS deployment workflows, not just interactive scripts.&lt;/p&gt;

&lt;p&gt;Latest release (v1.4.1) added a &lt;strong&gt;Canvas&lt;/strong&gt; module — ~85 cmdlets, free-form layout, a workflow engine with retry/timeout/skip/reboot-resume built in, and native tabs/menus/splitters. It's a lot of surface area, dense enough that I've been building Canvas layouts with LLM assistance rather than hand-authoring every cmdlet call.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F47to1dwk60wdutdtw0oz.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F47to1dwk60wdutdtw0oz.gif" alt=" " width="600" height="437"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Repo's open if you want to look under the hood or try it on something of your own: &lt;a href="https://github.com/Kanders-II/PoshUI" rel="noopener noreferrer"&gt;https://github.com/Kanders-II/PoshUI&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Curious if others building support tooling have hit similar walls putting a GUI on internal scripts — what did you end up doing?&lt;/p&gt;

</description>
      <category>dotnet</category>
      <category>opensource</category>
      <category>programming</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
