macOS
brew install katagoprovider-native install command
brew / rank 2809
Neural Network Go engine with no human-provided knowledge. Version 1.17.1 via Homebrew; verified 2026-07-31.
install
brew install katagoprovider-native install command
overview
Neural Network Go engine with no human-provided knowledge
history
KataGo is David J. Wu's open-source Go engine, combining neural-network-guided Monte Carlo tree search with self-play training and a GTP command-line interface for Go GUIs and analysis tools.
KataGo was released publicly with the February 2019 paper 'Accelerating Self-Play Learning in Go'. The paper and Jane Street announcement emphasized practical efficiency: stronger self-play learning with far less compute than AlphaZero-style baselines, plus Go-specific targets such as score estimation and ownership prediction.
The repository describes KataGo as a GTP engine rather than a graphical program. Its docs and README grew into a package for engine users, GUI integrators, and researchers, covering training history, model files, backends, GTP usage, and experiments beyond the original paper.
The project continued to incorporate methods documented after the paper, including multiple board-size support, search and training refinements, and later neural-network architecture work.
KataGo became a common analysis engine in the Go software ecosystem because it offered strong play, score estimation, multiple rulesets, variable board sizes, and usable command-line integration with GUIs.
Package-manager adoption matters here because KataGo is not a single self-contained GUI. Users often install the engine through Homebrew or binaries, then connect it to tools such as KaTrain, Lizzie-family GUIs, q5Go, Sabaki, or other analysis front ends.
The README documents KataGo as a GTP engine that generally runs behind a GUI or analysis program. Homebrew installs config files and neural networks under the formula's share directory, and the README shows how to discover those files with brew list --verbose.
KataGo is a package-nerd classic because it turns a research-grade AI engine into something installable, scriptable, and composable with separate model files and GUI front ends. The package boundary is unusually visible: executable, backend choice, config, neural net, and GTP consumer all have to line up.
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 |
|---|---|---|---|
katago | executable | indexed executable | Discovered from the local executable index. |
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.
install metadata
| Package key | brew:katago |
|---|---|
| Version | 1.17.1 |
| Package manager | Homebrew |
| Homepage | https://katagotraining.org/ |
| Repository | https://github.com/lightvector/KataGo |
| Last updated | 2026-07-31T18:35:29Z |
| Pulse | updated |
| Bottle | not recorded |
| Service | none declared |
source 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.