Skip to content

Releases: PostHog/posthog

v0.60.377

Choose a tag to compare

@releaser-posthog-desktop releaser-posthog-desktop released this 22 Aug 01:57
e3ed0fe

What's Changed

  • fix(desktop): derive the nav rail destination from the route by @adamleithp in #87370
  • fix(desktop): retry MCP tool listing with backoff instead of looping by @cvolzer3 in #86790
  • chore(deps): Update posthog-react-native to 4.63.5 by @posthog-js-upgrader in #87009
  • fix(desktop): reduce PR attribution log noise by @k11kirky in #87337
  • fix(desktop): name a task from the text pasted into the composer by @haacked in #86703
  • chore(canvas): instruct agents to build progressively rendering canvases by @k11kirky in #87173
  • fix(tasks): stop warm cloud runs answering the first message twice by @tatoalo in #87247
  • chore(canvas): require verifiable insights in skills and mcp tools by @k11kirky in #87187

Full Changelog: desktop-v0.60.372...desktop-v0.60.377

Downloads

macOS

Package Architecture Download Blockmap SHA-256
DMG Apple Silicon (arm64) PostHog-Desktop-0.60.377-arm64-mac.dmg blockmap 456bb8
ZIP Apple Silicon (arm64) PostHog-Desktop-0.60.377-arm64-mac.zip blockmap 61ca2a
DMG Intel (x64) PostHog-Desktop-0.60.377-x64-mac.dmg blockmap 69f46e
ZIP Intel (x64) PostHog-Desktop-0.60.377-x64-mac.zip blockmap 266c76

Windows

Package Architecture Download Blockmap SHA-256
Installer (.exe) x64 PostHog-Desktop-0.60.377-x64-win.exe blockmap 8d47cf

Linux

Package Architecture Download Blockmap SHA-256
AppImage x64 PostHog-Desktop-0.60.377-x86_64-linux.AppImage 27bdf7
AppImage arm64 PostHog-Desktop-0.60.377-arm64-linux.AppImage 50de7a
Debian (.deb) x64 PostHog-Desktop-0.60.377-amd64-linux.deb 050c30
Debian (.deb) arm64 PostHog-Desktop-0.60.377-arm64-linux.deb 199310
RPM (.rpm) x64 PostHog-Desktop-0.60.377-x86_64-linux.rpm aaea74
RPM (.rpm) arm64 PostHog-Desktop-0.60.377-aarch64-linux.rpm 2c642a

0.14.0 — 2026-08-21

Choose a tag to compare

@releaser-posthog releaser-posthog released this 21 Aug 15:19
c70c0cb

Release Notes

