Releases: brandonkramer/proctree
Releases · brandonkramer/proctree
Release list
v0.1.2
Fixes
- Windows process cmdline reading and ownership verification
- macOS shell exec cmdline matching for
VerifyOwned/ReconcilePID - Cross-platform CI stability on ubuntu, macOS, and Windows
Tooling
- GitHub Actions:
checkout@v6,setup-go@v6,windows-2025runner - Skip CI for markdown-only changes
Install
go get github.com/brandonkramer/proctree@v0.1.2v0.1.1
Fix Linux build on Go 1.26.
Go 1.26 removed syscall.Sysconf; proctree now uses USER_HZ 100 for /proc starttime conversion on Linux.
go get github.com/brandonkramer/proctree@v0.1.1v0.1.0
Initial public release of proctree.
Cross-platform process tree supervision for Go: Run, KillTree, Inspect, VerifyOwnership, and ReconcilePID with Linux, macOS, and Windows support.
go get github.com/brandonkramer/proctree@v0.1.0