<?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: AeroCord</title>
    <description>The latest articles on DEV Community by AeroCord (@aerocordofficial).</description>
    <link>https://dev.to/aerocordofficial</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%2F4113339%2F8ac5b0a1-10cd-47ed-ba58-3177ebd74579.png</url>
      <title>DEV Community: AeroCord</title>
      <link>https://dev.to/aerocordofficial</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/aerocordofficial"/>
    <language>en</language>
    <item>
      <title>I Built a Discord Client For Windows 7</title>
      <dc:creator>AeroCord</dc:creator>
      <pubDate>Mon, 07 Sep 2026 10:45:42 +0000</pubDate>
      <link>https://dev.to/aerocordofficial/i-built-a-discord-client-for-windows-7-33o0</link>
      <guid>https://dev.to/aerocordofficial/i-built-a-discord-client-for-windows-7-33o0</guid>
      <description>&lt;p&gt;What if Discord looked like it belonged on a Windows 7 desktop?&lt;/p&gt;

&lt;p&gt;That was the idea behind &lt;strong&gt;AeroCord&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;AeroCord is an open-source Discord client designed around the classic &lt;strong&gt;Windows Vista/Windows 7 Aero&lt;/strong&gt; experience. Instead of trying to make another modern-looking Discord client, I wanted to see what would happen if I took a modern chat application and gave it the visual language of an older desktop OS.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why build this?
&lt;/h2&gt;

&lt;p&gt;I've always liked the visual style of Windows Vista and Windows 7.&lt;/p&gt;

&lt;p&gt;The glass effects, gradients, buttons, borders, icons, and overall desktop aesthetic are very different from the flat interfaces that dominate modern software.&lt;/p&gt;

&lt;p&gt;So I started wondering:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;What would Discord look like if it were designed for Windows 7?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;That question eventually turned into AeroCord.&lt;/p&gt;

&lt;h2&gt;
  
  
  The interface
&lt;/h2&gt;

&lt;p&gt;The goal isn't simply to put a Windows 7 wallpaper behind Discord.&lt;/p&gt;

&lt;p&gt;The interface itself is designed around that era of Windows:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Aero-inspired panels&lt;/li&gt;
&lt;li&gt;Classic gradients&lt;/li&gt;
&lt;li&gt;Glass-like UI elements&lt;/li&gt;
&lt;li&gt;Traditional desktop-style buttons&lt;/li&gt;
&lt;li&gt;Windows-era typography&lt;/li&gt;
&lt;li&gt;A layout inspired by older desktop applications&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The result is intentionally different from the current Discord interface.&lt;/p&gt;

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

&lt;h2&gt;
  
  
  Building the client
&lt;/h2&gt;

&lt;p&gt;AeroCord is written in Python and uses Qt for its desktop interface.&lt;/p&gt;

&lt;p&gt;One of the interesting parts of the project has been connecting a modern service to an interface that intentionally feels much older.&lt;/p&gt;

&lt;p&gt;There are two very different problems to solve:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The backend needs to communicate with Discord.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The frontend needs to feel like it came from the Windows 7 era.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Keeping those two sides separate makes it much easier to experiment with the UI without completely rewriting the application whenever something changes.&lt;/p&gt;

&lt;h2&gt;
  
  
  Supporting older Windows versions
&lt;/h2&gt;

&lt;p&gt;Another goal of the project is keeping AeroCord useful on older Windows systems.&lt;/p&gt;

&lt;p&gt;The project is primarily designed around Windows 7 and Vista-era hardware and software, rather than assuming that everyone is running the newest version of Windows.&lt;/p&gt;

&lt;p&gt;That makes the project a fun challenge because modern software development often assumes APIs and operating-system features that simply aren't available on older systems.&lt;/p&gt;

&lt;h2&gt;
  
  
  The current release
&lt;/h2&gt;

&lt;p&gt;AeroCord is currently at &lt;strong&gt;v0.6.5&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;It's still an evolving project, but it has already gone from an idea to a functioning Discord client.&lt;/p&gt;

&lt;p&gt;There are plenty of things I still want to improve, including the interface, compatibility, and overall polish.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's next?
&lt;/h2&gt;

&lt;p&gt;I'm planning to keep developing AeroCord and experiment with more ways to make it feel like a genuine Windows-era application rather than just a modern application with an old-looking skin.&lt;/p&gt;

&lt;p&gt;Some of the things I'd like to work on include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;More Aero-inspired UI elements&lt;/li&gt;
&lt;li&gt;Better compatibility&lt;/li&gt;
&lt;li&gt;More customization&lt;/li&gt;
&lt;li&gt;Additional Discord functionality&lt;/li&gt;
&lt;li&gt;More polished release builds&lt;/li&gt;
&lt;li&gt;Better documentation&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Try it out
&lt;/h2&gt;

&lt;p&gt;If you're interested in the project, you can find AeroCord here:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Website:&lt;/strong&gt; &lt;a href="https://aerocord.chunkp.workers.dev/index.html" rel="noopener noreferrer"&gt;https://aerocord.chunkp.workers.dev/index.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;GitHub:&lt;/strong&gt; &lt;a href="https://github.com/VerityOfficial/AeroCord" rel="noopener noreferrer"&gt;https://github.com/VerityOfficial/AeroCord&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I'd especially love to hear from people who remember using Windows Vista or Windows 7 as their daily OS.&lt;/p&gt;

&lt;p&gt;Would you actually use a Discord client that looked like this?&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;AeroCord — Finally, Discord for Windows 7.&lt;/strong&gt; 🪟&lt;/p&gt;

</description>
      <category>windows</category>
      <category>opensource</category>
      <category>python</category>
      <category>discord</category>
    </item>
  </channel>
</rss>
