<?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: AnnPoshtak</title>
    <description>The latest articles on DEV Community by AnnPoshtak (@annposhtak).</description>
    <link>https://dev.to/annposhtak</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%2F3708675%2F40e05fcb-e4d3-4180-a38f-98eae6e6fbd9.jpeg</url>
      <title>DEV Community: AnnPoshtak</title>
      <link>https://dev.to/annposhtak</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/annposhtak"/>
    <language>en</language>
    <item>
      <title>CLI tool to "freeze" heavy apps instead of closing them to save CPU/RAM (Python + Linux)</title>
      <dc:creator>AnnPoshtak</dc:creator>
      <pubDate>Tue, 13 Jan 2026 09:59:15 +0000</pubDate>
      <link>https://dev.to/annposhtak/cli-tool-to-freeze-heavy-apps-instead-of-closing-them-to-save-cpuram-python-linux-4n1p</link>
      <guid>https://dev.to/annposhtak/cli-tool-to-freeze-heavy-apps-instead-of-closing-them-to-save-cpuram-python-linux-4n1p</guid>
      <description>&lt;h1&gt;
  
  
  Linux #Python #CLI
&lt;/h1&gt;

&lt;p&gt;Hello! 👋&lt;br&gt;
When you have many browser tabs or heavy apps running, CPU/RAM usage can become a problem. Sometimes you need to free resources without closing everything.&lt;br&gt;
Cryo is a small Linux CLI tool that finds a process and all its child processes and sends a stop signal to pause them instantly. It temporarily “freezes” apps to free CPU and RAM without killing them.&lt;br&gt;
The project is still evolving, and I plan to improve it by adding new features and Improvement architect etc..&lt;br&gt;
Feedback from people familiar with Linux process management is very welcome. &lt;br&gt;
Repo: &lt;em&gt;&lt;a href="https://github.com/AnnPoshtak/Cryo" rel="noopener noreferrer"&gt;https://github.com/AnnPoshtak/Cryo&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

</description>
      <category>linux</category>
      <category>python</category>
      <category>programming</category>
      <category>showdev</category>
    </item>
  </channel>
</rss>
