<?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: Archergate</title>
    <description>The latest articles on DEV Community by Archergate (@archergate).</description>
    <link>https://dev.to/archergate</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%2F3864921%2Fccede10d-cc61-4267-af59-a901b13be58e.png</url>
      <title>DEV Community: Archergate</title>
      <link>https://dev.to/archergate</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/archergate"/>
    <language>en</language>
    <item>
      <title>stop muting your users. instead, use local license validation.</title>
      <dc:creator>Archergate</dc:creator>
      <pubDate>Tue, 07 Apr 2026 19:41:09 +0000</pubDate>
      <link>https://dev.to/archergate/stop-muting-your-users-with-local-license-validation-1ge9</link>
      <guid>https://dev.to/archergate/stop-muting-your-users-with-local-license-validation-1ge9</guid>
      <description>&lt;p&gt;Before I explain what I built, I have two dev stories.&lt;/p&gt;

&lt;p&gt;First: a producer on a flight to Berlin opens his synth plugin mid-track. The developer had auth wired to a v1/validate endpoint. JWT expired. No Wi-Fi. Plugin interprets a 401 as an unlicensed state and mutes. Paying customer, silenced over the Atlantic.&lt;/p&gt;

&lt;p&gt;Second: a film composer drives to a remote recording session and realizes his iLok dongle is on his desk at home. Switches to cloud mode. Studio router reboots mid-take. Session dead.&lt;/p&gt;

&lt;h3&gt;
  
  
  &lt;strong&gt;Here is how the Archergate SDK handles this differently.&lt;/strong&gt;
&lt;/h3&gt;

&lt;p&gt;First validation calls home, binds the key to a machine fingerprint, and writes an HMAC-signed receipt to disk. Every launch after that reads the receipt locally. No network call. After 30 days it checks in once and refreshes. The producer on the plane gets a valid receipt, and the composing session in the studio survives a router reboot.&lt;/p&gt;

&lt;p&gt;The SDK is free and Rust for memory safety without a garbage collector. Under 200KB compiled, no runtime, C-compatible FFI. &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;cargo add archergate-license for Rust&lt;/li&gt;
&lt;li&gt;Static .lib and .a on GitHub releases for JUCE and C++ &lt;/li&gt;
&lt;li&gt;pip install archergate for Blender addons and Python tools&lt;/li&gt;
&lt;li&gt;bindings for Unity, Tauri, Electron, and Unreal are in the same repo.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;get copy protection, not hostile users: &lt;a href="//archergate.io/sdk"&gt;free sdk&lt;/a&gt;&lt;/p&gt;

</description>
      <category>gamedev</category>
      <category>rust</category>
      <category>opensource</category>
      <category>security</category>
    </item>
  </channel>
</rss>
