PostHog Code open source

PostHog Code is open source under the MIT license. The full source for the desktop app, the agent framework, and the bundled PostHog skills lives at github.com/PostHog/code.

What's open

The repo is a monorepo containing:

ComponentLocation
Desktop appapps/code
Agent frameworkpackages/agent
PostHog enricherpackages/enricher
Bundled skillsapps/code/plugins/posthog/skills

Contributing

We welcome external contributions. To get started:

  1. Read CONTRIBUTING.md in the repo
  2. Browse issues labeled good first issue
  3. Open a PR from a feat/* or fix/* branch – pnpm typecheck, pnpm lint, and pnpm test should all pass
  4. Drop into the PostHog Discord if you want to chat through an idea before writing code

Reporting bugs

Found something broken? Open an issue with the version you're running (visible in Settings → About) and steps to reproduce.

License

PostHog Code is released under the MIT license.

Community questions

Was this page useful?

Questions about this page? or post a community question.