SELF-HOSTED DOVOD

Your workspace.
Your infrastructure.

Run Dovod on your laptop or your own server. The same workspace for sources, research, and decisions, with data stored where you choose.

Browse downloads

CHOOSE YOUR START

A binary.
Or a Docker build.

Dovod is a Go application with its web interface included. Published releases may lag behind the source; build from the repository for the current version.

Read the installation guide ↗
01 / RELEASE

Download a published build

Open GitHub Releases and choose the available asset for your operating system and architecture. Follow the release instructions to run it.

View available releases ↗
02 / DOCKER

Build the current version

With Git and Docker installed, run:

Run on your machine
git clone https://github.com/dovod-app/app.git
cd app
docker build -t dovod:local .
docker run -d --name dovod \
  -p 127.0.0.1:8088:8088 \
  -v dovod-data:/data \
  -e MCP_RESEARCH_DB=/data/dovod.db \
  -e MCP_RESEARCH_TRANSPORT=sse \
  -e MCP_RESEARCH_AUTH_ENABLED=true \
  -e MCP_RESEARCH_BASE_URL=http://localhost:8088 \
  dovod:local

Open localhost:8088, create your account, and connect a local AI client to http://localhost:8088/mcp. Your projects are stored in the dovod-data Docker volume.

A FEW THINGS TO KNOW

You operate the server.

Plan for updates and backups. The command above exposes Dovod only on your own machine. For a shared server or a hosted AI client, follow the deployment guide to configure reachable HTTPS and authentication.

Deployment guide ↗

Prefer to start in your browser? Open Dovod →

A good question is a start.

Give it a place
to become an answer.

Start your first project

Bring your AI assistant.
Keep what you discover.