Synalux — Memory-Augmented AI for VS Code
15 multimodal tools • Multi-agent orchestration • Prism memory • 12 languages
Features
🧠 Dual-Backend Chat
- Cloud (OpenRouter) — tier-gated models, no setup required
- Local (Ollama) — fully offline, your hardware, zero latency
- Toggle between backends with
Synalux: Switch Model or set synalux.preferLocal
| Tool |
Description |
| Terminal |
Sandboxed shell execution |
| Orchestrator |
Multi-agent pipeline coordination |
| Web Scraper |
Structured data extraction |
| Image Gen |
SDXL Turbo / ComfyUI local generation |
| TTS |
Text-to-speech (12 languages) |
| Voice Recognition |
Speech-to-text input |
| OCR |
30+ language document scanning |
| Office Builder |
DOCX/XLSX/PPTX generation |
| Data Graph |
Chart and visualization creation |
| Browser Automation |
Headless browser control |
| HIPAA Encryption |
AES-256 healthcare-grade encryption |
| File Manager |
Workspace file operations |
| Code Search |
Semantic codebase search |
| Git Integration |
Commit, branch, PR automation |
| Cloud Deploy |
One-click deployment |
🤖 7 Agent Roles
- Coder — Code generation and refactoring
- Reviewer — Security-focused code review
- Architect — System design and planning
- DevOps — CI/CD and infrastructure
- Researcher — Web research and synthesis
- Healthcare — HIPAA-compliant clinical workflows
- Writer — Documentation and content
🌍 12 Languages
English • Română • Українська • Русский • Español • Français • Deutsch • Português • 中文 • 日本語 • 한국어 • العربية
All UI, templates, TTS, and OCR support the full language set.
🧠 Prism Memory Integration
Persistent context across sessions via Prism MCP. Your AI remembers what you worked on yesterday.
Quick Start
1. Install
Search Synalux in the VS Code Extensions panel or:
ext install synalux-ai.synalux
2. Sign In
Cmd+Shift+P → Synalux: Sign In with Google
3. Start Chatting
Cmd+Shift+P → Synalux: Open Chat
4. (Optional) Local Mode
Install Ollama, pull a model, and Synalux auto-detects it:
ollama pull qwen2.5-coder:14b
Configuration
| Setting |
Default |
Description |
synalux.preferLocal |
true |
Prefer local Ollama over cloud |
synalux.modelName |
deepseek-r1:32b |
Ollama model for local inference |
synalux.cloudModel |
synalux-default |
Cloud model (auto-routed by plan tier) |
synalux.language |
en |
Default language for templates, TTS, OCR |
synalux.apiEndpoint |
https://api.synalux.ai |
Cloud API endpoint |
synalux.safeMode |
true |
Require confirmation for terminal commands |
Commands
| Command |
Shortcut |
Description |
Synalux: Start AI Assistant |
— |
Activate the extension |
Synalux: Open Chat |
— |
Open the chat panel |
Synalux: Open SOAP Note Generator |
Cmd+Shift+H |
Clinical dictation → SOAP note |
Synalux: Sign In with Google |
— |
Authenticate with Google OAuth |
Synalux: Sign Out |
— |
Clear authentication |
Synalux: Show Status |
— |
Show connection and model status |
Synalux: Switch Model |
— |
Change active model (local or cloud) |
Synalux: Run Multi-Agent Pipeline |
— |
Run a multi-agent orchestration |
Synalux: Voice Input |
— |
Speak a prompt (requires microphone) |
Pricing
| Plan |
Price |
Cloud Models |
API Calls |
| Free |
$0 |
Llama 3.3 70B |
100/day |
| Standard |
$19/mo |
GPT-4o Mini |
2,000/day |
| Advanced |
$49/mo |
Claude 3.5 Sonnet |
20,000/day |
| Enterprise |
$99/seat/mo |
Claude 3.5 Sonnet |
100,000/day |
Local mode is always free — use any Ollama model with no limits.
Healthcare (HIPAA)
Synalux includes HIPAA-compliant workflows for:
- SOAP Note Generator — Dictate or type clinical notes, auto-convert to structured SOAP format (
Cmd+Shift+H)
- 4 Clinical Templates — Initial Evaluation, Progress Note, Discharge Summary, ABA Therapy Session
- Local-Only PHI Processing — Forced Ollama backend, PHI never leaves your machine
- Ephemeral Mode — No data stored by default (
save_session: false)
- ABA session note templates (12 languages)
⚠️ Cloud processing requires explicit acknowledge_cloud_phi: true. Local mode has no restrictions.
Links
License
BSL-1.1 — Business Source License
© 2024–2026 Dmitri Costenco. All rights reserved.