Skip to main content

One-Command Installer (Web GUI)

Experimental

This installation method is new and still experimental. It is subject to change, report any issues on GitHub.

get.mintlayer.org provides a one-command installer that sets up a full Mintlayer stack in Docker: a complete node, the wallet daemon, and a browser-based web interface, with an interactive setup wizard, so there are no config files to edit manually.

Install

bash <(curl -sSL https://get.mintlayer.org/linux.sh)

The installer supports Linux and macOS (with Windows support via PowerShell 5.1+ documented on the site).

What gets installed

The installer deploys this stack:

ComponentImageDescription
Full nodemintlayer/node-daemonComplete Mintlayer node, syncs the full blockchain automatically (RPC on port 3030)
Wallet daemonmintlayer/wallet-rpc-daemonNon-custodial headless wallet with a JSON-RPC 2.0 interface, keys never leave your machine
Web interfacemintlayer/web-guiBrowser-based wallet UI, protected by password and TOTP 2FA
PostgreSQL + indexern/aOptional; enables token management

Requirements

  • Linux or macOS
  • Docker Desktop or Docker Engine
  • Docker Compose v2
  • Python 3
  • ~50 GB free disk space (mainnet) or ~5 GB (testnet)

Next steps

Once the stack is running, open the web interface to create or restore a wallet, or interact with the node and wallet directly: see the Node and Wallet RPC documentation.