MANOVIK Setup Wizard

Step-by-step guide to run MANOVIK on your own machine — free, sovereign, no Lovable AI balance required.

Step 1 of 6Prerequisites17%

1. Prerequisites

Install these once on the machine that will run MANOVIK.
  • Docker Desktop (Mac/Windows) or Docker Engine + Compose (Linux). Get it at docker.com/get-docker.
  • Git to clone the repo: git-scm.com.
  • At least 8 GB RAM free if you plan to run a local LLM via Ollama (Path B). Cloud providers (Path A) work on any machine.

Verify Docker is installed:

docker --version
docker compose version

Clone the MANOVIK repo:

git clone <your-repo-url> manovik
cd manovik