Secure Personal AI Research Kit - Multi-provider LLM web interface with MCP tool integration
Project description
Spark
Spark is a secure, multi-provider AI research kit with a modern web interface. It connects to AI models from Anthropic, AWS Bedrock, Google Gemini, Ollama, and X.AI, with features like MCP tool integration, intelligent context management, persistent memory, and autonomous scheduled actions.
Features
Conversations
- Multi-Provider LLM Support -- Claude, Gemini, Grok, Llama, Mistral, and more
- Real-Time Streaming -- Server-Sent Events for token-by-token responses
- Dark/Light Theme -- Cognisn design system with theme persistence
- Context Compaction -- LLM-driven summarisation when approaching context limits
- Conversation Linking -- Share context between related conversations
- Favourites -- Star conversations for quick access
- Global System Instructions -- Define persistent instructions applied to all conversations (Settings > Conversation)
- Voice Conversation Mode -- Hands-free AI interaction via the headset button with text-to-speech output and voice selection
- Speech-to-Text Input -- Dictate messages using the microphone button
Tools
- MCP Integration -- Connect external tool servers via stdio, HTTP, or SSE
- Built-in Tools -- Filesystem, documents (Word/Excel/PDF/PowerPoint), web search, archives
- Memory Tools -- Persistent semantic memory across conversations
- Per-Conversation Control -- Enable/disable tools at the server or individual level
- Tool Approval -- Permission prompts for first-use with allow once/always/deny
- Tool Activity Sidecar Panel -- Dedicated panel for tool call visibility, replacing inline tool groups
- Tool Documentation -- Built-in
get_tool_documentationtool for querying tool usage information - Web Search Engines -- DuckDuckGo, Brave, Google/SerpAPI, Bing/Azure, SearXNG
Memory
- Persistent Storage -- Facts, preferences, projects, instructions, relationships
- Semantic Search -- Vector embeddings for relevant recall
- Auto-Retrieval -- Relevant memories silently injected into context
- Import/Export -- JSON format for backup and sharing
Autonomous Actions
- Scheduled Tasks -- Cron or one-off schedules via APScheduler
- AI-Assisted Creation -- Describe what you want and the AI builds the action
- Background Daemon -- System tray icon (macOS/Windows) runs actions independently
- Run History -- Track execution status, results, and token usage
Dashboard
- Provider Models Modal -- Click any provider on the dashboard to view its available models
Security
- Prompt Inspection -- Pattern and keyword-based threat detection
- Secret Management -- API keys stored in OS keychain, never in config files
- Settings Lock -- Password-protect the settings page
- Tool Permissions -- Per-conversation, per-tool approval system
Updates
- Auto-Update Checker -- Checks GitHub releases for new versions; update from the Help menu
Installation
Download (Standalone)
Spark is available as a standalone download in three variants:
| Variant | Size | Description |
|---|---|---|
| Lite | ~25 MB | Python + Spark wheel embedded. Dependencies downloaded on first run. Requires internet on first launch. |
| Standard | ~80 MB | All dependencies pre-installed except sentence-transformers (ML model). Faster first run; sentence-transformers downloads on first use. |
| Full | ~500 MB | Everything pre-installed including sentence-transformers. Fully offline, instant start. |
Platform Downloads
| Platform | Architecture | Lite | Standard | Full |
|---|---|---|---|---|
| macOS | ARM64 (Apple Silicon) | Download | Download | Download |
| macOS | x86_64 (Intel) | Download | Download | Download |
| Windows | x86_64 | Download | Download | Download |
| Linux | x86_64 | Download | Download | Download |
| Linux | ARM64 | Download | -- | -- |
Install from PyPI
pip install cognisn-spark
Optional database drivers
pip install cognisn-spark[postgresql] # PostgreSQL
pip install cognisn-spark[mysql] # MySQL
pip install cognisn-spark[mssql] # SQL Server
pip install cognisn-spark[all-databases] # All drivers
Quick Start
spark
On first launch, Spark creates a configuration file, starts the web server on a random port, and opens your browser. Follow the welcome page to configure an LLM provider and start chatting.
Configuration
Spark stores its configuration in platform-standard locations:
| Platform | Config | Data | Logs |
|---|---|---|---|
| macOS | ~/Library/Application Support/spark/ | ~/Library/Application Support/spark/ | ~/Library/Logs/spark/ |
| Linux | ~/.config/spark/ | ~/.local/share/spark/ | ~/.local/state/spark/logs/ |
| Windows | %APPDATA%/spark/ | %APPDATA%/spark/ | %LOCALAPPDATA%/spark/logs/ |
API keys are stored in the OS keychain (macOS Keychain, Windows Credential Locker, Linux Secret Service) via the cognisn-konfig library.
Architecture
graph TB
subgraph UI ["Web Interface"]
FE["FastAPI + SSE + Bootstrap 5 (Cognisn)"]
Voice["Voice / Speech-to-Text"]
Sidecar["Tool Activity Sidecar"]
end
subgraph Core ["Conversation Manager"]
CM["Context Compaction / Memory / RAG / Tool Routing"]
end
subgraph Providers ["LLM Providers"]
Bedrock["AWS Bedrock"]
Anthropic["Anthropic"]
Ollama["Ollama"]
Gemini["Google Gemini"]
XAI["X.AI"]
end
subgraph Tools ["Tools"]
MCP["MCP Servers"]
Builtin["Built-in Tools"]
Memory["Memory"]
WebSearch["Web Search"]
end
subgraph Foundation ["cognisn-konfig"]
Settings["Settings"]
Secrets["Secrets"]
Logging["Logging"]
end
UI --> Core
Core --> Providers
Core --> Tools
Core --> Foundation
Keyboard Shortcuts
| Shortcut | Action |
|---|---|
| Ctrl/Cmd + K | Go to Conversations |
| Ctrl/Cmd + N | New Conversation |
| Ctrl/Cmd + , | Open Settings |
| Enter | Send message |
| Shift + Enter | New line |
Development
git clone https://github.com/Cognisn/spark.git
cd spark
python -m venv .venv
source .venv/bin/activate
pip install -e ".[dev]"
pytest
Changelog
See CHANGELOG.md.
Licence
MIT License with Commons Clause -- free for personal and educational use. Commercial use requires a licence from the author. See LICENSE.
Author
Matthew Westwood-Hill / Cognisn
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cognisn_spark-0.1.0a12-py3-none-any.whl.
File metadata
- Download URL: cognisn_spark-0.1.0a12-py3-none-any.whl
- Upload date:
- Size: 254.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
035bcef1496bb09bc753a4a8025dc4151593bf98017350e70ca5fe84b30add37
|
|
| MD5 |
4eade5baa10d4512190adf265ececd27
|
|
| BLAKE2b-256 |
fcb4c4823d577e19c360ef7f86b84731e6592f43b4b04a277b130e8b92a00629
|
Provenance
The following attestation bundles were made for cognisn_spark-0.1.0a12-py3-none-any.whl:
Publisher:
release.yml on Cognisn/spark
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
cognisn_spark-0.1.0a12-py3-none-any.whl -
Subject digest:
035bcef1496bb09bc753a4a8025dc4151593bf98017350e70ca5fe84b30add37 - Sigstore transparency entry: 1230651465
- Sigstore integration time:
-
Permalink:
Cognisn/spark@e09cdd1eaf3f74317ce933944940b43021a67908 -
Branch / Tag:
refs/tags/v0.1.0a12 - Owner: https://github.com/Cognisn
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@e09cdd1eaf3f74317ce933944940b43021a67908 -
Trigger Event:
release
-
Statement type: