Liyucheng1997/332_lab-jev-chat
Jev Chat Assistant for Windows - 电脑版微信意图判断与 DeepSeek 建议回复
About the project
A non-invasive chat assistant: it reads on-screen conversations (Android via Accessibility, Windows via UI Automation or OCR), the Jev model judges intent and risk, a generative model drafts 3 replies shown in an overlay and filled into the input box without sending.
Useful for
- Get reply suggestions overlaid on WeChat on Android or Windows
- Assess the intent and risk level of an incoming message before replying
- Add an adapter for a new messenger in ChatAppAdapter.kt
README summarized by DeepSeek V4.1 Flash. Details may be inaccurate.
Why it’s trending
- 12 stars so far today, about 37 expected by the end of the day.
- The spike has held for 2 days in a row — not a one-off blip.
- The repository is 2 days old and already has 106 stars. With less than two weeks of history, there's no usual pace to compare the spike against yet.
- About 12 forks a day — people are taking the code.
Stars per day
Bars are daily stars, the line is the usual pace. Red marks spike days.
Numbers
- Total stars
- 106
- Today
- 12 · ≈ 37 by evening
- Forks
- 12
- Issues and pull requests
- 6
- Watchers
- 0
- Language
- Kotlin
- License
- MIT
- Latest release
- v1.0.0 · September 21, 2026
- Created
- September 21, 2026
- Last push
- September 21, 2026
Star trust
Growth looks organic: forks and discussion are in line with active projects, and stars arrive unevenly, the way people give them.
These are heuristics, not a verdict: we judge by the repository’s behavior, not by a list of stargazers.
Spotted in
- September 23, 2026Top new repositories this week: #198
Similar by description
-
8.1
jev-chat/jev-chat-jarvis
Android app that reads the on-screen chat via AccessibilityService, judges the other side's intent with the Jev model, and shows 3 ranked reply drafts in a translucent overlay. Replies are filled into the input box but…
-
6.3
jev-chat/jev-chat-jarvis-mac
A macOS app that OCR-reads WeChat messages on screen and uses a local model to classify intent and risk, suggesting reply candidates. Read-only, with no injection into WeChat.
-
6.3
jev-chat/jev-chat-windows
A reply helper for WeChat on Windows: it captures the window, reads incoming messages with offline OCR, infers the other person's intent, and offers 3 candidate replies to insert into the input box. Sending is always…
-
3.8
FerryCorleone/crush-monitor
A local web tool that analyzes WeChat chat logs copied from the app using the Jev model: it shows emotions, intents, a liking-signal score and grades your own replies. Runs on your machine with your own TypeSafe API key.