Wenget
★ 0 v3.4.1 GitHub
Overview
Wenget is a cross-platform package manager that installs and manages
command-line tools distributed through GitHub Releases. It detects your
platform, downloads the right binary, and keeps everything organized
under ~/.wenget/.
Features
- One-line remote installation for Windows, macOS, and Linux
- Auto-update to the latest GitHub Release
- Bucket system for organizing packages and scripts
- Script support for PowerShell, Bash, and Python
- Smart cross-bucket search and platform detection
- Fast multi-threaded downloads with caching
Install
# Windows
winget install wenget
# Linux / macOS
curl -fsSL https://raw.githubusercontent.com/superyngo/Wenget/main/install.sh | bash