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 ↗SELF-HOSTED DOVOD
Run Dovod on your laptop or your own server. The same workspace for sources, research, and decisions, with data stored where you choose.
Browse downloadsCHOOSE YOUR START
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 ↗Open GitHub Releases and choose the available asset for your operating system and architecture. Follow the release instructions to run it.
View available releases ↗With Git and Docker installed, run:
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.
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.
Bring your AI assistant.
Keep what you discover.