VEKTOR — Your Downloads

One key.
Everything unlocked.

Your subscription gives you access to the full VEKTOR suite — CLI terminal tool, developer SDK, and GUI app (coming soon).

Licence Key
Find your key in your Polar customer portal → Subscriptions → License Keys.
Need help? [email protected]

✓ Licence verified — your downloads

All products use the same licence key. Downloads are available immediately.

Terminal Tool NEW v1.5.5

VEKTOR CLI

Persistent memory terminal. Chat, research, autonomous agents. Works with Claude, GPT, Groq, Gemini, Ollama.

package vektor-slipstream-1.5.5.tgz platform Windows · macOS · Linux node Node.js 18+ required
Developer SDK

vektor-slipstream

npm package for embedding persistent memory into your own agents. LangChain, OpenAI, Claude MCP, Mistral.

package npm install -g ./vektor-slipstream-1.5.5.tgz
key Use same licence key docs Full API docs included
→ View Docs
Claude Skill FREE

VEKTOR Memory Skill

Drop-in skill file for Claude Code and Cowork. Auto-briefing, smart recall, memory checkpointing. Works with any MCP-connected host.

skill vektor-memory-skill.md platform Claude · Cursor · Cline · Roo mcp Requires VEKTOR MCP connected
↓ Download Skill
Desktop App Coming Soon

VEKTOR GUI

Full-featured desktop app. Visual memory graph, agent dashboard, swarm control, market intelligence.

platform Windows · macOS key Same licence key calendar Q2 2026
Open Source FREE

Vek-Sync — MCP Config Sync

Keep MCP server configs in sync across every AI editor. One source of truth for all your mcp.json files. AES-256-GCM encrypted credential vault.

platform Claude Desktop · Cursor · VS Code · Windsurf · +7 node Node.js 18+ · zero dependencies license Apache 2.0
→ View on GitHub
Open Source FREE

Vex — Vector Exchange

Migrate agent memory between any vector DB. Export from VEKTOR, import to Pinecone, Qdrant, and more. Open .vmig.jsonl interchange format.

platform Windows · macOS · Linux node Node.js 18+ · zero dependencies apache Apache 2.0
→ View on GitHub
1
Install globally via npm
Requires Node.js 18+. One command installs the CLI globally.
Windows
npm install -g %USERPROFILE%\Downloads\vektor-slipstream-1.5.5.tgz
macOS / Linux
npm install -g ~/Downloads/vektor-slipstream-1.5.5.tgz
2
Activate your licence key
Run once on each machine. Your key is in your Polar purchase email. Cached for 30 days.
vektor activate YOUR-KEY-HERE
3
Run setup wizard
First-time wizard — tests memory engine and configures Claude MCP integration.
vektor setup
4
Verify everything is working
Quick smoke test — boots memory engine, stores and recalls a test memory, confirms all systems green.
vektor test
vektor status
4
Start using VEKTOR
Chat, ask questions, store memories, run autonomous agents.
# Persistent memory chat
vektor chat
vektor chat --provider claude
vektor chat --provider groq

# Store memories from terminal
vektor remember "Client deadline is April 20th" --importance 5

# One-shot questions against your memory
vektor ask "what stack am I using?"

# Autonomous agent
vektor agent "summarise everything I know about my projects"
5
In-chat commands
Type / then Tab to autocomplete.
# Memory
/recall <query>  — search memory mid-conversation
/briefing       — generate memory briefing inline
/stats          — memory node count and graph stats

# Session
/exit           — exit chat (Ctrl+C also works)

