<?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: Davi 7221</title>
    <description>The latest articles on DEV Community by Davi 7221 (@davimf7221).</description>
    <link>https://dev.to/davimf7221</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%2F2929966%2F46345ff6-6aef-49ee-b40e-b0dc848d71ff.jpg</url>
      <title>DEV Community: Davi 7221</title>
      <link>https://dev.to/davimf7221</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/davimf7221"/>
    <language>en</language>
    <item>
      <title>KGet v1.6.0 - Native Torrent Support &amp; Major GUI Overhaul</title>
      <dc:creator>Davi 7221</dc:creator>
      <pubDate>Mon, 02 Mar 2026 18:51:30 +0000</pubDate>
      <link>https://dev.to/davimf7221/kget-v160-native-torrent-support-major-gui-overhaul-24bo</link>
      <guid>https://dev.to/davimf7221/kget-v160-native-torrent-support-major-gui-overhaul-24bo</guid>
      <description>&lt;p&gt;&lt;strong&gt;KGet 1.6.0 is here!&lt;/strong&gt; The most significant update yet for the Rust-powered download manager.&lt;/p&gt;

&lt;h4&gt;
  
  
  What's New
&lt;/h4&gt;

&lt;p&gt;🧲 &lt;strong&gt;Native BitTorrent Client&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Download magnet links directly - no external apps needed!&lt;/li&gt;
&lt;li&gt;Built with &lt;code&gt;librqbit&lt;/code&gt; for pure Rust performance&lt;/li&gt;
&lt;li&gt;DHT peer discovery, parallel piece downloading&lt;/li&gt;
&lt;li&gt;Works in both CLI and GUI&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;🎨 &lt;strong&gt;Redesigned GUI&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Dark theme with modern aesthetics&lt;/li&gt;
&lt;li&gt;Multi-download tracking with real-time progress&lt;/li&gt;
&lt;li&gt;Turbo mode indicator (⚡ 4x connections)&lt;/li&gt;
&lt;li&gt;Smart filename truncation&lt;/li&gt;
&lt;li&gt;Shimmer animations on progress bars&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;🍎 &lt;strong&gt;Native macOS App&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;SwiftUI-based app with deep macOS integration&lt;/li&gt;
&lt;li&gt;URL scheme handlers (&lt;code&gt;kget://&lt;/code&gt;, &lt;code&gt;magnet:&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;Drag-and-drop &lt;code&gt;.torrent&lt;/code&gt; file support&lt;/li&gt;
&lt;li&gt;Menu bar integration&lt;/li&gt;
&lt;li&gt;Native notifications&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;⚡ &lt;strong&gt;Performance&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Parallel connections&lt;/li&gt;
&lt;li&gt;Auto-optimization based on file type&lt;/li&gt;
&lt;li&gt;Resume interrupted downloads&lt;/li&gt;
&lt;li&gt;SHA-256 integrity verification for ISOs&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  Quick Start
&lt;/h4&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="c"&gt;# Install via Cargo&lt;/span&gt;
cargo &lt;span class="nb"&gt;install &lt;/span&gt;kget &lt;span class="nt"&gt;--features&lt;/span&gt; &lt;span class="s2"&gt;"gui,torrent-native"&lt;/span&gt;

&lt;span class="c"&gt;# Download a torrent&lt;/span&gt;
kget &lt;span class="s2"&gt;"magnet:?xt=urn:btih:..."&lt;/span&gt;

&lt;span class="c"&gt;# Launch GUI&lt;/span&gt;
kget &lt;span class="nt"&gt;--gui&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h4&gt;
  
  
  Links
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;GitHub: &lt;a href="https://github.com/davimf721/kget" rel="noopener noreferrer"&gt;https://github.com/davimf721/kget&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Documentation: See README.md&lt;/li&gt;
&lt;li&gt;License: MIT&lt;/li&gt;
&lt;/ul&gt;




</description>
      <category>news</category>
      <category>rust</category>
      <category>showdev</category>
      <category>tooling</category>
    </item>
    <item>
      <title>KelpsGet v0.1.4 - Modern Download Manager in Rust</title>
      <dc:creator>Davi 7221</dc:creator>
      <pubDate>Fri, 23 May 2025 00:06:24 +0000</pubDate>
      <link>https://dev.to/davimf7221/kelpsget-v014-modern-download-manager-in-rust-4b9f</link>
      <guid>https://dev.to/davimf7221/kelpsget-v014-modern-download-manager-in-rust-4b9f</guid>
      <description>&lt;p&gt;Hey!&lt;br&gt;
I just released KelpsGet v0.1.4, an open-source download manager built in Rust that started as a simple wget alternative but evolved into something much more powerful.&lt;br&gt;
🚀 What's New in v0.1.4&lt;/p&gt;

&lt;p&gt;🖥️ GUI Interface - No more CLI-only! Built with eframe/egui&lt;br&gt;
🌐 Multi-Protocol Support - HTTP/HTTPS, FTP, SFTP, and Torrents (magnet links)&lt;br&gt;
⚡ Performance Improvements - Parallel downloads, resume capability, smart caching&lt;br&gt;
🔧 Better Developer Experience - Fixed critical path handling, improved error messages&lt;/p&gt;

&lt;p&gt;🛠️ Tech Stack&lt;/p&gt;

&lt;p&gt;Rust (edition 2024)&lt;br&gt;
Tokio for async operations&lt;br&gt;
eframe for GUI&lt;br&gt;
reqwest for HTTP client&lt;br&gt;
clap for CLI parsing&lt;br&gt;
Plus many other quality crates&lt;/p&gt;

&lt;p&gt;💡 Why Another Download Manager?&lt;br&gt;
Started this because I wanted to learn Rust deeply while building something practical. It's been an amazing journey exploring Rust's ecosystem - from async programming to GUI development.&lt;br&gt;
The project focuses on:&lt;/p&gt;

&lt;p&gt;Performance - Rust's zero-cost abstractions shine here&lt;br&gt;
Safety - Memory safety without garbage collection&lt;br&gt;
Cross-platform - Works on Linux, macOS, Windows&lt;br&gt;
Modern features - Things you'd expect in 2025&lt;/p&gt;

&lt;p&gt;🤝 Looking for Contributors!&lt;br&gt;
The project is growing and I'd love help from the community:&lt;/p&gt;

&lt;p&gt;Rust developers - Performance optimizations, new protocols&lt;br&gt;
UI/UX folks - GUI improvements and design&lt;br&gt;
Documentation - Help with examples and guides&lt;br&gt;
Testers - Cross-platform testing and bug reports&lt;/p&gt;

&lt;p&gt;📊 Current Status&lt;/p&gt;

&lt;p&gt;⭐ Growing GitHub stars&lt;br&gt;
📦 Available on crates.io&lt;br&gt;
🐛 Actively maintained&lt;br&gt;
📚 Multi-language docs (EN/PT/ES)&lt;/p&gt;

&lt;p&gt;🔗 Links&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/davimf721/KelpsGet" rel="noopener noreferrer"&gt;https://github.com/davimf721/KelpsGet&lt;/a&gt;&lt;br&gt;
Crates.io: &lt;a href="https://crates.io/crates/kelpsget" rel="noopener noreferrer"&gt;https://crates.io/crates/kelpsget&lt;/a&gt;&lt;br&gt;
Install: cargo install kelpsget&lt;br&gt;
GUI: kelpsget --gui&lt;/p&gt;

&lt;p&gt;🎯 Quick Example&lt;/p&gt;

</description>
      <category>programming</category>
      <category>rust</category>
      <category>download</category>
      <category>learning</category>
    </item>
    <item>
      <title>KelpsGet: Um Clone Moderno do Wget em Rust 🦀</title>
      <dc:creator>Davi 7221</dc:creator>
      <pubDate>Tue, 11 Mar 2025 01:14:11 +0000</pubDate>
      <link>https://dev.to/davimf7221/kelpsget-um-clone-moderno-do-wget-em-rust-38hg</link>
      <guid>https://dev.to/davimf7221/kelpsget-um-clone-moderno-do-wget-em-rust-38hg</guid>
      <description>&lt;h2&gt;
  
  
  KelpsGet: Baixe Arquivos com a Velocidade do Rust 🚀
&lt;/h2&gt;

&lt;p&gt;Olá, devs! Estou muito empolgado em compartilhar com vocês o &lt;strong&gt;KelpsGet&lt;/strong&gt;, um clone moderno do wget escrito em Rust, focado em performance, confiabilidade e facilidade de uso.&lt;/p&gt;

&lt;h2&gt;
  
  
  🌟 Por que KelpsGet?
&lt;/h2&gt;

&lt;p&gt;Quando comecei este projeto, queria criar uma ferramenta que combinasse:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;A simplicidade do wget&lt;/li&gt;
&lt;li&gt;A velocidade do Rust&lt;/li&gt;
&lt;li&gt;Features modernas que todo dev precisa&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;E assim nasceu o KelpsGet! &lt;/p&gt;

&lt;h2&gt;
  
  
  ✨ Features Principais
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;📥 Download simples via HTTP/HTTPS&lt;/li&gt;
&lt;li&gt;📊 Barra de progresso com velocidade em tempo real&lt;/li&gt;
&lt;li&gt;🔄 Downloads paralelos e resumíveis&lt;/li&gt;
&lt;li&gt;🌐 Suporte completo a proxies (HTTP, HTTPS, SOCKS5)&lt;/li&gt;
&lt;li&gt;🗜️ Compressão automática (gzip, brotli, lz4)&lt;/li&gt;
&lt;li&gt;💾 Sistema de cache inteligente&lt;/li&gt;
&lt;li&gt;🚦 Controle de velocidade&lt;/li&gt;
&lt;li&gt;🔒 Validação de segurança&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🚀 Como Usar
&lt;/h2&gt;

&lt;h3&gt;
  
  
  Instalação via Cargo
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;cargo &lt;span class="nb"&gt;install &lt;/span&gt;kelpsget
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h3&gt;
  
  
  Exemplos Básicos
&lt;/h3&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;&lt;span class="c"&gt;# Download simples&lt;/span&gt;
kelpsget https://exemplo.com/arquivo.zip

&lt;span class="c"&gt;# Download com proxy&lt;/span&gt;
kelpsget &lt;span class="nt"&gt;-p&lt;/span&gt; http://proxy:8080 https://exemplo.com/arquivo.zip

&lt;span class="c"&gt;# Download avançado (paralelo e resumível)&lt;/span&gt;
kelpsget &lt;span class="nt"&gt;-a&lt;/span&gt; https://exemplo.com/arquivo-grande.zip

&lt;span class="c"&gt;# Com compressão máxima&lt;/span&gt;
kelpsget &lt;span class="nt"&gt;-l&lt;/span&gt; 9 https://exemplo.com/arquivo.zip
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  🛠️ Configuração Flexível
&lt;/h2&gt;

&lt;p&gt;O KelpsGet pode ser configurado via:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Linha de comando&lt;/li&gt;
&lt;li&gt;Arquivo de configuração&lt;/li&gt;
&lt;li&gt;Variáveis de ambiente&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Exemplo de configuração:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight json"&gt;&lt;code&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"proxy"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"enabled"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="kc"&gt;true&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"url"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"http://proxy:8080"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"proxy_type"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"Http"&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="p"&gt;},&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"optimization"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"compression"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="kc"&gt;true&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"compression_level"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="mi"&gt;6&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
    &lt;/span&gt;&lt;span class="nl"&gt;"cache_enabled"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="kc"&gt;true&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  🤝 Contribua!
&lt;/h2&gt;

&lt;p&gt;O KelpsGet é um projeto open source e adoraríamos ter você como contribuidor! Temos várias ideias para novas features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;[ ] Suporte a downloads via FTP/SFTP&lt;/li&gt;
&lt;li&gt;[ ] Interface web para monitoramento&lt;/li&gt;
&lt;li&gt;[ ] Integração com cloud storage&lt;/li&gt;
&lt;li&gt;[ ] Plugins personalizados&lt;/li&gt;
&lt;li&gt;[ ] Suporte a torrents&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Como Contribuir
&lt;/h3&gt;

&lt;ol&gt;
&lt;li&gt;Dê uma ⭐ no &lt;a href="https://github.com/davimf721/KelpsGet" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Leia nosso &lt;a href="https://github.com/davimf721/KelpsGet/blob/main/CONTRIBUTING.md" rel="noopener noreferrer"&gt;Guia de Contribuição&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Escolha uma issue ou proponha uma nova feature&lt;/li&gt;
&lt;li&gt;Fork, code &amp;amp; PR!&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  🔗 Links Importantes
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;📚 &lt;a href="https://davimf721.github.io/KelpsGet/" rel="noopener noreferrer"&gt;Documentação&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;📦 &lt;a href="https://crates.io/crates/kelpsget" rel="noopener noreferrer"&gt;crates.io&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;💻 &lt;a href="https://github.com/davimf721/KelpsGet" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🎯 Próximos Passos
&lt;/h2&gt;

&lt;p&gt;Estamos trabalhando em:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Melhorias na performance&lt;/li&gt;
&lt;li&gt;Mais opções de compressão&lt;/li&gt;
&lt;li&gt;Interface CLI mais rica&lt;/li&gt;
&lt;li&gt;Melhor suporte a downloads grandes&lt;/li&gt;
&lt;li&gt;E muito mais!&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🤔 Feedback e Ideias
&lt;/h2&gt;

&lt;p&gt;Adoraríamos ouvir suas ideias e feedback! Você pode:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Abrir uma issue no GitHub&lt;/li&gt;
&lt;li&gt;Comentar neste post&lt;/li&gt;
&lt;li&gt;Me enviar um email: &lt;a href="mailto:davimoreiraf@gmail.com"&gt;davimoreiraf@gmail.com&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  🌟 Agradecimentos
&lt;/h2&gt;

&lt;p&gt;Um agradecimento especial à comunidade Rust por todas as ferramentas incríveis que tornaram este projeto possível.&lt;/p&gt;




&lt;p&gt;Vamos construir algo incrível juntos! Se você gostou do projeto, não esqueça de dar uma ⭐ no GitHub e compartilhar com seus amigos desenvolvedores.&lt;/p&gt;

</description>
      <category>rust</category>
      <category>opensource</category>
      <category>cli</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
