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
Install via npm (Recommended)
The simplest way to install Dokrypt. Works on macOS, Linux, and Windows.
Verify the installation:
Install via Docker
Run Dokrypt directly as a Docker container:Install from Binary
Download pre-built binaries from GitHub Releases.- macOS / Linux
- Windows
Build from Source
Requires Go 1.24+../bin/dokrypt. Move it to your PATH:
Verify Installation
Run the built-in diagnostics to check that everything is set up correctly:- 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