Releases: Mantaworks/mactriage
Release list
mactriage v0.4.0 — The Follow-Through Release
mactriage v0.3.0 — The Doctor Command
The Doctor Command
mactriage now starts with a broader, friendlier troubleshooting experience and adds a whole-Mac health check for everyday problems.
Highlights
- New Doctor command for storage, memory, CPU, descriptors, core services, updates, crashes, restart loops, startup items, app compatibility, and network health
- New network command with DNS, route, proxy, VPN, HTTPS/TLS, and listening-socket checks
- Consent-gated relaunch that signals only the exact approved process set and verifies recovery
- Private health baselines with save, list, compare, and delete
- Sanitized Markdown support previews with optional permission-gated clipboard copy
- Expanded interactive home menu, colored progress, accessible/plain modes, JSON, and NDJSON
Install
brew install Mantaworks/tap/mactriage
Or use the checksum-verifying installer documented in the README. Release binaries are free, unsigned macOS CLI artifacts; Homebrew builds from tagged source on your Mac.
v0.2.0
mactriage 0.2.0
This release turns mactriage into a friendlier Mac troubleshooting assistant while preserving its scriptable CLI and versioned JSON/NDJSON interfaces.
Highlights
- Run
mactriagewith no arguments for a colorful guided menu on a terminal, or a compact getting-started panel when piped. - Create private, sanitized support bundles with
mactriage collect <app>. - Investigate frozen or resource-heavy processes with
mactriage hang <app|pid>. - Explain correlated macOS privacy denials with
mactriage permissions <app>. - Check installed applications in bulk with
mactriage scan. - Compare and summarize saved reports with
compareandsummarize, or translate stable finding codes withexplain. - Monitor CPU, memory, threads, sockets, descriptor growth, daemon restarts, and system pressure with the expanded
watchcommand.
Interactive actions remain narrowly allowlisted, explain their effect before running, and default to No. JSON and noninteractive runs never prompt or mutate the system.
Install
brew install Mantaworks/tap/mactriageOr upgrade an existing installation:
brew upgrade Mantaworks/tap/mactriageUnsigned release archives are provided for Apple silicon and Intel Macs, with SHA-256 checksums and SPDX SBOMs. Because this release uses the free distribution path, macOS may show its normal downloaded-tool security prompt.
v0.1.0
Changelog
- 51dff84 build: publish releases to Homebrew tap (#1)
- 5b4f968 build: switch Homebrew to source formula (#2)
- 606855a chore: initialize mactriage repository
- 88e5ef6 ci: run releases on macOS (#3)
- f354c68 ci: use supported Go toolchain
- bf84c3f feat: build macOS application triage CLI
- b630dac feat: publish verified installer and branding
- 8dbd0a9 fix: harden diagnostic evidence and recovery