releases.shpreview
PostHog/PostHog

PostHog

Mon
Wed
Fri
JunJulAugSepOctNovDecJanFebMarAprMayJun
Less
More
Releases164Avg54/moVersionsagent-skills-v0.15.0 to posthog-live-20260527-121222
posthog-cli/v0.7.21

Release Notes

Patch changes

Install posthog-cli 0.7.21

Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.7.21/posthog-cli-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.7.21/posthog-cli-installer.ps1 | iex"
Install prebuilt binaries into your npm project
npm install @posthog/cli@0.7.21

Download posthog-cli 0.7.21

FilePlatformChecksum
posthog-cli-aarch64-apple-darwin.tar.gzApple Silicon macOSchecksum
posthog-cli-x86_64-apple-darwin.tar.gzIntel macOSchecksum
posthog-cli-x86_64-pc-windows-msvc.zipx64 Windowschecksum
posthog-cli-aarch64-unknown-linux-gnu.tar.gzARM64 Linuxchecksum
posthog-cli-x86_64-unknown-linux-gnu.tar.gzx64 Linuxchecksum
posthog-cli-aarch64-unknown-linux-musl.tar.gzARM64 MUSL Linuxchecksum
posthog-cli-x86_64-unknown-linux-musl.tar.gzx64 MUSL Linuxchecksum
posthog-cli/v0.7.20

Release Notes

Patch changes

Install posthog-cli 0.7.20

Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.7.20/posthog-cli-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.7.20/posthog-cli-installer.ps1 | iex"
Install prebuilt binaries into your npm project
npm install @posthog/cli@0.7.20

Download posthog-cli 0.7.20

FilePlatformChecksum
posthog-cli-aarch64-apple-darwin.tar.gzApple Silicon macOSchecksum
posthog-cli-x86_64-apple-darwin.tar.gzIntel macOSchecksum
posthog-cli-x86_64-pc-windows-msvc.zipx64 Windowschecksum
posthog-cli-aarch64-unknown-linux-gnu.tar.gzARM64 Linuxchecksum
posthog-cli-x86_64-unknown-linux-gnu.tar.gzx64 Linuxchecksum
posthog-cli-aarch64-unknown-linux-musl.tar.gzARM64 MUSL Linuxchecksum
posthog-cli-x86_64-unknown-linux-musl.tar.gzx64 MUSL Linuxchecksum
posthog-cli/v0.7.18

Release Notes

  • fix: rename --env-file to --dotenv-file. The npm package runs the CLI binary through a node wrapper script, and Node has its own built-in --env-file flag — so Node intercepted the flag before it reached the binary, failing with node: .env: not found for a missing file. --env-file still works as an alias for native installs.

Install posthog-cli 0.7.18

Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.7.18/posthog-cli-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.7.18/posthog-cli-installer.ps1 | iex"
Install prebuilt binaries into your npm project
npm install @posthog/cli@0.7.18

Download posthog-cli 0.7.18

FilePlatformChecksum
posthog-cli-aarch64-apple-darwin.tar.gzApple Silicon macOSchecksum
posthog-cli-x86_64-apple-darwin.tar.gzIntel macOSchecksum
posthog-cli-x86_64-pc-windows-msvc.zipx64 Windowschecksum
posthog-cli-aarch64-unknown-linux-gnu.tar.gzARM64 Linuxchecksum
posthog-cli-x86_64-unknown-linux-gnu.tar.gzx64 Linuxchecksum
posthog-cli-aarch64-unknown-linux-musl.tar.gzARM64 MUSL Linuxchecksum
posthog-cli-x86_64-unknown-linux-musl.tar.gzx64 MUSL Linuxchecksum
posthog-cli/v0.7.17

Release Notes

  • fix: treat a missing --env-file as a warning instead of a fatal error — the CLI logs that the file wasn't found and falls back to the other credential sources (process env, then stored credentials). A file that exists but can't be read still errors.

Install posthog-cli 0.7.17

Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.7.17/posthog-cli-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.7.17/posthog-cli-installer.ps1 | iex"
Install prebuilt binaries into your npm project
npm install @posthog/cli@0.7.17

Download posthog-cli 0.7.17

FilePlatformChecksum
posthog-cli-aarch64-apple-darwin.tar.gzApple Silicon macOSchecksum
posthog-cli-x86_64-apple-darwin.tar.gzIntel macOSchecksum
posthog-cli-x86_64-pc-windows-msvc.zipx64 Windowschecksum
posthog-cli-aarch64-unknown-linux-gnu.tar.gzARM64 Linuxchecksum
posthog-cli-x86_64-unknown-linux-gnu.tar.gzx64 Linuxchecksum
posthog-cli-aarch64-unknown-linux-musl.tar.gzARM64 MUSL Linuxchecksum
posthog-cli-x86_64-unknown-linux-musl.tar.gzx64 MUSL Linuxchecksum
posthog-cli/v0.7.16

Release Notes

  • feat: add --dry-run flag (and POSTHOG_CLI_DRY_RUN env var) to skip artifact uploads (sourcemap, dSYM, Hermes, ProGuard) without contacting PostHog or requiring credentials — for CI gates that bundle to catch regressions but must not upload.

Install posthog-cli 0.7.16

Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.7.16/posthog-cli-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.7.16/posthog-cli-installer.ps1 | iex"
Install prebuilt binaries into your npm project
npm install @posthog/cli@0.7.16

Download posthog-cli 0.7.16

FilePlatformChecksum
posthog-cli-aarch64-apple-darwin.tar.gzApple Silicon macOSchecksum
posthog-cli-x86_64-apple-darwin.tar.gzIntel macOSchecksum
posthog-cli-x86_64-pc-windows-msvc.zipx64 Windowschecksum
posthog-cli-aarch64-unknown-linux-gnu.tar.gzARM64 Linuxchecksum
posthog-cli-x86_64-unknown-linux-gnu.tar.gzx64 Linuxchecksum
posthog-cli-aarch64-unknown-linux-musl.tar.gzARM64 MUSL Linuxchecksum
posthog-cli-x86_64-unknown-linux-musl.tar.gzx64 MUSL Linuxchecksum
Last Checked
2h ago
Latest
agent-skills-v0.134.0
Tracking since Mar 18, 2025