English | 简体中文
Know Your Users, Grow Your Product. Private Analytics, Zero Compromise.
Private Product Analytics — the Analyze product in AngusKit.
This repository hosts documentation only. AngusInsight source code is distributed through private deployment packages, not through this GitHub repository. Earlier revisions of this repository contained application source; as of this update, distribution has moved to AngusKit's packaging pipeline (see Get the Community Edition below). This repository now focuses on product information, quickstart guides, and links to the full documentation site.
AngusInsight is lightweight user-behavior analytics for enterprise and internal products, built to run entirely on infrastructure you control. Events land in your own database — dashboards, funnels, and error monitoring run on-prem, turning real post-release usage into insight without shipping behavior data to a public cloud.
AngusInsight is private-deployment only — it is not offered as a hosted SaaS.
- Lightweight SDK — fast Web/H5 install with PV, custom events, conversions, and
identifyout of the box; automatic SPA capture - Dashboard & realtime — PV/UV/session overview and trends, plus a realtime window for online users and event streams
- China channel rules — UTM, referrer, and common click-ID rules assign channel codes; compare campaigns by campaign ID
- Conversion funnels — multi-step ordered event funnels with per-step pass rates and drop-off highlights
- Paths & user timeline — in-session page-path Sankey diagrams and single-user event-sequence reconstruction
- Errors in the same stack — JS, resource, and API errors captured and grouped alongside behavior data
curl -LO https://repo.anguskit.com/raw/raw-public/AngusKit/insight/AngusInsight-Community-1.0.0.zip
unzip AngusInsight-Community-1.0.0.zip
cd AngusInsight-1.0.0/docker
cp env.example .env
docker compose --profile mysql up -d- Minimum: 2 cores / 4 GB (recommended: 4 cores / 8 GB, more as event volume grows); disk 40 GB, more as events accumulate
- Ports after install: AngusGM
8801(sign-in), AngusInsight8808 - Configure the SDK collect endpoint only after you create an app and obtain an appCode/appKey
- Only need AngusInsight? This zip includes AngusInsight + AngusGM — no other product required.
Full installation guide (host ZIP, Kubernetes/Helm, TLS, upgrades, SDK tracking plan): docs.anguskit.com/insight
| Community | Team / Enterprise | |
|---|---|---|
| Price | Free | Paid, private deployment |
| Users | Up to 10 | Higher / unlimited seats |
| Apps | Up to 5 | Higher / unlimited |
| Data retention | 30 days | Longer / configurable |
| Funnels, path analysis, advanced error rules, MCP | Not included | Included |
| Delivery model | Private deployment only | Private deployment only |
Community Edition source is licensed under GPL-3.0 and distributed with each Community installation package. Team and Enterprise editions are proprietary, governed by the XCan Business License, Version 1.0, distributed only under a paid subscription.
Full pricing and feature comparison: anguskit.com/pricing
| Product | Focus | Repository |
|---|---|---|
| AngusKit | The full suite (this product + 5 others + AngusGM) | AngusKit/AngusKit |
| AngusAI | AI agent development | AngusKit/AngusAI |
| AngusGit | AI-native code collaboration | AngusKit/AngusGit |
| AngusRepo | Universal artifact management | AngusKit/AngusRepo |
| AngusTester | AI-native software testing | AngusKit/AngusTester |
| AngusSecurity | Application security & governance | AngusKit/AngusSecurity |
- Full docs: anguskit.com/docs/insight
- Contact / sales: anguskit.com/contact ·
sales@anguskit.com - This repository's Issues are for documentation feedback and install troubleshooting. This repository does not accept source code pull requests — see CONTRIBUTING.md.
- This repository's documentation content: see LICENSE (GPL-3.0, matching the Community Edition source it describes).
- AngusInsight Community Edition product source: GPL-3.0, distributed with each Community installation package.
- AngusInsight Team / Enterprise Edition: proprietary, XCan Business License v1.0, distributed under a paid subscription only.

