Skip to content

v0.1.2

Latest

Choose a tag to compare

@github-actions github-actions released this 21 May 17:11
· 94 commits to main since this release

⚠️ Proof of concept Install / uninstall / upgrade actions invoke the real winget CLI. 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.txt

The 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

  • Renamed project to winget-tui-sharp by @harder in #5

New Contributors

  • @harder made their first contribution in #5

Full Changelog: v0.1.1...v0.1.2