<?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: ZeSystem</title>
    <description>The latest articles on DEV Community by ZeSystem (@zesystem).</description>
    <link>https://dev.to/zesystem</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%2F4104925%2F766b5ac5-7332-4bfc-b272-d91d67435f29.png</url>
      <title>DEV Community: ZeSystem</title>
      <link>https://dev.to/zesystem</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/zesystem"/>
    <language>en</language>
    <item>
      <title>wid v1.5.0 – The Fastest Installer for Windows</title>
      <dc:creator>ZeSystem</dc:creator>
      <pubDate>Thu, 03 Sep 2026 14:39:56 +0000</pubDate>
      <link>https://dev.to/zesystem/wid-v150-the-fastest-installer-for-windows-1b05</link>
      <guid>https://dev.to/zesystem/wid-v150-the-fastest-installer-for-windows-1b05</guid>
      <description>&lt;h1&gt;
  
  
  🚀 wid v1.5.0 – The Fastest Installer for Windows
&lt;/h1&gt;

&lt;p&gt;&lt;strong&gt;wid&lt;/strong&gt; is a fast, lightweight, free, and non-blocking package installer for Windows, written in Rust.&lt;br&gt;&lt;br&gt;
It brings the philosophy of &lt;code&gt;apt&lt;/code&gt; and &lt;code&gt;pacman&lt;/code&gt; to Windows, but does not resolve dependencies — instead, it uses &lt;strong&gt;scraping&lt;/strong&gt; to find the latest versions.&lt;/p&gt;




&lt;h2&gt;
  
  
  ⚠️ Warning
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;v1.0.0 and v1.2.2 are no longer supported.&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
Please use the latest stable version: &lt;strong&gt;v1.5.0&lt;/strong&gt;.&lt;/p&gt;




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

&lt;ul&gt;
&lt;li&gt;Written in Rust – memory-safe, zero-cost, ultra-fast.&lt;/li&gt;
&lt;li&gt;~2 MB RAM – significantly lighter than winget, choco, or scoop.&lt;/li&gt;
&lt;li&gt;~99% bandwidth – no BITS or Schannel overhead.&lt;/li&gt;
&lt;li&gt;Scraping – finds real .exe and .msi links from HTML pages.&lt;/li&gt;
&lt;li&gt;No dependency resolution – eliminates fragility.&lt;/li&gt;
&lt;li&gt;Your own repository – manage your own sources.list file.&lt;/li&gt;
&lt;li&gt;GPL v3 – fully free and open-source.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  📦 Available Packages (30+)
&lt;/h2&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;wid list
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;You can also add your own packages by editing the sources.list file.&lt;/p&gt;




&lt;h2&gt;
  
  
  📥 Installation
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;The only supported method:&lt;/strong&gt; Download &lt;code&gt;wid_installer.exe&lt;/code&gt; from GitHub Releases and run it.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;cargo install is not supported.&lt;/p&gt;
&lt;/blockquote&gt;




&lt;h2&gt;
  
  
  🛠️ Usage
&lt;/h2&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;wid list                  # List all packages
wid info &amp;lt;app&amp;gt;            # Show package details
wid update                # Update package list
wid search &amp;lt;keyword&amp;gt;      # Search repository
wid install &amp;lt;app&amp;gt;         # Download and install
wid upgrade &amp;lt;app&amp;gt;         # Upgrade a package
wid upgrade --all         # Upgrade all packages
wid remove &amp;lt;app&amp;gt;          # Remove an app (UAC)
wid clean                 # Clean temporary files
wid --version             # Show wid version
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;Examples:&lt;/strong&gt;&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;wid install vscode
wid upgrade git
wid search steam
wid remove 7zip
wid upgrade --all
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;




&lt;h2&gt;
  
  
  📄 License
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;GPL v3&lt;/strong&gt;&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Compatibility:&lt;/strong&gt; Windows Vista, 7, 8, 10, 11 (64-bit).&lt;/p&gt;




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

