Skip to content

Releases: brandonkramer/proctree

v0.1.2

Choose a tag to compare

@brandonkramer brandonkramer released this 31 May 04:38

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-2025 runner
  • Skip CI for markdown-only changes

Install

go get github.com/brandonkramer/proctree@v0.1.2

https://pkg.go.dev/github.com/brandonkramer/proctree@v0.1.2

v0.1.1

Choose a tag to compare

@brandonkramer brandonkramer released this 31 May 03:51

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.1

v0.1.0

Choose a tag to compare

@brandonkramer brandonkramer released this 31 May 03:49

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