-
released this
2026-06-05 03:42:23 +00:00 | 0 commits to main since this releaseWelcome to the initial release of the Synapse OS Assistant and AI C2 Server!
This release provides a complete proof-of-concept system that transforms standard web-based Large Language Models (LLMs) into deterministic, voice-activated operating system controllers using the custom Synapse Command Language (SCL). Note that SCL can be use for far more than just a voice-activated operating system controller. SCL can be developed into an entire LLM based backend system!
✨ Features
- Zero-Cost OS Integration: Control your Windows PC using models like Google Gemini, DeepSeek, and Google AI Search without needing any paid API keys.
- Synapse Command Language (SCL): A highly efficient, token-saving syntax that forces LLMs to act as deterministic state machines rather than conversational agents.
- Unified Web Harness: A Tampermonkey script that puppeteers web-based AI chats, turning them into a local REST API.
- Offline Wake-Word & STT: Uses Vosk for fast, offline voice recognition (e.g., "Computer, open notepad").
📦 Included in this Release
- AI C2 Server.exe: The Command and Control server that routes messages between your browser and the local client.
- VoiceAssistantPoC_Win.7z: The client application that listens to your voice, communicates with the C2 server, and executes SCL commands on your local OS.
- GoogleAI_Search_Google_Gemini_Deepseek_ChatGPT_UnifiedHarness.js: The Tampermonkey script required to bridge the web browser to the local C2 server.
🚀 Setup Instructions
1. Install the Tampermonkey Harness
- Install the Tampermonkey extension for your web browser.
- Click the Tampermonkey extension icon and select Create a new script.
- Copy the contents of the
GoogleAI_Search_Deepseek_ChatGPT_UnifiedHarness.jsfile included in the source code (or from the repo). - Paste it into the Tampermonkey editor, overwriting the default template, and save (Ctrl+S).
2. Run the System
- Launch AI C2 Server.exe. A console window will open indicating it is listening on port
8080. - Open your web browser and navigate to a supported AI platform:
https://gemini.google.com/https://chat.deepseek.com/https://google.com/(Trigger an AI search)
- Check the C2 Server console; you should see a message indicating a new instance has connected.
- Extract the VoiceAssistantPoC_Win.7z to a folder
- Launch VoiceAssistantPoC_Win.exe.
- In the bottom panel of the Voice Assistant, select your active browser session from the dropdown menu.
- Click Re Init Session. This injects the SCL System Instructions into the browser chat.
- Ensure the "Voice Mode" checkbox is checked.
- Speak into your microphone: "Computer, open notepad."
⚠️ Important Notes & Limitations
- Browser Compatibility for Google AI: If you intend to use Google AI Search, you MUST use Mozilla Firefox. Google Chrome restricts extension execution on
chrome://pages and the default Google Search homepage. - ChatGPT is Unsupported: Due to aggressive RLHF (Reinforcement Learning from Human Feedback), the web version of ChatGPT refuses to strictly adhere to the SCL syntax. Please use Gemini or DeepSeek for the best results.
- Browser Focus: The Tampermonkey script requires the browser tab to be active/visible in some browsers to ensure DOM updates and JavaScript intervals fire reliably.
🛑 Security Disclaimer
This project allows an AI to execute arbitrary shell commands on your local machine. It is provided as a Proof of Concept for educational and research purposes only. Do not run this software in a production environment or with elevated (Administrator) privileges unless you fully understand the risks.
Downloads