wid v1.0.0
π wid v1.0.0 β The Fastest Installer for Windows
wid is a fast, lightweight, free, and non-blocking package installer for Windows, written in Rust.
It brings the philosophy of apt and pacman to Windows, but does not resolve dependencies β instead, it uses scraping to find the latest versions.
β¨ Features
- π¦ Written in Rust β memory-safe, zero-cost abstractions, ultra-fast.
- β‘ ~2 MB RAM usage β significantly lighter than
wingetandchoco. - π Direct TCP + rustls β achieves ~99% bandwidth (no BITS or Schannel overhead).
- π΅οΈ Scraping (Web Scraping) β extracts real
.exeand.msilinks from HTML pages. - π¦ No Dependency Resolution β leaves dependency handling to the application's own installer, eliminating a major source of fragility.
- π Your Own Repository β you manage your own
sources.listfile, independent of any central authority. - π GPL v3 β fully free and open-source; fork and modify as you wish.
π₯ Installation
1. Download the wid_installer.exe file.
2. Double-click the downloaded file.
3. Follow the installation wizard.
Once installed, you can use the wid command from any terminal (CMD or PowerShell).
π οΈ Usage
wid update # Update the package list
wid search <keyword> # Search the repository
wid install <app> # Download and install an application
wid upgrade <app> # Check for updates and upgrade if available
wid clean # Clean temporary files