<?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: Forestritium</title>
    <description>The latest articles on DEV Community by Forestritium (@forestritium).</description>
    <link>https://dev.to/forestritium</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.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F13544%2F325dfc6b-b600-474c-aa6a-b322f24b0bb5.png</url>
      <title>DEV Community: Forestritium</title>
      <link>https://dev.to/forestritium</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/forestritium"/>
    <language>en</language>
    <item>
      <title>Aethium: A minimal, high-performance UI framework for Go with immediate-mode rendering, supporting both browser (Wasm) and desktop targets.</title>
      <dc:creator>Aarav</dc:creator>
      <pubDate>Fri, 05 Jun 2026 18:17:01 +0000</pubDate>
      <link>https://dev.to/forestritium/aethium-a-minimal-high-performance-ui-framework-for-go-with-immediate-mode-rendering-supporting-2le5</link>
      <guid>https://dev.to/forestritium/aethium-a-minimal-high-performance-ui-framework-for-go-with-immediate-mode-rendering-supporting-2le5</guid>
      <description>&lt;p&gt;Aethium&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;A minimal, high-performance UI framework for Go with immediate-mode rendering, supporting both browser (Wasm) and desktop targets.&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Features&lt;/strong&gt;
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Immediate-mode rendering via a draw command stream&lt;/li&gt;
&lt;li&gt;TinyGo for browser (≤ 500 KB gzipped)&lt;/li&gt;
&lt;li&gt;Go 1.22+ for desktop (≤ 5 MB binary)&lt;/li&gt;
&lt;li&gt;Single codebase for web and desktop&lt;/li&gt;
&lt;li&gt;Zero dependencies in core framework&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;AGPL-3.0 licensed&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;Quick Start&lt;/strong&gt;
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="c"&gt;# Install the CLI&lt;/span&gt;
go &lt;span class="nb"&gt;install &lt;/span&gt;github.com/A-Solo-Engineer/aethium/cmd/aethium@latest

&lt;span class="c"&gt;# Create a new project&lt;/span&gt;
aethium new &lt;span class="nt"&gt;--module&lt;/span&gt; example.com/myapp

&lt;span class="c"&gt;# Build for desktop&lt;/span&gt;
aethium build &lt;span class="nt"&gt;--target&lt;/span&gt; desktop &lt;span class="nt"&gt;--output&lt;/span&gt; dist/

&lt;span class="c"&gt;# Build for browser&lt;/span&gt;
aethium build &lt;span class="nt"&gt;--target&lt;/span&gt; wasm &lt;span class="nt"&gt;--output&lt;/span&gt; dist/
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Documentation
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://github.com/A-Solo-Engineer/aethium/blob/main/docs/ARCHITECTURE.md" rel="noopener noreferrer"&gt;Architecture&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://github.com/A-Solo-Engineer/aethium/blob/main/docs/BUILD_SYSTEM.m" rel="noopener noreferrer"&gt;Build System&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://github.com/A-Solo-Engineer/aethium/blob/main/docs/IMPLEMENTATION_PLAN.md" rel="noopener noreferrer"&gt;Implementation Plan&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://github.com/A-Solo-Engineer/aethium/blob/main/docs/STATE_MANAGEMENT.md" rel="noopener noreferrer"&gt;State Management&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://github.com/A-Solo-Engineer/aethium/blob/main/docs/USAGE.md" rel="noopener noreferrer"&gt;Usage Guide&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;a href="https://github.com/A-Solo-Engineer/aethium/blob/main/docs/SUPPORT.md" rel="noopener noreferrer"&gt;Support&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  &lt;strong&gt;License&lt;/strong&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;&lt;a href="https://github.com/A-Solo-Engineer/aethium/blob/main/LICENSE" rel="noopener noreferrer"&gt;AGPL-3.0&lt;/a&gt;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

</description>
      <category>go</category>
      <category>ui</category>
      <category>minimal</category>
      <category>aethium</category>
    </item>
  </channel>
</rss>
