An open-source CRM that actually talks back to sales teams
Most CRMs are just databases; this one is a chatty colleague that remembers every client detail and suggests your next move.
What it does
Wukong AICRM is a full-stack customer relationship platform—Java backend, Vue frontend—that wraps CRM records inside a conversational interface. Sales teams chat with it to pull customer summaries, identify stalled deals, and generate next-step tasks, while a RAG pipeline lets the AI answer questions using internal documents instead of generic web knowledge.
The interesting bit
The architecture treats the AI assistant as the central router rather than a sidebar widget, funneling requests into CRM queries, knowledge retrieval, or workflow execution. It turns the CRM from a passive database into an active co-pilot, though it still leans on external LLM APIs to do the thinking.
Key highlights
- Spring Boot 3.x backend using Spring AI with OpenAI-compatible APIs
- RAG knowledge base for product manuals, meeting notes, and sales scripts
- Automatic task and schedule generation from customer interactions
- Email sync via Gmail, Outlook 365, and custom IMAP/SMTP
- Packaged for Docker Compose with PostgreSQL, Redis, and MinIO
Caveats
- License restricts commercial use without separate authorization; this is source-available, not fully open source in the traditional sense
- AI features require an external OpenAI-compatible API key, so the system does not run fully offline
- Primary documentation and UI context are Chinese-first; English support exists but appears secondary
Verdict
Worth evaluating if you run a sales team that lives in chat apps and you want a self-hosted alternative to Salesforce with AI augmentation. Skip it if you need a permissive open-source license or a CRM that works air-gapped without third-party LLM contracts.
Frequently asked
- What is WuKongOpenSource/Wukong-AICRM?
- Most CRMs are just databases; this one is a chatty colleague that remembers every client detail and suggests your next move.
- Is Wukong-AICRM open source?
- Yes — WuKongOpenSource/Wukong-AICRM is an open-source project tracked on heatdrop.
- What language is Wukong-AICRM written in?
- WuKongOpenSource/Wukong-AICRM is primarily written in Java.
- How popular is Wukong-AICRM?
- WuKongOpenSource/Wukong-AICRM has 1.6k stars on GitHub.
- Where can I find Wukong-AICRM?
- WuKongOpenSource/Wukong-AICRM is on GitHub at https://github.com/WuKongOpenSource/Wukong-AICRM.