Jarvis is an AI-powered voice assistant for Linux with features like voice recognition, natural language processing, text-to-speech, face authentication, email, weather, news, system control, reminders, jokes, AI image generation, YouTube integration, and more.

2 Open Issues Need Help Last updated: Jul 13, 2025

Open Issues Need Help

View All on GitHub
AI/ML Voice Assistants

AI Summary: Create an `uninstall.sh` script that reverses the actions performed by the existing `install.sh` script. This includes removing files and directories created during installation, reverting environment variable changes, and safely removing user-specific configurations. The script should be idempotent, safe, and well-documented.

Complexity: 3/5
enhancement good first issue

Jarvis is an AI-powered voice assistant for Linux with features like voice recognition, natural language processing, text-to-speech, face authentication, email, weather, news, system control, reminders, jokes, AI image generation, YouTube integration, and more.

Python
AI/ML Voice Assistants

AI Summary: The issue is that the `clip>=1.0.0` dependency listed in the Jarvis voice assistant's `requirements.txt` file is not available on PyPI (the Python Package Index). The task is to resolve this dependency issue, either by finding an alternative version or package that provides the necessary functionality, or by updating the `requirements.txt` file to specify a compatible version of `clip`.

Complexity: 4/5
bug good first issue

Jarvis is an AI-powered voice assistant for Linux with features like voice recognition, natural language processing, text-to-speech, face authentication, email, weather, news, system control, reminders, jokes, AI image generation, YouTube integration, and more.

Python