macOS
brew install leela-zerolocal Homebrew formula metadata
brew
Neural Network Go engine with no human-provided knowledge. Version 0.17 via Homebrew; verified 2026-07-05.
install
brew install leela-zerolocal Homebrew formula metadata
sudo apt install leela-zeroDebian stable package indexes · leela-zero · source: deb.debian.org
nix profile install nixpkgs#leela-zeronixpkgs package indexes · pkgs/by-name/le/leela-zero/package.nix · source: api.github.com
overview
Neural Network Go engine with no human-provided knowledge
history
Leela Zero is an open-source Go engine modeled after DeepMind's AlphaGo Zero approach: Monte Carlo tree search guided by a deep residual convolutional neural network, trained without human-provided Go knowledge.
The project appeared after the AlphaGo Zero paper as a public reimplementation effort. Its README explicitly framed the engine as a faithful open-source implementation of the AlphaGo Zero system, while also noting that the repository did not contain trained network weights.
A major part of the project was the distributed AutoGTP training loop: volunteers ran clients that generated self-play games, uploaded results, and helped train stronger networks. The official training site records 21,219,288 self-play games and 1,264,007 match games before the server shut down on 2021-02-15.
The release line evolved through practical engine work: OpenCL/GPU support, GTP integration, GUI-facing analysis commands, batching, Tensor Core support, Winograd optimizations, and AutoGTP features. Version 0.17 was released on 2019-04-04.
Leela Zero reached adoption well beyond a niche package: the GitHub repository shows thousands of stars and forks, the README documents Homebrew installation for macOS, and the official site linked to community successor projects after training ended.
Go players and engine users usually paired it with GTP-compatible GUIs rather than running the engine directly. The README names Lizzie, Sabaki, LeelaSabaki, and GoReviewPartner as related clients or review tools.
Leela Zero is used as a Go engine through the Go Text Protocol. A user supplies a neural-network weights file, enables GTP with `--gtp`, and connects the engine to a GUI or analysis tool for playing, review, and study.
During the distributed-training phase, contributors ran AutoGTP to generate self-play or match games for the public training effort.
For package people, Leela Zero is a snapshot of the post-AlphaGo open-source AI-engine wave: C++14, OpenCL, GPU tuning, neural-network weights as separate data artifacts, and package-manager builds that had to expose a command-line engine while leaving training data outside the formula.
It also links Go-engine packaging with AI reproducibility culture: the executable, weights, GUI clients, training server, and community forks are all separate moving parts.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
leelaz | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/leela-zero/leela-zero
install metadata
| Package key | brew:leela-zero |
|---|---|
| Version | 0.17 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/leela-zero |
| Homepage | https://zero.sjeng.org/ |
| Repository | https://github.com/leela-zero/leela-zero |
| Upstream docs | https://github.com/leela-zero/leela-zero#readme |
| License | GPL-3.0-or-later |
| Source archive | https://github.com/leela-zero/leela-zero.git |
| Last updated | 2026-07-05T18:49:59+09:00 |
| Pulse | updated |
| Dependencies | boost |
| Build dependencies | cmake |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | leela-zero |
| Version Scheme | 0 |
| Revision | 12 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
leela-zero 0.17-1+b4
Go engine with no human-provided knowledge, modeled after the AlphaGo Zero paper
https://github.com/gcp/leela-zero
sudo apt install leela-zeroleela-zero
nix profile install nixpkgs#leela-zeroleela-zero 0.17-1build6
Go engine with no human-provided knowledge, modeled after the AlphaGo Zero paper
https://github.com/gcp/leela-zero
sudo apt install leela-zerosource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.