Vectraspace Docs

Beginner-friendly setup for local, private media search.

Quick Start

For most users, install once and run one command: vectraspace start.

Install (macOS/Linux)

curl -fsSL https://vectraspace.org/install.sh | bash

Install (Windows PowerShell)

irm https://vectraspace.org/install.ps1 | iex

Install with npm

npm i -g vectraspace

What Happens On Start

  1. Vectraspace validates Docker and your local config.
  2. It starts Qdrant, embedding host, and app in Docker.
  3. It waits for readiness checks.
  4. It opens Vectraspace in your browser.

Useful Commands

CommandPurpose
vectraspace startOne-command startup for most users
vectraspace stopStop all running services
vectraspace logsShow service logs
vectraspace doctorCheck your setup and configuration
vectraspace indexReindex your media for semantic search
vectraspace search "query"Find files by semantic meaning

Health Check

Quickly verify if your local Vectraspace services are reachable.

App: Not checkedEmbedding: Not checked

- Run `vectraspace doctor` for a full diagnostics pass.

Terminal fallback:
vectraspace doctor

Troubleshooting

If startup fails, run vectraspace doctor. On macOS, make sure your media folders are shared in Docker Desktop.