Latest phrocs build — same as phrocs-20260316-203411
Download:
# macOS (Apple Silicon)
curl -L https://github.com/PostHog/posthog/releases/download/phrocs-latest/phrocs-darwin-arm64 -o phrocs && chmod +x phrocs
# macOS (Intel)
curl -L https://github.com/PostHog/posthog/releases/download/phrocs-latest/phrocs-darwin-amd64 -o phrocs && chmod +x phrocs
# Linux (amd64)
curl -L https://github.com/PostHog/posthog/releases/download/phrocs-latest/phrocs-linux-amd64 -o phrocs && chmod +x phrocs
# Linux (arm64)
curl -L https://github.com/PostHog/posthog/releases/download/phrocs-latest/phrocs-linux-arm64 -o phrocs && chmod +x phrocs