Open-source Jev reads your WeChat and QQ chats to suggest replies, hits 1.8k GitHub stars
aigclink · x · 2026-09-22
jev-chat-jarvis, an open-source "conversation copilot" for phones (1.8k stars, 600 forks), reads on-screen chats via Android accessibility services in WeChat, QQ and X DMs, then shows the counterpart's intent, a 1–9 danger rating and three ranked candidate replies you can insert with one tap — it never auto-sends or touches payments.
Key points:
- One core, multi-platform: verified on WeChat 8.0.78, QQ 9.3.50 and X 12.25; new apps only need a ChatAppAdapter; Feishu capture is wired in.
- Non-invasive: no hooks, no repackaging, no database reads; OCR fallback when the view tree lacks text.
- Uses a TypeSafe Jev model (1s) to judge intent and best action, with DeepSeek drafting replies that Jev re-ranks by suitability.
- Local knowledge base and contact profiles add relevant context across apps, matching aliases of the same person.
More from coding & agent
- Brood War Bench: Codex plays cheese, Opus wins battles, Grok too dumb to play — Kangwook_Lee · 2026-09-22
- Free 25+ page guide: build your own coding agent with Python and Django — Al_Grigor · 2026-09-22
- Amazon blocking Meta's Muse shopping agent sparks first real agent permission fight — yi111 · 2026-09-22
- GPT-6 Astra + Jev + H3 Max build a decision game with 264 video clips in 5 minutes — huangyun_122 · 2026-09-22
- Gave my agent a cron job and full autonomy — it has no idea what to do with itself — impact_founder · 2026-09-22
- Grounded Document Agent: cited PDF Q&A with LlamaParse, LlamaIndex and local Ollama — Roger_M_Taylor · 2026-09-22