<?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: TopoCLI</title>
    <description>The latest articles on DEV Community by TopoCLI (@topocli).</description>
    <link>https://dev.to/topocli</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%2F3964476%2Fe20ae4fa-5590-408b-97c4-f1f2eba1f082.png</url>
      <title>DEV Community: TopoCLI</title>
      <link>https://dev.to/topocli</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/topocli"/>
    <language>en</language>
    <item>
      <title>Meet Topo: The High-Performance Linux System Optimizer with a Sleek TUI</title>
      <dc:creator>TopoCLI</dc:creator>
      <pubDate>Tue, 02 Jun 2026 11:57:45 +0000</pubDate>
      <link>https://dev.to/topocli/meet-topo-the-high-performance-linux-system-optimizer-with-a-sleek-tui-3opf</link>
      <guid>https://dev.to/topocli/meet-topo-the-high-performance-linux-system-optimizer-with-a-sleek-tui-3opf</guid>
      <description>&lt;h2&gt;
  
  
  The Problem: Linux Cleanup shouldn't be a chore
&lt;/h2&gt;

&lt;p&gt;As Linux users, we love control. But over time, our systems get cluttered with unused package caches, orphan dependencies, and "residue" folders left behind by uninstalled apps (looking at you, ~/.config and ~/.local/share). &lt;/p&gt;

&lt;p&gt;While tools like BleachBit exist, I wanted something faster, more modern, and tailored for terminal enthusiasts—something that feels "alive" and provides instant&lt;br&gt;
  feedback.&lt;/p&gt;

&lt;p&gt;Enter Topo 🦡.&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.amazonaws.com%2Fuploads%2Farticles%2Ffr4zz30f5sfmaoc8k7ge.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.amazonaws.com%2Fuploads%2Farticles%2Ffr4zz30f5sfmaoc8k7ge.png" alt=" " width="800" height="474"&gt;&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;
  
  
  What is Topo?
&lt;/h2&gt;

&lt;p&gt;Topo is an open-source, high-performance Linux system optimizer and disk analyzer. It’s designed to be a "surgical" tool for your OS—fast enough to be used daily and&lt;br&gt;
  smart enough to know what’s safe to delete.&lt;/p&gt;

&lt;p&gt;It combines a Python-based TUI for interactive navigation with a Rust-powered engine (topo-core) for lightning-fast disk scanning.&lt;/p&gt;


&lt;h2&gt;
  
  
  Key Features
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;High-Performance Disk Analysis&lt;br&gt;
Forget waiting for minutes to see what's eating your disk. Topo uses a dedicated Rust engine to walk your filesystem. &lt;br&gt;
In the latest v0.7.0 release, we introduced Subtree Caching. This means Topo scans your entire directory hierarchy once, allowing you to "drill down" into folders instantly without any re-scanning jitter.&lt;br&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.amazonaws.com%2Fuploads%2Farticles%2Fotu2eyas50hv2oa55oc6.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.amazonaws.com%2Fuploads%2Farticles%2Fotu2eyas50hv2oa55oc6.png" alt=" " width="800" height="484"&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Smart App Uninstaller (with Residue Cleanup)&lt;br&gt;
Normal package managers (apt, dnf, pacman) often leave user data behind. Topo's uninstaller is different:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Binary Removal: Executes native commands like apt purge --autoremove or pacman -Rns.&lt;/li&gt;
&lt;li&gt;Residue Hunting: It intelligently searches for configuration and cache folders in your home directory associated with the app.&lt;/li&gt;
&lt;li&gt;Safety First: It whitelists critical system components and uses a "Mole-style" preview screen so you can see exactly what's being removed before you commit.
&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.amazonaws.com%2Fuploads%2Farticles%2F7ratwcs6k7elxoedfyzo.png" alt=" " width="800" height="564"&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Sleek "Mole-style" TUI&lt;br&gt;
Inspired by high-end CLI tools, Topo features a minimalist, responsive terminal interface. It supports:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Interactive menus with keyboard shortcuts.&lt;/li&gt;
&lt;li&gt;Real-time system health monitoring (CPU load, memory, disk usage).&lt;/li&gt;
&lt;li&gt;Grouped cleanup tasks (System, Developer tools, AI models, Caches).
&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.amazonaws.com%2Fuploads%2Farticles%2Fgxf9p803z8662y607069.png" alt=" " width="799" height="326"&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Developer-Centric Optimization&lt;br&gt;
Topo understands developer workflows. It has dedicated tasks for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Clearing Node.js/Python/Go/Rust build artifacts.&lt;/li&gt;
&lt;li&gt;Cleaning up large AI models and temporary developer caches.&lt;/li&gt;
&lt;li&gt;Trimming SSDs (fstrim) and optimizing browser databases.
&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.amazonaws.com%2Fuploads%2Farticles%2Fke9ho6cd0jhx0ly945jm.png" alt=" " width="800" height="484"&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;
  
  
  Why use Topo over other tools?
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Performance: The Rust core ensures even massive node_modules trees don't slow it down.&lt;/li&gt;
&lt;li&gt;Portability: It’s verified on Fedora, Ubuntu, and Arch Linux.&lt;/li&gt;
&lt;li&gt;Auditability: Every destructive action is logged in ~/.local/state/topo/deletions.log. You can even use topo history to see exactly how much space you've reclaimed
  over time.&lt;/li&gt;
&lt;/ol&gt;
&lt;h2&gt;
  
  
  Quick Start
&lt;/h2&gt;

&lt;p&gt;You can install Topo with a single command:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;curl -fsSL https://raw.githubusercontent.com/Jesencloud/Topo/main/install.sh | bash&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Once installed, just type topo to launch the interactive menu, or use specific commands:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;   1 topo status    # Check system health
   2 topo analyze   # Explore disk usage (Rust-powered)
   3 topo clean     # One-key safe cleanup
   4 topo history   # View your cleanup logs

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Open Source &amp;amp; Contributing
&lt;/h2&gt;

&lt;p&gt;Topo is built for the community. We recently hit version v0.7.0, adding more thorough APT uninstallation and instant cache-hit drilling for the analyzer.&lt;/p&gt;

&lt;p&gt;Check out the code on GitHub:&lt;br&gt;
  👉 Jesencloud/Topo (&lt;a href="https://github.com/Jesencloud/Topo" rel="noopener noreferrer"&gt;https://github.com/Jesencloud/Topo&lt;/a&gt;) (Give it a ⭐ if you like it!)&lt;/p&gt;

&lt;p&gt;I’d love to hear your feedback—what’s your biggest "pain point" when it comes to keeping your Linux distro clean? Let’s discuss in the comments!&lt;/p&gt;

</description>
      <category>cli</category>
      <category>linux</category>
      <category>python</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