&lt;ul&gt;
&lt;li&gt;GitHub: &lt;a href="https://github.com/ZeSystem-Inc/wid" rel="noopener noreferrer"&gt;https://github.com/ZeSystem-Inc/wid&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Releases: &lt;a href="https://github.com/ZeSystem-Inc/wid/releases/tag/v1.5.0" rel="noopener noreferrer"&gt;https://github.com/ZeSystem-Inc/wid/releases/tag/v1.5.0&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>rust</category>
      <category>windows</category>
      <category>packagemanager</category>
      <category>opensource</category>
    </item>
    <item>
      <title>wid – The Fastest Installer for Windows: Test Results and Comparisons</title>
      <dc:creator>ZeSystem</dc:creator>
      <pubDate>Thu, 03 Sep 2026 08:10:24 +0000</pubDate>
      <link>https://dev.to/zesystem/wid-the-fastest-installer-for-windows-test-results-and-comparisons-1i00</link>
      <guid>https://dev.to/zesystem/wid-the-fastest-installer-for-windows-test-results-and-comparisons-1i00</guid>
      <description>&lt;h1&gt;
  
  
  🚀 wid – The Fastest Installer for Windows
&lt;/h1&gt;

&lt;p&gt;If you're looking for speed, lightness, and freedom among Windows package installers, &lt;strong&gt;wid&lt;/strong&gt; is exactly what you need. In this article, we compared wid with winget, choco, apt (WSL), and ninite. The results? Wid won by a clear margin.&lt;/p&gt;




&lt;h2&gt;
  
  
  ⚙️ Test Methodology
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Package:&lt;/strong&gt; VLC&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Platform:&lt;/strong&gt; Windows 11 (Ubuntu 24.04 for WSL)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Measured:&lt;/strong&gt; Installation time, RAM usage, dependency count, scraping support&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  📊 Comparison Table
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Tool&lt;/th&gt;
&lt;th&gt;Time (VLC)&lt;/th&gt;
&lt;th&gt;RAM Usage&lt;/th&gt;
&lt;th&gt;Dependency&lt;/th&gt;
&lt;th&gt;Scraping&lt;/th&gt;
&lt;th&gt;License&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Winget&lt;/td&gt;
&lt;td&gt;1 min 21 sec&lt;/td&gt;
&lt;td&gt;30-80 MB&lt;/td&gt;
&lt;td&gt;Resolves&lt;/td&gt;
&lt;td&gt;❌&lt;/td&gt;
&lt;td&gt;Closed&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Choco&lt;/td&gt;
&lt;td&gt;1 min 10 sec&lt;/td&gt;
&lt;td&gt;50-150 MB&lt;/td&gt;
&lt;td&gt;Resolves&lt;/td&gt;
&lt;td&gt;❌&lt;/td&gt;
&lt;td&gt;Partially&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;apt (WSL)&lt;/td&gt;
&lt;td&gt;2 min 53 sec&lt;/td&gt;
&lt;td&gt;10-50 MB&lt;/td&gt;
&lt;td&gt;Resolves&lt;/td&gt;
&lt;td&gt;❌&lt;/td&gt;
&lt;td&gt;GPL&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Ninite&lt;/td&gt;
&lt;td&gt;54 sec&lt;/td&gt;
&lt;td&gt;20-50 MB&lt;/td&gt;
&lt;td&gt;Does not resolve&lt;/td&gt;
&lt;td&gt;❌&lt;/td&gt;
&lt;td&gt;Closed&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;wid&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;48 sec&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;~2 MB&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;Does not resolve&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;✅&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;GPL v3&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;




&lt;h2&gt;
  
  
  🏆 Results
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Speed:&lt;/strong&gt; Wid is 33 sec faster than winget, 22 sec faster than choco, 2 min 5 sec faster than apt, and 6 sec faster than ninite.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Lightweight:&lt;/strong&gt; Wid uses only ~2 MB of RAM.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Scraping:&lt;/strong&gt; Wid finds the latest .exe and .msi links from web pages.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Freedom:&lt;/strong&gt; Wid is fully open-source with GPL v3.&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  📥 Installing VLC with Wid
&lt;/h2&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;wid install vlc
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;Time:&lt;/strong&gt; 48 seconds&lt;/p&gt;




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

&lt;ul&gt;
&lt;li&gt;GitHub: &lt;a href="https://github.com/ZeSystem-Inc/wid" rel="noopener noreferrer"&gt;https://github.com/ZeSystem-Inc/wid&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Releases: &lt;a href="https://github.com/ZeSystem-Inc/wid/releases/tag/v1.2.2" rel="noopener noreferrer"&gt;https://github.com/ZeSystem-Inc/wid/releases/tag/v1.2.2&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  💬 Feedback
&lt;/h2&gt;

