Skip to main content

Prerequisites

Dokrypt requires Docker (or Podman) running on your machine. All chains and services run as containers.
  • Docker Desktop (macOS/Windows) or Docker Engine (Linux)
  • Docker API version 1.41 or higher
  • At least 5 GB of free disk space
Verify Docker is running:
The simplest way to install Dokrypt. Works on macOS, Linux, and Windows.
This installs the correct platform-specific binary automatically. Supported platforms: Verify the installation:

Install via Docker

Run Dokrypt directly as a Docker container:
Run commands with:
The Docker method requires mounting the Docker socket (/var/run/docker.sock) so Dokrypt can manage containers.

Install from Binary

Download pre-built binaries from GitHub Releases.

Build from Source

Requires Go 1.24+.
The binary will be at ./bin/dokrypt. Move it to your PATH:

Verify Installation

Run the built-in diagnostics to check that everything is set up correctly:
This checks:
  • Docker is installed and running
  • Docker API version meets minimum requirements
  • Sufficient disk space is available
  • Required ports (8545, 5001, 8080, 4000, etc.) are available
Example output:

Updating

Uninstalling