PostHog Code open source
Contents
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:
| Component | Location |
|---|---|
| Desktop app | apps/code |
| Agent framework | packages/agent |
| PostHog enricher | packages/enricher |
| Bundled skills | apps/code/plugins/posthog/skills |
Contributing
We welcome external contributions. To get started:
- Read CONTRIBUTING.md in the repo
- Browse issues labeled
good first issue - Open a PR from a
feat/*orfix/*branch –pnpm typecheck,pnpm lint, andpnpm testshould all pass - 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.