<?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: Symon Baikov</title>
    <description>The latest articles on DEV Community by Symon Baikov (@symonbaikov).</description>
    <link>https://dev.to/symonbaikov</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%2F3978956%2F8de89c17-364c-4707-a7ff-0812da294889.jpeg</url>
      <title>DEV Community: Symon Baikov</title>
      <link>https://dev.to/symonbaikov</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/symonbaikov"/>
    <language>en</language>
    <item>
      <title>How I Forked OpenUsage and Built a Linux-First Community Edition</title>
      <dc:creator>Symon Baikov</dc:creator>
      <pubDate>Thu, 11 Jun 2026 07:35:51 +0000</pubDate>
      <link>https://dev.to/symonbaikov/how-i-forked-openusage-and-built-a-linux-first-community-edition-2j9c</link>
      <guid>https://dev.to/symonbaikov/how-i-forked-openusage-and-built-a-linux-first-community-edition-2j9c</guid>
      <description>&lt;h1&gt;
  
  
  How I Forked OpenUsage and Built a Linux-First Community Edition
&lt;/h1&gt;

&lt;p&gt;Over the last few months, AI coding tools have become a major part of my daily workflow.&lt;/p&gt;

&lt;p&gt;Like many developers, I found myself using multiple services at the same time:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Claude Code&lt;/li&gt;
&lt;li&gt;Codex&lt;/li&gt;
&lt;li&gt;Cursor&lt;/li&gt;
&lt;li&gt;Copilot&lt;/li&gt;
&lt;li&gt;Gemini&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The problem wasn't the tools themselves.&lt;/p&gt;

&lt;p&gt;The problem was keeping track of usage limits.&lt;/p&gt;

&lt;p&gt;I constantly found myself opening different dashboards just to answer one simple question:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;How much usage do I actually have left?&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  Looking for a Solution
&lt;/h2&gt;

&lt;p&gt;I started looking for a lightweight desktop application that could live in the system tray and show usage information for all my AI coding subscriptions in one place.&lt;/p&gt;

&lt;p&gt;I eventually found OpenUsage.&lt;/p&gt;

&lt;p&gt;The project was open source, well designed, and already supported many providers.&lt;/p&gt;

&lt;p&gt;There was only one problem.&lt;/p&gt;

&lt;p&gt;I use Linux.&lt;/p&gt;

&lt;p&gt;At the time, Linux support was either missing or incomplete.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I Created OpenUsage Community
&lt;/h2&gt;

&lt;p&gt;While exploring the project, I learned that the original OpenUsage project was moving toward a Swift and macOS-first architecture.&lt;/p&gt;

&lt;p&gt;That made me realize there was room for a community-maintained continuation focused on Linux and cross-platform support.&lt;/p&gt;

&lt;p&gt;So I created:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;OpenUsage Community&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;GitHub:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/openusage-community/openusage" rel="noopener noreferrer"&gt;https://github.com/openusage-community/openusage&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Goals
&lt;/h2&gt;

&lt;p&gt;The project has a few simple goals:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;First-class Linux support&lt;/li&gt;
&lt;li&gt;Keep the Tauri-based cross-platform architecture&lt;/li&gt;
&lt;li&gt;Support multiple AI coding providers&lt;/li&gt;
&lt;li&gt;Remain open source and community-driven&lt;/li&gt;
&lt;li&gt;Make installation easy with AppImage, .deb and .rpm packages&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What Works Today
&lt;/h2&gt;

&lt;p&gt;Current features include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Linux system tray integration&lt;/li&gt;
&lt;li&gt;AppImage builds&lt;/li&gt;
&lt;li&gt;Debian / Ubuntu packages&lt;/li&gt;
&lt;li&gt;RPM packages for Fedora and related distributions&lt;/li&gt;
&lt;li&gt;Multiple AI provider integrations&lt;/li&gt;
&lt;li&gt;Local-first architecture&lt;/li&gt;
&lt;li&gt;Automatic updates&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The application allows me to monitor usage across providers without opening multiple websites and dashboards throughout the day.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Learned
&lt;/h2&gt;

&lt;p&gt;One thing I learned very quickly is that Linux users care deeply about quality.&lt;/p&gt;

&lt;p&gt;It isn't enough for an application to compile.&lt;/p&gt;

&lt;p&gt;It needs to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;install cleanly&lt;/li&gt;
&lt;li&gt;integrate with the desktop&lt;/li&gt;
&lt;li&gt;work on GNOME&lt;/li&gt;
&lt;li&gt;work on KDE&lt;/li&gt;
&lt;li&gt;behave correctly on Wayland&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This pushed me to start building a more serious testing and CI/CD strategy around the project.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's Next
&lt;/h2&gt;

&lt;p&gt;The next areas I'm focusing on are:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;stronger Linux desktop integration&lt;/li&gt;
&lt;li&gt;automated GUI testing&lt;/li&gt;
&lt;li&gt;screenshot regression testing&lt;/li&gt;
&lt;li&gt;improved packaging&lt;/li&gt;
&lt;li&gt;community contributions&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I'm also interested in hearing how other developers keep track of AI coding subscription usage.&lt;/p&gt;

&lt;p&gt;Do you monitor usage limits manually?&lt;/p&gt;

&lt;p&gt;Do you use dashboards?&lt;/p&gt;

&lt;p&gt;Or do you simply wait until the limit is reached?&lt;/p&gt;

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

&lt;p&gt;If you're a Linux user, I'd love to hear your thoughts.&lt;/p&gt;

&lt;p&gt;If you want to try the project or contribute:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/openusage-community/openusage" rel="noopener noreferrer"&gt;https://github.com/openusage-community/openusage&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feedback, bug reports, and pull requests are always welcome.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>linux</category>
    </item>
  </channel>
</rss>
