JARVIS-AI-ASSISTANT

by JoelShineVerified

A true Artificial Intelligent Assistant with ALICE as backend and offline speech recognition with vosk engine and pyttsx3 as text to speech engine

105
Stars
44
Forks
Python
Language
8/24/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/JoelShine/JARVIS-AI-ASSISTANT

Getting Started

Guides for using skills like JARVIS-AI-ASSISTANT.

Security Report

Verified

Last scanned: —

{
  "status": "PASSED",
  "issues": []
}

README.md

JARVIS-AI-ASSISTANT

A true Artificial Intelligent Assistant with ALICE as backend and offline speech recognition with vosk engine and pyttsx3 as text to speech engine

Unlike other assistants, this JARVIS is truly an ai written with ALICE files which uses Lisp as background.

Any issues on downloading and using this assistant, feel free to raise an issue so I can look into the problem code. Please follow the below installation process to get it done nicely for your needs.

About JARVIS

Jarvis is actually an ai which was introduced in the first Iron Man movie. A very spohisticated AI for Tony Stark made programmers think about making their on AI Assistants. This JARVIS also got it's inspiration fro Iron Man movies.

JARVIS - JOEL'S ARTIFICIAL REALISTIC VIRTUAL INTERNET SERVICE"

There had been many different versions of my Jarvis in the past few months. First, it had been a text assistnat, then speech came and this version is my first every fully artificially intelligent jarvis program with AIML. This is completely written in Python and it is compatible with almost all systems (Mac OS, Linux and Windows(Recommended)). Being written in Windows, it is more suitable to be used in Windows. Some minor changes will be needed to run on other os.

See my first JARVIS project (text to speech only) - https://github.com/JoelShine/JARVIS-The-Ultimate-Project

See my second JARVIS initiative (speech recognition) - https://github.com/JoelShine/Jarvis-v2.0

Specialty of JARVIS

  • Fully autonomous with AIML and Lisp as the brain of JARVIS.
  • Support with offline speech recognition with the help of vosk models.
  • Offline Text to Speech service with pyttsx3.
  • More surer program launching mechanism.
  • Very powerful chat mode with ALICE files.

Setup Procedures

For getting JARVIS up and running, the instructions are given below :

Environment setup

  • You need to have Python 3.7 or later versions top run Jarvis. Jarvis is initially developed in Python 3.8.9, so getting the same version will be nice to avoid any other issues but 3.7 or later is also okay

    Please note : Make sure to download Python 64 bit only ! Some modules are compatible only with 64 bit version. Also add Python to your system PATH.

    Download your python version from https://www.python.org/
    For getting Python 3.8.9, just click this link and download python for your os - https://www.python.org/downloads/release/python-389/
    Python 3.8.9 download for windows - https://www.python.org/ftp/python/3.8.9/python-3.8.9-amd64.exe
  • After installing python correctly, make sure you have pip installed on your machine. Open command prompt or powershelll and type pip or pip3 if something shows up, it's fine but if it says "It is not recognised as an internal or external command", just google it on how to install pip.

    How to fix pip - https://www.youtube.com/resultssearch_query=how+to+fix+pip+is+not+recognized+as+an+internal+or+external+command

  • Finally, once you install Python 64-bit version and pip, we can go on with installing the key dependencies.

Installing the required modules

  • First, navigate to this cloned repository and open cmd and then type :

pip install -r requirements.txt
  • Most of the times, you may run into an error saying 'no module named pyaudio'. If there is any error on installing SpeechRecognition, do check out this website. Please download the ".whl" file of pyaudio of your python version. Link to website - https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyaudio . After downloading that, pip install that .whl file. For Eg:
pip install PyAudio‑0.2.11‑cp38‑cp38‑win_amd64.whl
  • The above wheel is suitable for Python 3.8 version. amd64 means 64 bit and win32 means 32-bit. First pip install the wheel and then again run pip install -r requirements.txt . After all these procedures, we are ready to start testing out JARVIS.

Getting the models for our Speech Engine

  • Now, the next step is to download the models for our vosk speech Engine. Go to this website for downloading the model of your choice - https://alphacephei.com/vosk/models

  • There are models available for several accents of English and I am currently using the Indian Model. If you are in USA, you could download the usa-english model. The model is not uploaded on github as it will take up large space.
  • Once you have downloaded the Vosk speech engine model, then extract all the files inside the downloaded folder and copy the files inside the 'vosk_speech_engine/model' folder. Make sure to place this in the model folder inside vosk_speech_engine.
  • Once you have placed that, we can successfully run our JARVIS program

Running the Python script

Now we can run our python script. Just navigate to the cloned directory and open cmd and then type :

python jarvis.py

This will initialize the python program. If you run into any problems during the installation of any modules, feel free to open an issue. Thanks for supporting this project and happy coding !!

Frequently Asked Questions

What is JARVIS-AI-ASSISTANT?

JARVIS-AI-ASSISTANT is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by JoelShine. A true Artificial Intelligent Assistant with ALICE as backend and offline speech recognition with vosk engine and pyttsx3 as text to speech engine. It has 105 GitHub stars.

Is JARVIS-AI-ASSISTANT safe to use?

Yes. JARVIS-AI-ASSISTANT passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install JARVIS-AI-ASSISTANT?

Clone the repository with "git clone https://github.com/JoelShine/JARVIS-AI-ASSISTANT" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is JARVIS-AI-ASSISTANT written in?

JARVIS-AI-ASSISTANT is primarily written in Python. It is open-source under JoelShine on GitHub, so you can review or fork the full source.

Are there alternatives to JARVIS-AI-ASSISTANT?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh JARVIS-AI-ASSISTANT against similar tools.

Comments (0)

No comments yet. Be the first to share your thoughts!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI Agents
View details

Developers Also Liked

Based on votes and bookmarks from developers who liked this skill

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP Serversapisai-tools
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details