# All commands
vektor help  — full command reference with examples
1
Download the skill file
Free — no licence check required. Works with Claude Code, Cowork, Cursor, Cline, and Roo Code.
2
Drop it into your skills folder
Place the file in your project or global skills directory. Claude Code and Cowork will auto-load it at session start.
Project-level (recommended)
.claude/skills/vektor-memory-skill.md
Global (all projects)
~/.claude/skills/vektor-memory-skill.md
3
Connect VEKTOR MCP tools
The skill needs VEKTOR running as an MCP server. If you haven't already, run the setup wizard.
vektor setup
4
Customise the skill file — 20 ideas
Open vektor-memory-skill.md in any text editor and add your own context. The more specific you are, the smarter VEKTOR gets. Here are 20 things to add:
01 Your name & role
Tell Claude who you are. e.g. "I am Maya, a solo indie founder building B2B SaaS tools."
02 Your tech stack
List languages, frameworks, databases. e.g. "Stack: TypeScript, Next.js, Supabase, Tailwind, Vercel."
03 Code style preferences
Linting rules, indent size, naming conventions. e.g. "Airbnb ESLint, 2-space, no semicolons, interface over type."
04 Active projects & codenames
Name your projects so recall is instant. e.g. "Project ATLAS = CRM rebuild. Project NOVA = mobile app MVP."
05 Team members & roles
Who does what. e.g. "Dan = backend lead, Sara = designer, I handle product & frontend."
06 Clients & stakeholders
Key contacts and their preferences. e.g. "Client Apex: wants weekly updates, no jargon, decision maker is James."
07 Your writing & tone style
For emails, docs, social. e.g. "Direct, no fluff, no bullet points unless asked, British spelling."
08 Current sprint or project goals
What you're working toward this week. e.g. "This sprint: ship auth flow, fix CSV import bug, prep demo for Friday."
09 Decisions already made
Avoid re-debating settled choices. e.g. "We chose Postgres over MongoDB. We use REST not GraphQL. Final."
10 Things to always avoid
Anti-patterns, tools you hate. e.g. "Never suggest jQuery, Redux, or class components. Never use var."
11 Domain terminology
Industry-specific words to know. e.g. "In our industry: CAC = customer acquisition cost, ARR = annual recurring revenue."
12 Git & deployment workflow
Branch strategy, release process. e.g. "Feature branches off main, squash merge, deploy via Vercel preview on PR."
13 Your working hours & timezone
Helps with scheduling context. e.g. "GMT+1, 9am-6pm Mon-Fri. Deep work 9-12. Meetings afternoons only."
14 Recurring tasks & rituals
Things you do on a schedule. e.g. "Monday: weekly review. Friday: ship notes. End of month: invoices."
15 File & folder conventions
How your projects are structured. e.g. "src/components, src/lib, src/app. Tests co-located with .test.ts suffix."
16 Error handling patterns
How you handle failures. e.g. "Always use Result types, never throw. Log errors with structured JSON to stdout."
17 Content & marketing pillars
For LinkedIn, X, newsletters. e.g. "Post topics: AI memory, indie hacking, product decisions, productivity systems."
18 Business KPIs to track
What success looks like. e.g. "North star: MRR. Also tracking churn rate, activation rate, NPS."
19 Custom recall triggers
Tell Claude when to search memory automatically. e.g. "Any time I mention a client name, always recall their full context first."
20 Personal context & goals
What you're building toward. e.g. "Goal: reach k MRR by Q3. Bootstrap only. No VC. Side project turning full-time."
1
Install from npm
Requires Node.js 18+.
Windows
npm install -g %USERPROFILE%\Downloads\vektor-slipstream-1.5.5.tgz
macOS / Linux
npm install -g ~/Downloads/vektor-slipstream-1.5.5.tgz
2
Activate your licence key
Activates on this machine. Cached for 30 days — no internet needed after first run.
vektor activate

# Or set env var to skip interactive prompt
$env:VEKTOR_LICENCE_KEY="YOUR-KEY-HERE"
vektor activate
3
Quick start
Embed persistent memory into your agent in 4 lines.
// Quick start
const { createMemory } = require('vektor-slipstream');
const memory = await createMemory({ agentId: 'my-agent' });
await memory.remember('User prefers TypeScript');
const ctx = await memory.recall('coding preferences');
4
Key SDK methods
Full API reference in the docs.
// Memory operations
await memory.remember(text, { importance: 5 });
await memory.recall(query);
await memory.briefing();
await memory.dream();  // REM compression

// Environment variables
VEKTOR_LICENCE_KEY  — your Polar licence key
VEKTOR_DB_PATH      — custom DB path (default: ~/vektor-slipstream-memory.db)
VEKTOR_AGENT_ID     — namespace for multi-agent setups
4
Read the docs
Full API reference, integration guides for LangChain, OpenAI, Claude MCP, Mistral, and more.

→ View Documentation

Works With

