<?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: Debarjun Thakur</title>
    <description>The latest articles on DEV Community by Debarjun Thakur (@dev_deb).</description>
    <link>https://dev.to/dev_deb</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%2F4094760%2F3d443330-081e-4f47-be68-920ad67e02b2.jpg</url>
      <title>DEV Community: Debarjun Thakur</title>
      <link>https://dev.to/dev_deb</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dev_deb"/>
    <language>en</language>
    <item>
      <title>I built a terminal torrent client because Linux GUI clients kept breaking on me</title>
      <dc:creator>Debarjun Thakur</dc:creator>
      <pubDate>Tue, 25 Aug 2026 21:07:18 +0000</pubDate>
      <link>https://dev.to/dev_deb/i-built-a-terminal-torrent-client-because-linux-gui-clients-kept-breaking-on-me-2n9</link>
      <guid>https://dev.to/dev_deb/i-built-a-terminal-torrent-client-because-linux-gui-clients-kept-breaking-on-me-2n9</guid>
      <description>&lt;p&gt;I built this after getting tired of GUI torrent clients on Linux either being a packaging headache outside Ubuntu/Debian, or just being heavy on an old laptop I use daily.&lt;/p&gt;

&lt;p&gt;Tornedo is plain Node (&amp;gt;=22), no Electron. A few things about the implementation:&lt;/p&gt;

&lt;p&gt;TUI built with Ink + React, but the whole thing is scriptable - skip the interactive UI and pipe output straight into jq if you want&lt;br&gt;
Queries multiple torrent indexers concurrently, then merges and ranks results instead of showing eight near-identical uploads side by side&lt;br&gt;
Parses release titles into structured metadata (quality, codec, HDR, season/episode) rather than raw filenames&lt;br&gt;
Manual file selection before anything downloads&lt;br&gt;
Crash-safe - reconciles download state on restart instead of leaving things half-verified&lt;br&gt;
tornedo doctor for diagnostics when something breaks, instead of a silent failure&lt;/p&gt;

&lt;p&gt;It also works as a plain magnet-link/.torrent downloader without the search layer at all.&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/Itshardtofindagoodname/Tornedo" rel="noopener noreferrer"&gt;https://github.com/Itshardtofindagoodname/Tornedo&lt;/a&gt;&lt;br&gt;
npm: &lt;a href="https://www.npmjs.com/package/tornedo" rel="noopener noreferrer"&gt;https://www.npmjs.com/package/tornedo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Happy to go into the crash-recovery design or the release-title parser if anyone's curious, those were the two trickiest parts to get right.&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>opensource</category>
      <category>node</category>
    </item>
  </channel>
</rss>
