<?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: Interfluve-wav</title>
    <description>The latest articles on DEV Community by Interfluve-wav (@interfluve-wav).</description>
    <link>https://dev.to/interfluve-wav</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%2F4044498%2F60df58b7-b36b-42ac-991a-743a513bb456.jpg</url>
      <title>DEV Community: Interfluve-wav</title>
      <link>https://dev.to/interfluve-wav</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/interfluve-wav"/>
    <language>en</language>
    <item>
      <title>Croc GUI: Encrypted Peer-to-Peer File Transfer Without the Terminal (Cross-Platform)</title>
      <dc:creator>Interfluve-wav</dc:creator>
      <pubDate>Thu, 23 Jul 2026 21:40:35 +0000</pubDate>
      <link>https://dev.to/interfluve-wav/croc-gui-encrypted-peer-to-peer-file-transfer-without-the-terminal-cross-platform-3ifd</link>
      <guid>https://dev.to/interfluve-wav/croc-gui-encrypted-peer-to-peer-file-transfer-without-the-terminal-cross-platform-3ifd</guid>
      <description>&lt;h2&gt;
  
  
  TL;DR
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href="https://github.com/interfluve-wav/croc-gui" rel="noopener noreferrer"&gt;Croc GUI&lt;/a&gt;&lt;/strong&gt; is a free desktop app for &lt;a href="https://github.com/schollz/croc" rel="noopener noreferrer"&gt;schollz/croc&lt;/a&gt; — encrypted peer-to-peer file transfer with drag-and-drop, QR codes (via &lt;a href="https://getcroc.com" rel="noopener noreferrer"&gt;getcroc.com&lt;/a&gt;), and LAN mode. macOS, Windows, Linux. MIT licensed.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Download:&lt;/strong&gt; &lt;a href="https://github.com/interfluve-wav/croc-gui/releases/latest" rel="noopener noreferrer"&gt;GitHub Releases&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Why I built this
&lt;/h2&gt;

&lt;p&gt;I send files with &lt;strong&gt;croc&lt;/strong&gt; constantly. End-to-end encrypted, cross-platform, no vendor cloud. The CLI is perfect — until you're helping someone who doesn't have a terminal open.&lt;/p&gt;

&lt;p&gt;Croc GUI is the Send/Receive desktop app I wanted: same croc binary, clearer UX.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Send&lt;/strong&gt; — drag files/folders, get a code phrase + QR link&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Receive&lt;/strong&gt; — paste a code, pick a download folder&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Share&lt;/strong&gt; — copy phrase, getcroc.com URL, or full &lt;code&gt;croc …&lt;/code&gt; command&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Local-only&lt;/strong&gt; — &lt;code&gt;croc --local&lt;/code&gt; for LAN peers&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Zip&lt;/strong&gt; — pack on send, unpack helper on receive&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Options&lt;/strong&gt; — relay, port, proxy, overwrite, auto-confirm&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  What it doesn't do
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Reimplement croc's crypto or protocol&lt;/li&gt;
&lt;li&gt;Upload anything to a GUI-specific cloud&lt;/li&gt;
&lt;li&gt;Claim to be an official schollz project&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Transfer engine: &lt;strong&gt;&lt;a href="https://github.com/schollz/croc" rel="noopener noreferrer"&gt;schollz/croc&lt;/a&gt;&lt;/strong&gt;. Please &lt;strong&gt;&lt;a href="https://github.com/sponsors/schollz" rel="noopener noreferrer"&gt;sponsor schollz&lt;/a&gt;&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;UI:&lt;/strong&gt; React + TypeScript&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Shell:&lt;/strong&gt; Tauri 2 (Rust)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Engine:&lt;/strong&gt; bundled croc binary per platform&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Dev quick start
&lt;/h2&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git clone https://github.com/interfluve-wav/croc-gui.git
&lt;span class="nb"&gt;cd &lt;/span&gt;croc-gui/gui
npm &lt;span class="nb"&gt;install
&lt;/span&gt;npm run bundle:croc:download
npm run tauri:dev
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Platform&lt;/th&gt;
&lt;th&gt;Installer&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;macOS (Apple Silicon)&lt;/td&gt;
&lt;td&gt;&lt;code&gt;Croc_* (Apple Silicon).dmg&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;macOS (Intel)&lt;/td&gt;
&lt;td&gt;&lt;code&gt;Croc_*_x64.dmg&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Windows&lt;/td&gt;
&lt;td&gt;&lt;code&gt;Croc_*_x64-setup.exe&lt;/code&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Linux&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;.deb&lt;/code&gt; or &lt;code&gt;.AppImage&lt;/code&gt;
&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;⭐ &lt;a href="https://github.com/interfluve-wav/croc-gui" rel="noopener noreferrer"&gt;Star on GitHub&lt;/a&gt; · 🐛 &lt;a href="https://github.com/interfluve-wav/croc-gui/issues" rel="noopener noreferrer"&gt;Issues&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>vibecoding</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
