---
name: PostHog
slug: posthog
type: github
source_url: https://github.com/PostHog/posthog
changelog_url: https://github.com/PostHog/posthog/blob/HEAD/CHANGELOG.md
organization: PostHog
organization_slug: posthog
total_releases: 351
latest_version: agent-skills-v0.227.0
latest_date: 2026-06-23
last_updated: 2026-06-24
tracking_since: 2025-03-18
canonical: https://releases.sh/posthog/posthog
organization_url: https://releases.sh/posthog
---

<Summary type="rolling" window-days="90" release-count="83">
PostHog pushed heavily on agent-driven tooling and mobile symbol handling. Agent skills shipped 26 versions in quick succession, graduating from experimental exploration toward a stable release cadence. The CLI matured its dSYM upload pipeline for iOS/macOS crash symbolication—moving the feature from experimental in v0.5.30 through v0.6.0, then promoting dsym, hermes, and proguard commands from hidden experimental status to top-level in v0.7.0, while fixing per-UUID ZIP handling and enabling symbol set compression by v0.7.4. Phrocs reached 1.0.0 and stabilized on incremental updates, settling into a minor-version release pattern after rapid early iteration.
</Summary>

<Summary type="monthly" period="February 2026" release-count="27">
Agent skills moved from prototype to rapid iteration, shipping ten versions across the month as the system matured from v0.1.0 to v0.10.0. The CLI gained crash symbolication support for iOS and macOS via experimental dSYM upload, alongside environment variable configuration and new release metadata options to streamline CI/CD workflows.
</Summary>

<Release version="agent-skills-v0.227.0" date="June 23, 2026" published="2026-06-23T23:01:44.000Z" url="https://github.com/PostHog/posthog/releases/tag/agent-skills-v0.227.0">
## Agent skills agent-skills-v0.227.0

Build from 0909b437248ff0754c5bb4357a71ea3b51294046
</Release>

<Release version="agent-skills-v0.226.0" date="June 23, 2026" published="2026-06-23T04:07:08.000Z" url="https://github.com/PostHog/posthog/releases/tag/agent-skills-v0.226.0">
## Agent skills agent-skills-v0.226.0

Build from c151397bacdae86bec641f241f9653e1d92d350b
</Release>

<Release version="agent-skills-v0.225.0" date="June 23, 2026" published="2026-06-23T00:52:32.000Z" url="https://github.com/PostHog/posthog/releases/tag/agent-skills-v0.225.0">
## Agent skills agent-skills-v0.225.0

Build from c3923690c563b882e7769dbafc155958b2fa1209
</Release>

<Release version="agent-skills-v0.224.0" date="June 22, 2026" published="2026-06-22T23:21:51.000Z" url="https://github.com/PostHog/posthog/releases/tag/agent-skills-v0.224.0">
## Agent skills agent-skills-v0.224.0

Build from bef3752ed36b23777bbc37e644f159e2214ce605
</Release>

<Release version="agent-skills-v0.223.0" date="June 22, 2026" published="2026-06-22T16:29:56.000Z" url="https://github.com/PostHog/posthog/releases/tag/agent-skills-v0.223.0">
## Agent skills agent-skills-v0.223.0

Build from 006fe6411419b0a2a3e7161ae3f729f38b0a83c6
</Release>

<Release version="posthog-cli/v0.7.30" date="June 22, 2026" published="2026-06-22T10:26:15.000Z" url="https://github.com/PostHog/posthog/releases/tag/posthog-cli/v0.7.30">
## 0.7.30 — 2026-06-22

## Release Notes

### Patch changes