&lt;p&gt;I'm open to any feedback. Everyone who tries, critiques, or contributes is welcome! 🚀&lt;/p&gt;

</description>
      <category>rust</category>
      <category>windows</category>
      <category>opensource</category>
      <category>packagemanager</category>
    </item>
    <item>
      <title>wid – A Rust-Based Windows Package Installer</title>
      <dc:creator>ZeSystem</dc:creator>
      <pubDate>Tue, 01 Sep 2026 18:34:11 +0000</pubDate>
      <link>https://dev.to/zesystem/wid-rust-ile-yazilmis-windows-paket-yukleyici-5h34</link>
      <guid>https://dev.to/zesystem/wid-rust-ile-yazilmis-windows-paket-yukleyici-5h34</guid>
      <description>&lt;h1&gt;
  
  
  🦀 wid – The Fastest Installer for Windows (Rust)
&lt;/h1&gt;

&lt;p&gt;If you're looking for a fast, lightweight, and free package installer for Windows, &lt;strong&gt;wid&lt;/strong&gt; is exactly what you need.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;~2 MB RAM&lt;/strong&gt; – significantly lighter than winget, choco, or scoop&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;~99% bandwidth&lt;/strong&gt; – direct TCP + rustls (no BITS or Schannel)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Scraping&lt;/strong&gt; – finds the latest &lt;code&gt;.exe&lt;/code&gt; and &lt;code&gt;.msi&lt;/code&gt; links from HTML pages&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;No dependency resolution&lt;/strong&gt; – eliminates fragility&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;GPL v3&lt;/strong&gt; – fully free and open-source&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;30+ packages&lt;/strong&gt; – Chrome, VLC, Steam, Python, Java, Go, Android Studio, Adobe Reader, and more&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  📥 Installation
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;The only supported method:&lt;/strong&gt; Download &lt;code&gt;wid_installer.exe&lt;/code&gt; from &lt;a href="https://github.com/ZeSystem-Inc/wid/releases/tag/v1.2.2" rel="noopener noreferrer"&gt;GitHub Releases&lt;/a&gt; and run it.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;⚠️ &lt;strong&gt;Note:&lt;/strong&gt; &lt;code&gt;cargo install&lt;/code&gt; is &lt;strong&gt;not supported&lt;/strong&gt;. Use the provided &lt;code&gt;wid_installer.exe&lt;/code&gt;.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;h2&gt;
  
  
  🛠️ Usage
&lt;/h2&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;wid list                  # List all packages
wid info &amp;lt;app&amp;gt;            # Show package details
wid update                # Update package list
wid search &amp;lt;keyword&amp;gt;      # Search repository
wid install &amp;lt;app&amp;gt;         # Download and install
wid upgrade &amp;lt;app&amp;gt;         # Upgrade a package
wid upgrade --all         # Upgrade all packages
wid remove &amp;lt;app&amp;gt;          # Remove an app (UAC)
wid clean                 # Clean temporary files
wid --version             # Show wid version
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;Examples:&lt;/strong&gt;&lt;/p&gt;


&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;wid install vscode&lt;br&gt;
wid upgrade git&lt;br&gt;
wid search steam&lt;br&gt;
wid remove 7zip&lt;br&gt;
wid upgrade --all&lt;br&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;
&lt;h2&gt;
&lt;br&gt;
  &lt;br&gt;
  &lt;br&gt;
  📄 License&lt;br&gt;
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;GPL v3&lt;/strong&gt; – Use it freely, fork it, improve it.&lt;/p&gt;




&lt;p&gt;&lt;strong&gt;Compatibility:&lt;/strong&gt; Windows Vista, 7, 8, 10, 11 (64-bit).&lt;/p&gt;




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

&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/ZeSystem-Inc/wid" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/ZeSystem-Inc/wid/releases/tag/v1.2.2" rel="noopener noreferrer"&gt;Releases&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;I'm open to any feedback. Everyone who tries, critiques, or contributes is welcome! 🚀&lt;/p&gt;

</description>
      <category>rust</category>
      <category>windows</category>
      <category>opensource</category>
      <category>packagemanager</category>
    </item>
  </channel>
</rss>
