Skip to main content

Downloads

Everything AINative — from desktop apps to developer SDKs.

What are you looking for?
ZeroDB Desktop

Featured

ZeroDB Desktop

v0.2.0

ZeroDB on Your Desktop

Download. Double-click. Done. No terminal, no Docker, no API keys. Full vector search, agent memory, and real-time data — all local.

  • System tray app — always one click away
  • Built-in dashboard with live query explorer
  • Fully offline — your data never leaves your machine
  • Bundled embeddings — no GPU or API key required
  • Optional cloud sync with ZeroDB Cloud (free tier)

Choose your platform

macOSAvailable
DMGApple Silicon (M1–M4)
WindowsComing Soon
MSI64-bit Installer
LinuxComing Soon
AppImagex86_64 Portable

Tauri builds in progress — join the Discord for early access.

Developer Tools

CLI Tools & MCP Servers

Everything you need to integrate ZeroDB into your local setup, IDE, or agent pipeline.

CLI Tools

zerodb-cli
npm
Cloud setup + MCP config for any IDE. Scaffolds your project and writes zerodb.json in seconds.
$npx zerodb-cli init
zerodb-local
PyPI
Run ZeroDB locally without Docker. Embedded Qdrant, PostgreSQL, and embeddings out of the box.
$pip install zerodb-local[lite]

MCP Servers

zerodb-mcp
PyPI
77 tools for vectors, memory, tables, files, and events. The full ZeroDB surface for any MCP host.
$pip install zerodb-mcp
ainative-zerodb-memory-mcp
npm
6 focused tools for agent memory: remember, recall, forget, reflect, profile, and relate.
$npx ainative-zerodb-memory-mcp
SDKs & Framework Integrations

Build with Any Stack

Official SDKs for React, Next.js, Svelte, Vue, LangChain, and LlamaIndex.

npm
@ainative/react-sdk
useChat, useCredits, useAgent, useTask, useMemory, and useThread hooks.
$npm install @ainative/react-sdk
npm
@ainative/next-sdk
Server client + auth middleware for Next.js App Router.
$npm install @ainative/next-sdk
npm
@ainative/svelte-sdk
Svelte stores for agent, task, memory, and thread state.
$npm install @ainative/svelte-sdk
npm
@ainative/vue-sdk
Vue 3 composables: useChat, useZeroDB, useCredits.
$npm install @ainative/vue-sdk
PyPI
langchain-zerodb
Drop-in LangChain vector store backed by ZeroDB. Full retriever support.
$pip install langchain-zerodb
PyPI
llama-index-vector-stores-zerodb
LlamaIndex VectorStore implementation for ZeroDB hybrid search.
$pip install llama-index-vector-stores-zerodb
Docker Full Stack
Terminal
$ git clone https://github.com/AINative-Studio/zerodb-stack
$ cd zerodb-stack
$ docker-compose up -d
Creating network zerodb_default ...
Starting postgresql ... done
Starting qdrant ... done
Starting minio ... done
Starting redpanda ... done
Starting embeddings ... done
Starting zerodb-api ... done
Starting dashboard ... done
7 services running.
$docker-compose up -d

Requires Docker Desktop or Docker Engine 24+. Compose file configures all networking automatically.

Included Services

ServicePort
PostgreSQL5432
Qdrant6333
MinIO9000
RedPanda9092
Embeddings8080
API8000
Dashboard3000
AINative Studio IDE

The AI-Native Development Environment

Open-source IDE built for scale, speed, and simplicity. Free forever.

macOS Silicon
M1–M4 Supported

Version 1.1.0 (Latest)

macOS Intel
Intel Processors

Version 1.1.0 (Latest)

Windows
Windows 10/11 64-bit

Version 1.1.0 (Latest)

Linux Debian
x64 DEB Package

Version 1.1.0 (Latest)

Linux RPM
x64 RPM Package

Version 1.1.0 (Latest)

Linux AppImage
x64 AppImage

Version 1.1.0 (Latest)

Open Source & Community

AINative Studio IDE is open source and community-driven. Contribute, report issues, or explore the codebase on GitHub.

Star us on GitHub
Fork & Contribute

IDE Source

Main IDE application code

Extensions

Plugin ecosystem

Documentation

Guides and API docs

What's Inside

Tab Autocomplete
Press Tab to apply autocomplete suggestions instantly
Quick Edit
Edit your selection inline with smart suggestions
Chat Agent Mode
Agent, Gather, and normal chat modes for different workflows
Checkpoints
Save and restore LLM conversation checkpoints
Lint Error Detection
Real-time error detection and fixing suggestions
Native Tool Use
Direct integration with development tools and APIs
Fast Apply
Apply changes instantly, even on 1000+ line files
Agent Mode & MCP
Use any model in Agent mode, even without native tool support
Full File Management
Agent can search, create, edit, and delete files & folders
Gather Mode
Restricted mode for safe read-only exploration
Private LLMs
Ollama, DeepSeek, Llama, Gemini, Qwen, Mistral, vLLM support
Frontier Models
Claude 3.7, GPT-4, Gemini 2.5, Grok 3, and more

LLM Provider Support

Private LLMs
Never run out of API credits again. Host any open source model locally.

Supported providers:

  • - Ollama - DeepSeek, Llama, Gemma, Qwen, Mistral
  • - vLLM - High-performance inference
  • - OpenAI-compatible endpoints
  • - Custom local model hosting
Frontier LLMs
Direct connection to cutting-edge AI providers and models.

Available models:

  • - Claude 3.7 Sonnet & Opus
  • - GPT-4 & o4-mini
  • - Gemini 2.5 Pro & Flash
  • - Grok 3 & Qwen 3
Compare Options

Cloud vs Lite vs Docker vs Desktop

Choose the deployment that fits your workflow. All options are free to start.

Feature
Cloudzerodb.ainative.studio
Litezerodb-local[lite]
DockerFull stack
DesktopZeroDB Desktop
No terminal required
Runs fully offline
Built-in dashboard
Bundled embeddings
Optional cloud sync
System tray / menu bar
Vector search
Agent memory (MCP)
Multi-tenant
Free tier