Minor changes

  • 7dd3d0f5c27 With --release-mode=event, sourcemap inject now adopts a bundler-emitted ECMA-426 debug id (//# debugId= comment or the sourcemap's debugId field) as the chunk id instead of deriving its own, so one id identifies the chunk across the toolchain. The sourcemap's debugId field is preserved on save instead of being renamed to chunk_id, a bundler-stamped debug id no longer makes inject skip the mapping adjustment for the injected snippet, and hermes uploads still accept maps that carry only a debugId. Behavior change: sourcemap upload --hermes now fails with an error when it finds no maps carrying a chunk id or debug id, instead of exiting successfully having uploaded nothing. — Thanks @ablaszkiewicz!

Install posthog-cli 0.14.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.14.0/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.14.0/posthog-cli-installer.ps1 | iex"

Install prebuilt binaries into your npm project

npm install @posthog/cli@0.14.0

Download posthog-cli 0.14.0

File Platform Checksum
posthog-cli-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
posthog-cli-x86_64-apple-darwin.tar.gz Intel macOS checksum
posthog-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
posthog-cli-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
posthog-cli-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
posthog-cli-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
posthog-cli-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

posthog-cli latest

Choose a tag to compare

@releaser-posthog releaser-posthog released this 21 Aug 15:20
c70c0cb

Same as posthog-cli/v0.14.0

v0.60.372

Choose a tag to compare

@releaser-posthog-desktop releaser-posthog-desktop released this 21 Aug 17:41
cb40340

What's Changed

Full Changelog: desktop-v0.60.368...desktop-v0.60.372

Downloads

macOS

Package Architecture Download Blockmap SHA-256
DMG Apple Silicon (arm64) PostHog-Desktop-0.60.372-arm64-mac.dmg blockmap 902a48
ZIP Apple Silicon (arm64) PostHog-Desktop-0.60.372-arm64-mac.zip blockmap ea2c4d
DMG Intel (x64) PostHog-Desktop-0.60.372-x64-mac.dmg blockmap 447c9b
ZIP Intel (x64) PostHog-Desktop-0.60.372-x64-mac.zip blockmap 0d0b94

Windows

Package Architecture Download Blockmap SHA-256
Installer (.exe) x64 PostHog-Desktop-0.60.372-x64-win.exe blockmap 19a088

Linux

Package Architecture Download Blockmap SHA-256
AppImage x64 PostHog-Desktop-0.60.372-x86_64-linux.AppImage 98e5fc
AppImage arm64 PostHog-Desktop-0.60.372-arm64-linux.AppImage ed0f1b
Debian (.deb) x64 PostHog-Desktop-0.60.372-amd64-linux.deb a06812
Debian (.deb) arm64 PostHog-Desktop-0.60.372-arm64-linux.deb ac7c1f
RPM (.rpm) x64 PostHog-Desktop-0.60.372-x86_64-linux.rpm 7faf3b
RPM (.rpm) arm64 PostHog-Desktop-0.60.372-aarch64-linux.rpm 0b62a3

v0.60.368

Choose a tag to compare

@releaser-posthog-desktop releaser-posthog-desktop released this 21 Aug 16:43
896dd35

What's Changed

  • feat(tasks): accept side_question commands on task runs by @haacked in #80023
  • fix(tasks): surface degraded resumes and reset idle timer on client commands by @tatoalo in #87043
  • fix(tasks): deliver pending user messages exactly once and drop cancelled queued prompts by @tatoalo in #87042
  • fix(tasks): render live cloud log tail while a transcript gap reconciles by @tatoalo in #87041
  • perf(agent): skip session JSONL sanitize when file is unchanged by @arnohillen in #76791
  • feat(desktop): share product engineer guidance across agents by @puemos in #87110
  • feat(desktop): let an agent offer actions as buttons in a session by @adboio in #86894
  • fix(desktop): make every error toast inspectable by @adamleithp in #86983
  • feat(desktop): group repeated events on the task timeline by @adamleithp in #86925

Full Changelog: desktop-v0.60.360...desktop-v0.60.368

Downloads

macOS

Package Architecture Download Blockmap SHA-256
DMG Apple Silicon (arm64) PostHog-Code-0.60.368-arm64-mac.dmg blockmap dc359f
ZIP Apple Silicon (arm64) PostHog-Code-0.60.368-arm64-mac.zip blockmap fdd07d
DMG Intel (x64) PostHog-Code-0.60.368-x64-mac.dmg blockmap 554aba
ZIP Intel (x64) PostHog-Code-0.60.368-x64-mac.zip blockmap f28558

Windows

Package Architecture Download Blockmap SHA-256
Installer (.exe) x64 PostHog-Code-0.60.368-x64-win.exe blockmap cbc36c

Linux

Package Architecture Download Blockmap SHA-256
AppImage x64 PostHog-Code-0.60.368-x86_64-linux.AppImage f745eb
AppImage arm64 PostHog-Code-0.60.368-arm64-linux.AppImage df8005
Debian (.deb) x64 PostHog-Code-0.60.368-amd64-linux.deb e3f7b8
Debian (.deb) arm64 PostHog-Code-0.60.368-arm64-linux.deb c3450c
RPM (.rpm) x64 PostHog-Code-0.60.368-x86_64-linux.rpm dba686
RPM (.rpm) arm64 PostHog-Code-0.60.368-aarch64-linux.rpm 813233

v0.60.360

Choose a tag to compare

@releaser-posthog-desktop releaser-posthog-desktop released this 21 Aug 14:23
ea04477

What's Changed

  • fix(desktop): hide remote announcements in dev builds by @adboio in #87102

Full Changelog: desktop-v0.60.359...desktop-v0.60.360

Downloads

macOS

Package Architecture Download Blockmap SHA-256
DMG Apple Silicon (arm64) PostHog-Code-0.60.360-arm64-mac.dmg blockmap 6618c4
ZIP Apple Silicon (arm64) PostHog-Code-0.60.360-arm64-mac.zip blockmap 167cb7
DMG Intel (x64) PostHog-Code-0.60.360-x64-mac.dmg blockmap 31034d
ZIP Intel (x64) PostHog-Code-0.60.360-x64-mac.zip blockmap c5e5c0

Windows

Package Architecture Download Blockmap SHA-256
Installer (.exe) x64 PostHog-Code-0.60.360-x64-win.exe blockmap d40289

Linux

Package Architecture Download Blockmap SHA-256
AppImage x64 PostHog-Code-0.60.360-x86_64-linux.AppImage cb631e
AppImage arm64 PostHog-Code-0.60.360-arm64-linux.AppImage ac70d0
Debian (.deb) x64 PostHog-Code-0.60.360-amd64-linux.deb f6ce88
Debian (.deb) arm64 PostHog-Code-0.60.360-arm64-linux.deb 685e9f
RPM (.rpm) x64 PostHog-Code-0.60.360-x86_64-linux.rpm 6046f5
RPM (.rpm) arm64 PostHog-Code-0.60.360-aarch64-linux.rpm de8ef5

v0.60.359

Choose a tag to compare

@releaser-posthog-desktop releaser-posthog-desktop released this 21 Aug 14:03
ff9f25d

What's Changed

Full Changelog: desktop-v0.60.358...desktop-v0.60.359

Downloads

macOS

Package Architecture Download Blockmap SHA-256
DMG Apple Silicon (arm64) PostHog-Code-0.60.359-arm64-mac.dmg blockmap 80cf01
ZIP Apple Silicon (arm64) PostHog-Code-0.60.359-arm64-mac.zip blockmap 0c7a5c
DMG Intel (x64) PostHog-Code-0.60.359-x64-mac.dmg blockmap 5032d5
ZIP Intel (x64) PostHog-Code-0.60.359-x64-mac.zip blockmap 2173df

Windows

Package Architecture Download Blockmap SHA-256
Installer (.exe) x64 PostHog-Code-0.60.359-x64-win.exe blockmap dc1862

Linux

Package Architecture Download Blockmap SHA-256
AppImage x64 PostHog-Code-0.60.359-x86_64-linux.AppImage 4ab9e0
AppImage arm64 PostHog-Code-0.60.359-arm64-linux.AppImage e56ee4
Debian (.deb) x64 PostHog-Code-0.60.359-amd64-linux.deb d868bc
Debian (.deb) arm64 PostHog-Code-0.60.359-arm64-linux.deb e78936
RPM (.rpm) x64 PostHog-Code-0.60.359-x86_64-linux.rpm 0b9419
RPM (.rpm) arm64 PostHog-Code-0.60.359-aarch64-linux.rpm 36580f

v0.60.358

Choose a tag to compare

@releaser-posthog-desktop releaser-posthog-desktop released this 21 Aug 13:24
b55fc44

What's Changed

  • feat(desktop): move the spaces destinations into a nav rail by @adamleithp in #87050
  • fix(tasks): report task usage before compute rates take effect by @adboio in #87051
  • fix(tasks): let the team read runs of shared slack threads by @VojtechBartos in #86951
  • fix(tasks): scope GitHub webhook run lookups to the installation's teams and bound the attribution lookup by @PostHog in #83852
  • feat(desktop): richer object pages with live charts by @puemos in #85965
  • fix(tasks): distinguish interactive signals runs from pipeline-started ones by @skoob13 in #86485
  • fix(desktop): archive tasks optimistically in parallel by @puemos in #86984
  • feat(desktop): let the spaces layout hide and reorder sidebar nav items by @thmsobrmlr in #86583
  • fix(canvas): expose state and comments to agents by @k11kirky in #86719
  • chore(deps): Update @posthog/react-native-plugin to 2.4.1 by @posthog-js-upgrader in #86933
  • feat(desktop): add daily report limit control to Self-driving config by @PostHog in #86718
  • fix(tasks): restart unready agent server on retry by @tatoalo in #86696
  • revert(desktop): remove report canvas navigation gating by @dmarticus in #86769
  • feat(desktop): customize session list metadata by @adamleithp in #86535
  • fix(code): make plan mode show, keep, and reload its plan by @dmarticus in #83903

Full Changelog: desktop-v0.60.349...desktop-v0.60.358

Downloads

macOS

Package Architecture Download Blockmap SHA-256
DMG Apple Silicon (arm64) PostHog-Code-0.60.358-arm64-mac.dmg blockmap a029fd
ZIP Apple Silicon (arm64) PostHog-Code-0.60.358-arm64-mac.zip blockmap 5e3f1a
DMG Intel (x64) PostHog-Code-0.60.358-x64-mac.dmg blockmap 19eb87
ZIP Intel (x64) PostHog-Code-0.60.358-x64-mac.zip blockmap 937bc0

Windows

Package Architecture Download Blockmap SHA-256
Installer (.exe) x64 PostHog-Code-0.60.358-x64-win.exe blockmap 89c591

Linux

Package Architecture Download Blockmap SHA-256
AppImage x64 PostHog-Code-0.60.358-x86_64-linux.AppImage d2f4c4
AppImage arm64 PostHog-Code-0.60.358-arm64-linux.AppImage 8e6d87
Debian (.deb) x64 PostHog-Code-0.60.358-amd64-linux.deb 57b14a
Debian (.deb) arm64 PostHog-Code-0.60.358-arm64-linux.deb 8d2109
RPM (.rpm) x64 PostHog-Code-0.60.358-x86_64-linux.rpm cbe161
RPM (.rpm) arm64 PostHog-Code-0.60.358-aarch64-linux.rpm ff3af6

v0.60.349

Choose a tag to compare

@releaser-posthog-desktop releaser-posthog-desktop released this 21 Aug 01:53
7bd2689

What's Changed

  • feat(desktop): put github repos and cloud defaults first in onboarding by @adboio in #85453
  • chore(desktop): remove deprecated fleet product by @dmarticus in #86700
  • fix(desktop): show policy refusals in chat by @MattPua in #86740
  • feat(desktop): attribute task origin on code generations by @puemos in #86643

Full Changelog: desktop-v0.60.345...desktop-v0.60.349

Downloads

macOS

Package Architecture Download Blockmap SHA-256
DMG Apple Silicon (arm64) PostHog-Code-0.60.349-arm64-mac.dmg blockmap eb4b62
ZIP Apple Silicon (arm64) PostHog-Code-0.60.349-arm64-mac.zip blockmap 98fc16
DMG Intel (x64) PostHog-Code-0.60.349-x64-mac.dmg blockmap 89366e
ZIP Intel (x64) PostHog-Code-0.60.349-x64-mac.zip blockmap 15d9cf

Windows

Package Architecture Download Blockmap SHA-256
Installer (.exe) x64 PostHog-Code-0.60.349-x64-win.exe blockmap 8e4544

Linux

Package Architecture Download Blockmap SHA-256
AppImage x64 PostHog-Code-0.60.349-x86_64-linux.AppImage 6d5716
AppImage arm64 PostHog-Code-0.60.349-arm64-linux.AppImage 8e659c
Debian (.deb) x64 PostHog-Code-0.60.349-amd64-linux.deb 05a451
Debian (.deb) arm64 PostHog-Code-0.60.349-arm64-linux.deb 46a1a4
RPM (.rpm) x64 PostHog-Code-0.60.349-x86_64-linux.rpm 67b030
RPM (.rpm) arm64 PostHog-Code-0.60.349-aarch64-linux.rpm fe3ff2

0.13.3 — 2026-08-20

Choose a tag to compare

@releaser-posthog releaser-posthog released this 20 Aug 19:41
214b7ed

Release Notes

Patch changes

  • ee7d6424091 Linux release binaries now embed a GNU build id, so native crash reports from the CLI can be matched to uploaded debug symbols. — Thanks @ablaszkiewicz!

Install posthog-cli 0.13.3

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/PostHog/posthog/releases/download/posthog-cli/v0.13.3/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.13.3/posthog-cli-installer.ps1 | iex"

Install prebuilt binaries into your npm project

npm install @posthog/cli@0.13.3

Download posthog-cli 0.13.3

File Platform Checksum
posthog-cli-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
posthog-cli-x86_64-apple-darwin.tar.gz Intel macOS checksum
posthog-cli-x86_64-pc-windows-msvc.zip x64 Windows checksum
posthog-cli-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
posthog-cli-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
posthog-cli-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
posthog-cli-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum