Skip to content
Requirements

Requirements

Desktop (personal / small team use)

ItemMinimum
OSWindows 10+, macOS 12+, or Linux (Ubuntu 20.04+/Debian 11+/Fedora 35+)
RAM4 GB (8 GB recommended)
Disk2 GB free for the app + space for your local LanceDB
InternetNeeded for LLM/embeddings/web search API calls

Server (VPS / shared instance)

ItemMinimumRecommended
CPU2 vCPU4+ vCPU
RAM4 GB8 GB+
Disk20 GB50 GB SSD
OS64-bit LinuxUbuntu 24.04

Complete mode (Postgres + Qdrant + Redis) adds those three services’ requirements on top — size according to expected data volume.

Network

  • Configurable HTTP port (default 8080) — the web chat and its internal endpoints share the same port.
  • TLS isn’t terminated by Vectora itself — use a reverse proxy (Nginx, Caddy, Traefik) in front in production.
  • No additional TCP port is needed — the desktop talks to the local backend via IPC (named pipe/unix socket), not TCP.

Next step

Docker (optional infrastructure)