⚠️ Proof of concept Install / uninstall / upgrade actions invoke the realwingetCLI. See README before running on real systems.
Downloads
| File | Target |
|---|---|
winget-tui-sharp-x64.exe |
Windows x64 (Intel/AMD) |
winget-tui-sharp-arm64.exe |
Windows ARM64 (Surface Pro X, Snapdragon Copilot+) |
winget-tui-sharp-0.1.2-win-x64.zip |
x64 portable bundle (exe + docs) |
winget-tui-sharp-0.1.2-win-arm64.zip |
arm64 portable bundle |
SHA256SUMS-*.txt |
Per-architecture checksums |
Quick start
Download the .exe matching your machine's architecture. No installation, no .NET runtime, no other files required.
# Verify the download (PowerShell)
Get-FileHash .\winget-tui-sharp-x64.exe -Algorithm SHA256
# Compare against SHA256SUMS-win-x64.txtThe first run on Windows may show a SmartScreen warning — these binaries aren't code-signed (POC). Click "More info" → "Run anyway" if you trust the source.
What's Changed
New Contributors
Full Changelog: v0.1.1...v0.1.2