<?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: Vivek Yaligar</title>
    <description>The latest articles on DEV Community by Vivek Yaligar (@vvk_147).</description>
    <link>https://dev.to/vvk_147</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%2F3807414%2F3a51f76d-e888-4686-981c-08498fd97d29.jpg</url>
      <title>DEV Community: Vivek Yaligar</title>
      <link>https://dev.to/vvk_147</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vvk_147"/>
    <language>en</language>
    <item>
      <title>CompScan: Your computer's health doctor. Fully local, private, free (Rust)</title>
      <dc:creator>Vivek Yaligar</dc:creator>
      <pubDate>Thu, 05 Mar 2026 08:16:13 +0000</pubDate>
      <link>https://dev.to/vvk_147/compscan-your-computers-health-doctor-fully-local-private-free-rust-3naa</link>
      <guid>https://dev.to/vvk_147/compscan-your-computers-health-doctor-fully-local-private-free-rust-3naa</guid>
      <description>&lt;p&gt;I built &lt;strong&gt;CompScan&lt;/strong&gt;: a fully local system health tool that scans your machine, finds what's slowing you down, spots security issues, and fixes things with one command. Nothing ever leaves your computer.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why it exists
&lt;/h2&gt;

&lt;p&gt;Most "optimization" tools are either cloud-heavy, full of telemetry, or one-off scripts. I wanted one CLI that's private, cross-platform, and actually useful for developers.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Health check:&lt;/strong&gt; CPU/RAM hogs, disk space, caches (often 2-15 GB reclaimable)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Security:&lt;/strong&gt; SSH keys, credentials, firewall, permissions. Score out of 100.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Habits:&lt;/strong&gt; late-night usage, marathon sessions, suggests breaks&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;One-click actions:&lt;/strong&gt; cleanup caches, temp files, logs (trust-level gated)&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Tech
&lt;/h2&gt;

&lt;p&gt;Rust, ~3 MB binary, redb for storage, optional Ollama for deeper reasoning. macOS, Linux, Windows.&lt;/p&gt;

&lt;h2&gt;
  
  
  Install
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;curl &lt;span class="nt"&gt;-fsSL&lt;/span&gt; https://raw.githubusercontent.com/vvk147/comp-scan/main/install.sh | bash
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Or: &lt;code&gt;cargo install --path .&lt;/code&gt; from the repo.&lt;/p&gt;

&lt;p&gt;If you care about privacy and a fast machine, give it a try: &lt;a href="https://github.com/vvk147/comp-scan" rel="noopener noreferrer"&gt;github.com/vvk147/comp-scan&lt;/a&gt;&lt;/p&gt;

</description>
      <category>cli</category>
      <category>privacy</category>
      <category>rust</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
