NIKOLA Documentation

Welcome to the official NIKOLA Chess Engine documentation. NIKOLA is a supercomputer-class chess engine built for modern data-center GPUs, written entirely in MIND Language with native tensor operations for NNUE evaluation.

Quick Install

Get NIKOLA running on your system with a single command:

Linux / macOS
curl -fsSL https://nikolachess.com/install.sh | bash
Windows (PowerShell)
irm https://nikolachess.com/install.ps1 | iex
Getting Started