Jev-Chat Jarvis is a chat assistant for Android that provides suggested replies within messaging applications.
The tool addresses the challenge of composing thoughtful responses in real-time conversations by reading the chat context from the screen and generating candidate replies using a language model. It operates non-invasively through Android's accessibility service, reading only what appears on screen without modifying the target applications or intercepting their data. Users can review the suggested replies and optionally insert one into the input field with a single tap, maintaining full control over whether to send the message.
The project suits developers building productivity tools for Android or those interested in accessibility-service-based integrations. It works across multiple messaging platforms including WeChat, QQ, X, and Feishu. The non-invasive approach means it functions without requiring root access, package modification, or hooking, making it compatible with standard Android devices and applications that would otherwise reject modified versions.
The project shows consistent development activity with regular commits addressing bug fixes and feature refinements. Work spans multiple areas including core functionality improvements, user interface adjustments, and platform-specific compatibility updates. The codebase receives ongoing maintenance with attention to both new capabilities and stability of existing features.