24 official integrations & tools & compatible tools
Claude Desktop
44-tool MCP server. Memory, CLOAK browser, SSH, multimodal. Setup wizard included.
Official
Claude Code
DXT extension + SKILL.md routing. Persistent memory across every coding session.
Official
Cursor
MCP server config. VEKTOR memory in every Cursor agent session.
Official
Windsurf
MCP for Cascade. Memory persists across projects and sessions.
Official
VS Code
Via Continue extension MCP config. Any Continue-supported model.
Official
Groq Desktop
Patched MCP schema support. Sub-ms inference with persistent memory.
Official
Direct API
npm SDK. Embed VEKTOR memory into any Node.js agent in 4 lines.
Official
Anthropic
Claude Opus, Sonnet, Haiku. MAGMA graph memory. Cost-tracked, circuit-broken.
Official
OpenAI
GPT-4o, GPT-4.1. Vision and multimodal memory. OpenAI-compatible routing.
Official
MiniMax
abab6.5s for high-volume summarisation. Lowest cost-per-token for batch ops.
Official
Ollama
Local models, fully offline. Default CLI provider. Zero API cost.
Official
NVIDIA NIM
Near-local inference latency. Failover routing from Anthropic/OpenAI.
Official
LangChain
Add persistent MAGMA memory to any LangChain agent or chain. Drop-in VektorMemory class.
Official
LiteLLM
Memory for any model via LiteLLM proxy. Point VEKTOR at localhost:4000 — zero code changes.
Official
LM Studio
Local models via LM Studio OpenAI-compat endpoint. Full memory stack, fully offline.
Official
Cline
MCP-native. VEKTOR memory available in every Cline session via the same MCP config.
Official
Roo Code
MCP-native. Persistent memory across every Roo Code coding session. Same config as Cursor.
Official
DeepSeek
DeepSeek-V3 and DeepSeek-R1 with persistent VEKTOR memory. OpenAI-compat endpoint.
Official
xAI / Grok
Grok-3 and Grok-3-mini with persistent memory. OpenAI-compatible API routing.
Official
Together AI
200+ open models via Together with VEKTOR memory. Llama, Mistral, Qwen and more.
Official
Cohere
Command R and Command R+ with persistent VEKTOR memory. Built for RAG workloads.
Official
Perplexity
Sonar online models with VEKTOR memory. Web-augmented answers with persistent context.
Official
n8n
VEKTOR memory node for n8n automation workflows. HTTP node integration guide available.
Coming Soon
CrewAI
Persistent cross-session memory for CrewAI multi-agent pipelines. Python adapter in progress.
Coming Soon
Vex
Export memory to any vector DB. Open .vmig.jsonl format. Pinecone, Qdrant, pgvector.
Open Source
Vek-Sync
MCP configs synced across every AI editor. AES-256 credential vault.
Open Source

Free Resources

No licence key required
Claude SkillFREE

VEKTOR Memory Skill

Drop-in SKILL.md for Claude Code, Cowork, Cursor, Cline and Roo. Auto-briefing on session start, smart recall routing, memory checkpointing.

↳ vektor-memory-skill.md ↳ Place in .claude/skills/ — auto-loaded ↳ Requires VEKTOR MCP running
↓ Download Skill File
Skill TemplateFREE

Personal Harness Template

Pre-wired SKILL.md with session rules, memory namespaces, approval gates, and 20 fill-in slots for your own context. Start personalising in 10 minutes.

↳ personal-harness-template.md ↳ Edit with any text editor ↳ Works with or without the memory skill
↓ Download Template
Open Source CLIFREE

Vex — Memory Portability

Export agent memory from VEKTOR and import it anywhere. Open .vmig.jsonl interchange format. Round-trip to Pinecone, Qdrant, pgvector, or any vector DB.

↳ Apache 2.0 — fork it, ship it ↳ Node.js 18+ · zero dependencies
→ View on GitHub
Open Source CLIFREE

Via — Universal AI Integration

Connect Claude, Cursor, Windsurf and ChatGPT to a shared memory, task board and context bus. Codebase graph indexing, file conversion, MCP server with 8 tools.

⤷ Apache 2.0 — fork it, ship it ⤷ Node.js 18+ · zero dependencies
→ View on GitHub
Open Source CLIFREE

Vek-Sync — MCP Config Sync

One source of truth for all your MCP configs across every AI editor. Claude Desktop, Cursor, Windsurf, VS Code, Continue, Groq Desktop — synced automatically.

↳ Apache 2.0 ↳ 10+ editors · zero dependencies
→ View on GitHub
GuideFREE

Complete Setup Guide

Step-by-step walkthrough: AES-256 credential vault, SKILL.md routing, stealth web traversal, SSH approval gates with rollback, multi-LLM failover. ~$5/month to run.

↳ 7-part tutorial ↳ Covers MCP and API paths
→ Read the Guide
SeriesFREE

The Agentic Age — 4 Parts

How OpenClaw collapsed, what ClawHub malware taught us about supply chain trust, and what correct agentic architecture looks like. Built from real failures and real API bills.

↳ 4 parts, 35 min read ↳ Security, cost control, injection defence
→ Read the Series

Common Questions

Where do I find my licence key?
Check your purchase confirmation email from Polar, or log in at polar.sh → Orders → License Keys.
Do I need to download the CLI if I just want the npm SDK?
No — just run npm install -g ./vektor-slipstream-1.5.5.tgz and use your licence key there. The CLI is a separate tool for terminal users.
How many machines can I install on?
Up to 3 machines with one licence. Need more? Contact us for enterprise licences.
What AI provider should I use with the CLI?
Ollama is the default — it's free, local, and works offline. If you have API keys, Claude and Groq give the best results. Set with --provider claude.
When is the GUI available?
Q2 2026. It will use the same licence key — no additional purchase needed. Subscribe at medium.com/@vektormemory for release announcements.