Installation
Supported environments include Linux (Debian 10, 11, 12 and Ubuntu 20.04, 22.04 and 24.04), any host with Docker, and macOS (build from source). The binary download is around 1 GB.
For pre-release builds, see the Mina Releases page on GitHub.
Install by platform
Ubuntu and Debian
- Mainnet
- Devnet
sudo rm /etc/apt/sources.list.d/mina*.list
echo "deb [trusted=yes] http://packages.o1test.net $(lsb_release -cs) stable" | sudo tee /etc/apt/sources.list.d/mina.list
sudo apt-get update
sudo apt-get install --yes curl unzip mina-mainnet=3.3.0-8c0c2e6
sudo rm /etc/apt/sources.list.d/mina*.list
echo "deb [trusted=yes] http://packages.o1test.net $(lsb_release -cs) alpha" | sudo tee /etc/apt/sources.list.d/mina-devnet.list
sudo apt-get install --yes apt-transport-https
sudo apt-get update
sudo apt-get install --yes curl unzip mina-devnet=3.3.0-alpha1
Docker
Docker is cross-platform (Linux, macOS, Windows). Install Docker from Get Docker, then follow the Connect to the Mina Network instructions to run the daemon as a container.
Windows
Windows is not natively supported. Use the Docker instructions instead.
macOS
No pre-built packages are available for macOS. Use Docker or build from source.
Build from source
On Linux or macOS, you can build from source by following the Building Mina instructions.
Verify your installation
mina version
The output should include a Commit line.