<?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: dekidev</title>
    <description>The latest articles on DEV Community by dekidev (@deki_dev).</description>
    <link>https://dev.to/deki_dev</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%2F3888024%2Fdd300a70-d894-4135-9a15-7c49528f02ae.png</url>
      <title>DEV Community: dekidev</title>
      <link>https://dev.to/deki_dev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/deki_dev"/>
    <language>en</language>
    <item>
      <title>I Built a macOS App to Reclaim Your Disk Space — NythyCleaner</title>
      <dc:creator>dekidev</dc:creator>
      <pubDate>Mon, 20 Apr 2026 01:25:08 +0000</pubDate>
      <link>https://dev.to/deki_dev/i-built-a-macos-app-to-reclaim-your-disk-space-nythycleaner-1h24</link>
      <guid>https://dev.to/deki_dev/i-built-a-macos-app-to-reclaim-your-disk-space-nythycleaner-1h24</guid>
      <description>&lt;p&gt;Voici le post avec les hashtags ajoutés à la fin :&lt;/p&gt;




&lt;h1&gt;
  
  
  I Built a macOS App to Reclaim Your Disk Space — NythyCleaner
&lt;/h1&gt;

&lt;p&gt;After years of watching my Mac slow down from invisible clutter, I built &lt;strong&gt;NythyCleaner&lt;/strong&gt; — a native macOS app that finds and removes everything silently eating your storage.&lt;/p&gt;




&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;You install apps, work on projects, browse the web. Meanwhile, caches pile up, logs accumulate, duplicate files multiply. None of it is visible. All of it slows your Mac down.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;NythyCleaner&lt;/strong&gt; makes the invisible visible — and gives you back control.&lt;/p&gt;




&lt;h2&gt;
  
  
  🧹 One-Click System Cleanup
&lt;/h2&gt;

&lt;p&gt;Open &lt;strong&gt;System Cleanup&lt;/strong&gt;, hit scan. Cache files, logs, temp files, browser data — detected in seconds. Preview everything before deleting. A clean report shows exactly how much space you recovered.&lt;/p&gt;




&lt;h2&gt;
  
  
  📊 Disk Space Treemap
&lt;/h2&gt;

&lt;p&gt;The &lt;strong&gt;Disk Space&lt;/strong&gt; treemap visualizes your entire storage at a glance. Bigger block = more space used. Click any folder to drill down instantly.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Find large and old files fast&lt;/li&gt;
&lt;li&gt;APFS volume and partition management built in&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  🔍 Duplicate Finder
&lt;/h2&gt;

&lt;p&gt;Same photo saved three times. Same document downloaded twice. &lt;strong&gt;Duplicate Finder&lt;/strong&gt; groups them by content — not just filename — so you delete with confidence.&lt;/p&gt;




&lt;h2&gt;
  
  
  📈 Real-Time Monitoring
&lt;/h2&gt;

&lt;p&gt;CPU, RAM, GPU, network, disk, battery — all monitored live in a menu bar widget. Set refresh rate from 0.5s to 5s. View historical charts. Kill processes directly.&lt;/p&gt;




&lt;h2&gt;
  
  
  🛠 Xcode Cleanup
&lt;/h2&gt;

&lt;p&gt;Derived Data, simulators, archives — they pile up fast. &lt;strong&gt;Xcode Cleanup&lt;/strong&gt; finds everything in one scan, including Homebrew cache.&lt;/p&gt;




&lt;h2&gt;
  
  
  🔒 Security Audit for Developers
&lt;/h2&gt;

&lt;p&gt;This one's for devs: &lt;strong&gt;NythyCleaner&lt;/strong&gt; scans your project dependencies for known CVE vulnerabilities across npm, pip, Cargo, Go, and Ruby.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Auto-scan project dependencies&lt;/li&gt;
&lt;li&gt;Detect known CVEs&lt;/li&gt;
&lt;li&gt;Get update suggestions when a fix exists&lt;/li&gt;
&lt;li&gt;Export a full SBOM&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Just point it at your &lt;code&gt;package.json&lt;/code&gt; or &lt;code&gt;requirements.txt&lt;/code&gt; folder.&lt;/p&gt;




&lt;h2&gt;
  
  
  🗑 Complete App Uninstaller
&lt;/h2&gt;

&lt;p&gt;Dragging an app to trash leaves behind preferences, caches, and containers. &lt;strong&gt;Uninstaller&lt;/strong&gt; finds and removes every trace.&lt;/p&gt;




&lt;h2&gt;
  
  
  ⚙️ Scheduled Cleanup
&lt;/h2&gt;

&lt;p&gt;Set it and forget it. &lt;strong&gt;Scheduled Cleanup&lt;/strong&gt; runs automatically so your Mac stays optimized without any manual effort.&lt;/p&gt;




&lt;h2&gt;
  
  
  💎 Dark UI — Obsidian &amp;amp; Emerald
&lt;/h2&gt;

&lt;p&gt;Deep dark surfaces with emerald green accents. Designed for long sessions without eye strain.&lt;/p&gt;




&lt;h2&gt;
  
  
  Try It Free
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;14-day free trial&lt;/strong&gt; — all features, no credit card required.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://nythycleaner.cloud" rel="noopener noreferrer"&gt;Download NythyCleaner — nythycleaner.cloud&lt;/a&gt;&lt;/p&gt;

</description>
      <category>macos</category>
      <category>swift</category>
      <category>productivity</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
