Skip to content

wid v1.0.0

Choose a tag to compare

@ZeSystem-Inc ZeSystem-Inc released this 31 Aug 14:58
· 12 commits to main since this release
f7d37a4

πŸš€ 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 winget and choco.
  • 🌐 Direct TCP + rustls – achieves ~99% bandwidth (no BITS or Schannel overhead).
  • πŸ•΅οΈ Scraping (Web Scraping) – extracts real .exe and .msi links 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.list file, 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