Skip to main content

Free offline voice-controlled AI assistant. Install → Run → Talk.

Project description

🤖 Synapse-Assistant-AI — Free Offline Voice-Controlled Assistant

Install. Run. Talk. That's it.

Synapse-Assistant-AI is a completely offline, privacy-first, voice-controlled AI assistant for your computer. It listens to your voice commands, processes them locally without sending your data to any cloud, performs desktop automation tasks, and speaks back to you.


🌟 Key Features

  • 100% Offline & Private: Uses local LLMs (via Ollama) and offline Speech-to-Text (Vosk). No API keys, no internet required (except for initial setup and web searches).
  • Voice-Controlled: Always listening for its wake word (e.g., "Jarvis", "Friday", or your custom name).
  • Context Memory (v0.2.0): Remembers your recent conversation history so you can ask follow-up questions naturally.
  • Vision & Clipboard (v0.2.0): Can read your screen (OCR) and read your copied clipboard text.
  • Plugin System (v0.2.0): Easily extend the AI's capabilities by dropping Python scripts into a plugins folder.
  • Desktop Automation: Open websites, launch apps, play media, and search the web hands-free.
  • Smart Notifications: Automatically notifies you via a Telegram Bot when a background task completes.
  • WhatsApp Integration: Automates sending WhatsApp messages to your contacts.

🚀 Installation

It takes just one command to install the assistant from PyPI:

pip install synapse-assistant-ai

(Note: Ensure you have Python 3.10+ installed on your system).


⚙️ Quick Start & Setup

Run the assistant from your terminal:

synapse-ai

(Note: If synapse-ai says "command not found", you can run it perfectly using python3 -m super_ai or fix it permanently by running python3 -m super_ai setup)

First-Time Interactive Setup: The first time you run the command, an interactive setup will start right in your terminal:

  1. Name your AI: Choose a wake word (e.g., Jarvis, Friday, or Hey AI).
  2. Telegram Notifications (Optional): If you want to receive task completion alerts on your phone, you will be prompted to paste your Telegram Bot Token and Chat ID directly in the terminal. No .env editing required!
  3. Model Download: It will auto-download the necessary AI voice models (~1.1 GB, one-time only).

After that, it starts instantly. Just say your wake word:

"Jarvis, open youtube"


🗣️ What it can do

Here are some examples of what you can ask your assistant to do:

Say this It does this
"Jarvis, open google" Opens google.com in your default browser
"Jarvis, open youtube" Opens youtube.com
"Jarvis, launch Safari" Opens the Safari application (Mac)
"Jarvis, read my screen" Takes a screenshot and reads the text visible on your screen (OCR)
"Jarvis, what's on my clipboard" Reads the text you currently have copied
"Jarvis, play /path/to/song.mp3" Plays the specified media file locally
"Jarvis, send whatsapp to +919876543210 — hello" Automates typing and sending a WhatsApp message
"Jarvis, search web for latest AI news" Opens Chrome & gives you a spoken summary of the top result
"Jarvis, send message — meeting at 5" Sends a text message to your configured Telegram chat
"Jarvis, send voice note — I'll be late" Records and sends a voice note to you on Telegram
"Jarvis, set reminder 5 minutes — drink water" Sets a local timer and reminds you in 5 minutes
"Jarvis, what is Python?" Consults its local AI Brain (Ollama) and answers your question

🔌 Custom Plugins

Want to add your own features? It's incredibly easy. Just drop a Python script into ~/.superai/plugins/ that registers a new function. The AI will automatically read your plugin, learn what it does, and start using it the next time you talk to it!


💻 Requirements

To run Synapse-Assistant-AI smoothly, your system needs:

  • OS: Windows, macOS, or Linux
  • Python: Version 3.10 or higher
  • Hardware:
    • Working Microphone
    • 6 GB RAM (minimum, 8GB+ recommended)
    • ~1.5 GB free disk space (for AI models)
  • Internet: Only required for the first-time model download and web search commands.
  • Screen Reading (OCR): To use the "read screen" feature, you must have Tesseract OCR installed on your system (brew install tesseract on Mac, or sudo apt install tesseract-ocr on Ubuntu).

🛠️ Troubleshooting

  • Installation Errors (vosk / sounddevice): If you get a "No matching distribution found" error during pip install, it means you are using an experimental or unsupported version of Python (like Python 3.13 or 3.14). Please install a stable release like Python 3.12 and run python3.12 -m pip install synapse-assistant-ai.
  • Command Not Found: If synapse-ai says "command not found" (often happens on Windows or default macOS setups due to PATH settings), you have two easy fixes:
    1. Run directly: python3 -m super_ai
    2. Permanent Fix (Auto-Setup): Run python3 -m super_ai setup. It will automatically add the tool to your System PATH so synapse-ai works flawlessly.

🧠 How it works under the hood

You speak → STT Engine (Vosk) → AI Brain (Ollama/Llama 3) → Action / Answer → TTS Engine → Speaks back

Everything runs locally on your machine.

  • No cloud servers.
  • No recurring API bills.
  • No data leaves your computer.

📄 License

This project is licensed under the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

synapse_assistant_ai-0.2.2.tar.gz (20.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

synapse_assistant_ai-0.2.2-py3-none-any.whl (21.1 kB view details)

Uploaded Python 3

File details

Details for the file synapse_assistant_ai-0.2.2.tar.gz.

File metadata

  • Download URL: synapse_assistant_ai-0.2.2.tar.gz
  • Upload date:
  • Size: 20.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for synapse_assistant_ai-0.2.2.tar.gz
Algorithm Hash digest
SHA256 5a588cd437f4cc3278a3e5d4429c65369ec0434a1cbbb5b581828c599b8b72e4
MD5 0311ce816c0c0df75a26141a311136f9
BLAKE2b-256 ed7b0c6384ee1dfdb726569df19ceb12dc9b239cb41754105b21f537d2a19b8f

See more details on using hashes here.

File details

Details for the file synapse_assistant_ai-0.2.2-py3-none-any.whl.

File metadata

File hashes

Hashes for synapse_assistant_ai-0.2.2-py3-none-any.whl
Algorithm Hash digest
SHA256 60b92f7fd54124044de27de3cd6afc86dbc1184df325aede24fe0331e426c62f
MD5 11b9f091e16d49a392e2c96034ed1d3f
BLAKE2b-256 6ea8cdd551e8ab73ff546d05577308a0a7cbc3c8bbbb87b4f932d230e3be533b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page