01

Choose your platform

Select the operating system and architecture you want to run Mind on.

02

Accept the license

Mind is free for non-commercial development and evaluation. Commercial deployment requires a separate runtime license.

03

Verify your email

We send a one-time verification code to your email. We don't spam and never share your address.

Used only to deliver the download link and important release updates.

Check your inbox. The code is valid for 10 minutes.

04

Download

Complete steps 1–3 to unlock your download.

After downloading, see the Quick Start guide below to set up your first application.

Quick start

1

Extract the archive

Extract the downloaded file to a folder of your choice — for example /home/you/mindx or C:\mindx.

2

Set up SSL certificates

Mind requires ca-certificates.crt for outbound HTTPS connections. Run the helper script for your OS before starting Mind.

macOS — save as setup-ssl.sh, run with bash setup-ssl.sh

#!/bin/bash sudo mkdir -p /etc/ssl/certs sudo curl -L -o /etc/ssl/certs/ca-certificates.crt https://curl.se/ca/cacert.pem echo "SSL setup complete."

Windows — save as setup-ssl.bat, run as Administrator

@echo off mkdir "C:\etc\ssl\certs" 2>nul curl -L -o "C:\etc\ssl\certs\ca-certificates.crt" https://curl.se/ca/cacert.pem echo SSL setup complete. pause
3

Set MindPath and launch

Mind reads its configuration from the folder pointed to by the MindPath environment variable.

macOS / Linux

export MindPath=/path/to/mindx ./mind64.osx

Windows — create start-mind.bat

set MindPath=C:\path\to\mindx mind.exe
4

Complete first-run setup

Open http://localhost:15789 in your browser. Mind will guide you through a one-time setup form. Restart Mind after completing it.

5

Log in and change your password

Initial credentials are admin / password. Change your password immediately after first login.