- [d51a877525](https://github.com/PostHog/posthog/commit/d51a8775252d4fd4e35f389e4960a5f23726e429) Handle Git worktrees and packed refs when detecting repository info — Thanks @hpouillot!

## Install posthog-cli 0.7.30

### Install prebuilt binaries via shell script

```sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.7.30/posthog-cli-installer.sh | sh
```

### Install prebuilt binaries via powershell script

```sh
powershell -ExecutionPolicy Bypass -c "irm https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.7.30/posthog-cli-installer.ps1 | iex"
```

### Install prebuilt binaries into your npm project

```sh
npm install @posthog/cli@0.7.30
```

## Download posthog-cli 0.7.30

|  File  | Platform | Checksum |
|--------|----------|----------|
| [posthog-cli-aarch64-apple-darwin.tar.gz](https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.7.30/posthog-cli-aarch64-apple-darwin.tar.gz) | Apple Silicon macOS | [checksum](https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.7.30/posthog-cli-aarch64-apple-darwin.tar.gz.sha256) |
| [posthog-cli-x86_64-apple-darwin.tar.gz](https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.7.30/posthog-cli-x86_64-apple-darwin.tar.gz) | Intel macOS | [checksum](https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.7.30/posthog-cli-x86_64-apple-darwin.tar.gz.sha256) |
| [posthog-cli-x86_64-pc-windows-msvc.zip](https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.7.30/posthog-cli-x86_64-pc-windows-msvc.zip) | x64 Windows | [checksum](https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.7.30/posthog-cli-x86_64-pc-windows-msvc.zip.sha256) |
| [posthog-cli-aarch64-unknown-linux-gnu.tar.gz](https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.7.30/posthog-cli-aarch64-unknown-linux-gnu.tar.gz) | ARM64 Linux | [checksum](https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.7.30/posthog-cli-aarch64-unknown-linux-gnu.tar.gz.sha256) |
| [posthog-cli-x86_64-unknown-linux-gnu.tar.gz](https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.7.30/posthog-cli-x86_64-unknown-linux-gnu.tar.gz) | x64 Linux | [checksum](https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.7.30/posthog-cli-x86_64-unknown-linux-gnu.tar.gz.sha256) |
| [posthog-cli-aarch64-unknown-linux-musl.tar.gz](https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.7.30/posthog-cli-aarch64-unknown-linux-musl.tar.gz) | ARM64 MUSL Linux | [checksum](https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.7.30/posthog-cli-aarch64-unknown-linux-musl.tar.gz.sha256) |
| [posthog-cli-x86_64-unknown-linux-musl.tar.gz](https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.7.30/posthog-cli-x86_64-unknown-linux-musl.tar.gz) | x64 MUSL Linux | [checksum](https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.7.30/posthog-cli-x86_64-unknown-linux-musl.tar.gz.sha256) |



</Release>

<Release version="agent-skills-v0.222.0" date="June 22, 2026" published="2026-06-22T07:09:38.000Z" url="https://github.com/PostHog/posthog/releases/tag/agent-skills-v0.222.0">
## Agent skills agent-skills-v0.222.0

Build from e8113d7e0034c090f7b7e29c6a7d363f6a9c893a
</Release>

<Release version="agent-skills-v0.221.0" date="June 22, 2026" published="2026-06-22T06:13:24.000Z" url="https://github.com/PostHog/posthog/releases/tag/agent-skills-v0.221.0">
## Agent skills agent-skills-v0.221.0

Build from 9964b19145751926e1721700ba120ba7fb49dc27
</Release>

<Release version="agent-skills-v0.220.0" date="June 22, 2026" published="2026-06-22T05:15:41.000Z" url="https://github.com/PostHog/posthog/releases/tag/agent-skills-v0.220.0">
## Agent skills agent-skills-v0.220.0

Build from 96bd3808000d0311839335fb95fdaa70155f0cf6
</Release>

<Release version="agent-skills-v0.219.0" date="June 22, 2026" published="2026-06-22T00:05:04.000Z" url="https://github.com/PostHog/posthog/releases/tag/agent-skills-v0.219.0">
## Agent skills agent-skills-v0.219.0

Build from 8e473b6a37a49ba94fb59ce8810821381540e980
</Release>

<Release version="agent-skills-v0.218.0" date="June 21, 2026" published="2026-06-21T22:09:12.000Z" url="https://github.com/PostHog/posthog/releases/tag/agent-skills-v0.218.0">
## Agent skills agent-skills-v0.218.0

Build from 58dd43da5772d5a428fd4029bdcbd435f32a06b5
</Release>

<Release version="agent-skills-v0.217.0" date="June 21, 2026" published="2026-06-21T20:35:19.000Z" url="https://github.com/PostHog/posthog/releases/tag/agent-skills-v0.217.0">
## Agent skills agent-skills-v0.217.0

Build from e877a6e9d2599596cf80cfca77fbec001aaa91aa
</Release>

<Release version="agent-skills-v0.216.0" date="June 21, 2026" published="2026-06-21T19:53:44.000Z" url="https://github.com/PostHog/posthog/releases/tag/agent-skills-v0.216.0">
## Agent skills agent-skills-v0.216.0

Build from a2169c4cb7f9035acb79dc53d176fa0f9785e85d
</Release>

<Release version="agent-skills-v0.215.0" date="June 21, 2026" published="2026-06-21T16:35:39.000Z" url="https://github.com/PostHog/posthog/releases/tag/agent-skills-v0.215.0">
## Agent skills agent-skills-v0.215.0

Build from d9ad08afe3314f66c08f88079a6797846568243b
</Release>

<Release version="agent-skills-v0.214.0" date="June 21, 2026" published="2026-06-21T14:44:04.000Z" url="https://github.com/PostHog/posthog/releases/tag/agent-skills-v0.214.0">
## Agent skills agent-skills-v0.214.0

Build from 10eaf2623538a20a5d51fd355fe594a751cd4941
</Release>

<Release version="agent-skills-v0.213.0" date="June 21, 2026" published="2026-06-21T11:20:25.000Z" url="https://github.com/PostHog/posthog/releases/tag/agent-skills-v0.213.0">
## Agent skills agent-skills-v0.213.0

Build from dac12b30dd5005aaedc280506feeda8c6489cf6c
</Release>

<Release version="agent-skills-v0.212.0" date="June 21, 2026" published="2026-06-21T09:57:13.000Z" url="https://github.com/PostHog/posthog/releases/tag/agent-skills-v0.212.0">
## Agent skills agent-skills-v0.212.0

Build from 742bcf033399433e8b233c873e34d0da4da4a927
</Release>

<Release version="agent-skills-v0.211.0" date="June 21, 2026" published="2026-06-21T07:42:56.000Z" url="https://github.com/PostHog/posthog/releases/tag/agent-skills-v0.211.0">
## Agent skills agent-skills-v0.211.0

Build from 20842afa7aa3b011a0a585176da917a32c6d9e30
</Release>

<Release version="agent-skills-v0.210.0" date="June 21, 2026" published="2026-06-21T01:14:42.000Z" url="https://github.com/PostHog/posthog/releases/tag/agent-skills-v0.210.0">
## Agent skills agent-skills-v0.210.0

Build from 1b0e3336f6101a10cde0e2df134eff74d13c1252
</Release>

<Release version="agent-skills-v0.209.0" date="June 20, 2026" published="2026-06-20T23:17:38.000Z" url="https://github.com/PostHog/posthog/releases/tag/agent-skills-v0.209.0">
## Agent skills agent-skills-v0.209.0

Build from 8a757c2d47d4c1aa6b5ea1628bc00db66fbd95cf
</Release>

<Pagination cursor="2026-06-20T23:17:38.000Z|2026-06-21T02:02:49.083Z|rel_6GnL_bb18mtyr5X4i5hd3" next="https://releases.sh/posthog/posthog.md?cursor=2026-06-20T23%3A17%3A38.000Z%7C2026-06-21T02%3A02%3A49.083Z%7Crel_6GnL_bb18mtyr5X4i5hd3&limit=20" />
