<?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: umbra</title>
    <description>The latest articles on DEV Community by umbra (@umbraaeternaa).</description>
    <link>https://dev.to/umbraaeternaa</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%2F3995375%2F3361ae9d-a29c-40aa-aba2-76549ac89446.png</url>
      <title>DEV Community: umbra</title>
      <link>https://dev.to/umbraaeternaa</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/umbraaeternaa"/>
    <language>en</language>
    <item>
      <title>I built a macOS security tool that locks your secrets when you walk away</title>
      <dc:creator>umbra</dc:creator>
      <pubDate>Sun, 21 Jun 2026 14:05:38 +0000</pubDate>
      <link>https://dev.to/umbraaeternaa/i-built-a-macos-security-tool-that-locks-your-secrets-when-you-walk-away-2gi8</link>
      <guid>https://dev.to/umbraaeternaa/i-built-a-macos-security-tool-that-locks-your-secrets-when-you-walk-away-2gi8</guid>
      <description>&lt;p&gt;CHIMERA is an open-source macOS security "organism" — one local process&lt;br&gt;
orchestrating 8 native organs (C / C++ / ARM64 asm) that react to threats&lt;br&gt;
together, entirely on your machine. No cloud, no telemetry, no account.&lt;/p&gt;

&lt;p&gt;Flagship reflex: pair it to your phone over Bluetooth, walk away, and your&lt;br&gt;
Mac locks itself (vault sealed, screen locked) on its own. Come back and it&lt;br&gt;
stands down — but never auto-unlocks (BLE is spoofable, so "return = unlock"&lt;br&gt;
would be a backdoor). Proximity is a key that only locks; coming back is&lt;br&gt;
always your password.&lt;/p&gt;

&lt;p&gt;It's early and honest: alpha, clone-and-build, self-signed (Apple Development&lt;br&gt;
cert only, no notarized download yet). I'm posting now because you don't have&lt;br&gt;
to trust me — everything it does is in the source, and every reflex it fires&lt;br&gt;
lands in an audit trail you can read.&lt;/p&gt;

&lt;p&gt;60-second verify: after build, &lt;code&gt;python -m core status&lt;/code&gt; shows all 8 organs&lt;br&gt;
live, 6 armed reflexes, and the audit log of every defensive action.&lt;/p&gt;

&lt;p&gt;Repo (with a 30s demo): &lt;a href="https://github.com/umbraaeternaa/macbastion" rel="noopener noreferrer"&gt;https://github.com/umbraaeternaa/macbastion&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Happy to dig into the architecture — native organs under a Python brain over&lt;br&gt;
a UNIX socket, the reflex/event model, why proximity only locks.&lt;/p&gt;

</description>
      <category>security</category>
      <category>macos</category>
      <category>opensource</category>
      <category>showdev</category>
    </item>
    <item>
      <title>I built a macOS security tool that locks your secrets when you walk away</title>
      <dc:creator>umbra</dc:creator>
      <pubDate>Sun, 21 Jun 2026 14:05:38 +0000</pubDate>
      <link>https://dev.to/umbraaeternaa/i-built-a-macos-security-tool-that-locks-your-secrets-when-you-walk-away-ddb</link>
      <guid>https://dev.to/umbraaeternaa/i-built-a-macos-security-tool-that-locks-your-secrets-when-you-walk-away-ddb</guid>
      <description>&lt;p&gt;CHIMERA is an open-source macOS security "organism" — one local process&lt;br&gt;
orchestrating 8 native organs (C / C++ / ARM64 asm) that react to threats&lt;br&gt;
together, entirely on your machine. No cloud, no telemetry, no account.&lt;/p&gt;

&lt;p&gt;Flagship reflex: pair it to your phone over Bluetooth, walk away, and your&lt;br&gt;
Mac locks itself (vault sealed, screen locked) on its own. Come back and it&lt;br&gt;
stands down — but never auto-unlocks (BLE is spoofable, so "return = unlock"&lt;br&gt;
would be a backdoor). Proximity is a key that only locks; coming back is&lt;br&gt;
always your password.&lt;/p&gt;

&lt;p&gt;It's early and honest: alpha, clone-and-build, self-signed (Apple Development&lt;br&gt;
cert only, no notarized download yet). I'm posting now because you don't have&lt;br&gt;
to trust me — everything it does is in the source, and every reflex it fires&lt;br&gt;
lands in an audit trail you can read.&lt;/p&gt;

&lt;p&gt;60-second verify: after build, &lt;code&gt;python -m core status&lt;/code&gt; shows all 8 organs&lt;br&gt;
live, 6 armed reflexes, and the audit log of every defensive action.&lt;/p&gt;

&lt;p&gt;Repo (with a 30s demo): &lt;a href="https://github.com/umbraaeternaa/macbastion" rel="noopener noreferrer"&gt;https://github.com/umbraaeternaa/macbastion&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Happy to dig into the architecture — native organs under a Python brain over&lt;br&gt;
a UNIX socket, the reflex/event model, why proximity only locks.&lt;/p&gt;

</description>
      <category>security</category>
      <category>macos</category>
      <category>opensource</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
