ZIP
WinGet
TroubleScout
sasler · 1.14.0 · arm64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
TroubleScout-v1.14.0-win-arm64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
sasler.TroubleScout
Version
1.14.0
Description
AI-powered Windows Server troubleshooting assistant.
License
MIT
↗
Installer URL
https://github.com/sasler/TroubleScout/releases/download/v1.14.0/TroubleScout-v1.14.0-win-arm64.zip
Upgrade Behavior
install(Install over existing)
Release Notes
✨ New Features
- 🛡️ SafeMarkup helper - new TroubleScout.UI.SafeMarkup provides Escape(value) and Interpolate($"[red]{value}[/]") for emitting Spectre markup that contains user- or model-controlled text. Interpolate auto-escapes every interpolated argument while preserving literal markup tags, eliminating the "did I forget Markup.Escape here?" footgun.
- 🔐 SecretRedactor helper (not yet wired) - new TroubleScout.Services.SecretRedactor masks secret-shaped values (GitHub PATs, AWS access keys, JW…