Skip to content

Releases: ZeSystem-Inc/wid

wid v1.5.0

Choose a tag to compare

@ZeSystem-Inc ZeSystem-Inc released this 03 Sep 14:37
e7a1547

🚀 wid v1.5.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.


⚠️ Warning

v1.0.0 and v1.2.2 are no longer supported.
Please use the latest stable version: v1.5.0.


✨ Features

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

📦 Available Packages (30+)

wid list

You can also add your own packages by editing the sources.list file.


📥 Installation

The only supported method: Download wid_installer.exe from the GitHub Releases page and run it.

cargo install is not supported.


🛠️ Usage

wid list                  # List all packages
wid info <app>            # Show package details
wid update                # Update package list
wid search <keyword>      # Search repository
wid install <app>         # Download and install
wid upgrade <app>         # Upgrade a package
wid upgrade --all         # Upgrade all packages
wid remove <app>          # Remove an app (UAC)
wid clean                 # Clean temporary files
wid --version             # Show wid version

Examples:

wid install vscode
wid upgrade git
wid search steam
wid remove 7zip
wid upgrade --all

📄 License

GPL v3


Compatibility: Windows Vista, 7, 8, 10, 11 (64-bit).


🔗 Links

wid v1.2.2

Choose a tag to compare

@ZeSystem-Inc ZeSystem-Inc released this 01 Sep 15:55
a1c65b1

🚀 wid v1.2.2 – 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, ultra-fast.
  • ⚡ ~2 MB RAM – significantly lighter than winget, choco, or scoop.
  • 🌐 Direct TCP + rustls – achieves ~99% bandwidth (no BITS or Schannel overhead).
  • 🕵️ Scraping – extracts real .exe and .msi links from HTML pages.
  • 📦 No Dependency Resolution – leaves dependency handling to the app's own installer.
  • 📝 Your Own Repository – you manage your own sources.list file.
  • 🔓 GPL v3 – fully free and open-source.

📦 Available Packages

The package list is continuously updated. To see the current list:

wid list

You can also add your own packages by editing the sources.list file.


📥 Installation

1️⃣ Recommended: Installer

Download wid_installer.exe from the GitHub Releases page and run it.

2️⃣ For Developers (Cargo)

cargo install wid

🛠️ Usage

wid list                  # List all packages
wid info <app>            # Show package details
wid update                # Update package list
wid search <keyword>      # Search repository
wid install <app>         # Download and install
wid upgrade <app>         # Upgrade a package
wid upgrade --all         # Upgrade all packages
wid remove <app>          # Remove an app (UAC)
wid clean                 # Clean temporary files
wid --version             # Show wid version

Examples:

wid install vscode
wid upgrade git
wid search steam
wid remove 7zip
wid upgrade --all

📄 License

GPL v3 – Use it freely, fork it, improve it.


Compatibility: Windows Vista, 7, 8, 10, 11 (64-bit).


🔗 Links

wid v1.0.0

Choose a tag to compare

@ZeSystem-Inc ZeSystem-Inc released this 31 Aug 14:58
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