<?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>Forem: Nexora</title>
    <description>The latest articles on Forem by Nexora (@nexoraco).</description>
    <link>https://forem.com/nexoraco</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%2Fuser%2Fprofile_image%2F3688073%2F48d189a7-8898-431a-82e6-266002c0d411.png</url>
      <title>Forem: Nexora</title>
      <link>https://forem.com/nexoraco</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/nexoraco"/>
    <language>en</language>
    <item>
      <title>Nexora Launcher — Prototype Release (WPF / .NET 8)</title>
      <dc:creator>Nexora</dc:creator>
      <pubDate>Thu, 01 Jan 2026 05:06:14 +0000</pubDate>
      <link>https://forem.com/nexoraco/nexora-launcher-prototype-release-wpf-net-8-1hag</link>
      <guid>https://forem.com/nexoraco/nexora-launcher-prototype-release-wpf-net-8-1hag</guid>
      <description>&lt;h1&gt;
  
  
  Nexora Launcher — Prototype Release (WPF / .NET 8)
&lt;/h1&gt;

&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;PROTOTYPE DEMO&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
This is a technical preview showing the UI, architecture, and direction of the Nexora Launcher.&lt;br&gt;&lt;br&gt;
Real game integrations are coming soon!&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href=""&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fimg.shields.io%2Fbadge%2Fstatus-prototype-cyan" alt="Status" width="106" height="20"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href=""&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fimg.shields.io%2Fbadge%2F.NET-8-green" alt=".NET 8" width="52" height="20"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href=""&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fimg.shields.io%2Fbadge%2Flicense-MIT-blue" alt="License" width="78" height="20"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href=""&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fimg.shields.io%2Fbadge%2Fplatform-Windows-0078d7" alt="Platform" width="116" height="20"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href=""&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fimg.shields.io%2Fgithub%2Fv%2Frelease%2FNexoraCo%2FNexora-Launcher" alt="Release" width="106" height="20"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href=""&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fimg.shields.io%2Fgithub%2Fdownloads%2FNexoraCo%2FNexora-Launcher%2Ftotal" alt="Downloads" width="86" height="20"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  What is Nexora?
&lt;/h2&gt;

&lt;p&gt;Nexora is a lightweight, modern Windows game launcher built with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;C# / .NET 8&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;WPF (Windows Presentation Foundation)&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;MVVM architecture&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;JSON-based game database&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;User-level installer + portable mode&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This prototype demonstrates the &lt;strong&gt;UI/UX&lt;/strong&gt;, &lt;strong&gt;architecture&lt;/strong&gt;, and &lt;strong&gt;installer system&lt;/strong&gt; before full integrations (Steam, Epic, GitHub) are added.&lt;/p&gt;




&lt;h2&gt;
  
  
  What Works Right Now
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Clean, modern WPF UI
&lt;/li&gt;
&lt;li&gt;MVVM structure (Models, ViewModels, Services)
&lt;/li&gt;
&lt;li&gt;Add custom games manually
&lt;/li&gt;
&lt;li&gt;JSON game storage
&lt;/li&gt;
&lt;li&gt;Self-contained .NET 8 EXE
&lt;/li&gt;
&lt;li&gt;Installer + portable mode
&lt;/li&gt;
&lt;li&gt;Website + updater foundation
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  What’s Not Implemented Yet
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Steam library scanning
&lt;/li&gt;
&lt;li&gt;Epic Games integration
&lt;/li&gt;
&lt;li&gt;Cloud sync
&lt;/li&gt;
&lt;li&gt;Game metadata fetching
&lt;/li&gt;
&lt;li&gt;Auto-tagging
&lt;/li&gt;
&lt;li&gt;Background services
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This build is &lt;strong&gt;not&lt;/strong&gt; a full launcher — it’s a &lt;strong&gt;visual + architectural preview&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  Download the Prototype
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Direct EXE:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://github.com/NexoraCo/Nexora-Launcher/releases/download/launcher/Nexora.exe" rel="noopener noreferrer"&gt;https://github.com/NexoraCo/Nexora-Launcher/releases/download/launcher/Nexora.exe&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Website:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://nexoraco.github.io/nexora.github.io/" rel="noopener noreferrer"&gt;https://nexoraco.github.io/nexora.github.io/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;GitHub Repo:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://github.com/NexoraCo/Nexora-Launcher" rel="noopener noreferrer"&gt;https://github.com/NexoraCo/Nexora-Launcher&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Tech Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;.NET 8 (self-contained)&lt;/li&gt;
&lt;li&gt;WPF (XAML)&lt;/li&gt;
&lt;li&gt;MVVM pattern&lt;/li&gt;
&lt;li&gt;NSIS installer # Not Made YET! Will Be When Out Of Demo&lt;/li&gt;
&lt;li&gt;GitHub Pages for updates&lt;/li&gt;
&lt;/ul&gt;







&lt;h2&gt;
  
  
  Roadmap
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Steam + Epic imports
&lt;/li&gt;
&lt;li&gt;Custom themes
&lt;/li&gt;
&lt;li&gt;Plugin system
&lt;/li&gt;
&lt;li&gt;Cloud sync
&lt;/li&gt;
&lt;li&gt;Metadata + cover art
&lt;/li&gt;
&lt;li&gt;Update channels (stable / beta)
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Feedback Welcome
&lt;/h2&gt;

&lt;p&gt;This is an early prototype — feedback helps shape the final launcher.&lt;br&gt;&lt;br&gt;
Drop your thoughts, ideas, or feature requests in the comments!&lt;/p&gt;

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