Personal chess database
blunderbase.org · manual · try the demo
docker run -d --name blunderbase -p 8765:8765 -v blunderbase-data:/data \
ghcr.io/philphilphil/blunderbase:latest
Open http://localhost:8765, choose a password, connect an account. There are desktop installers on the releases page too.
Everything else — importing, analysis, the explorer, the coach, engines, remote runners, reverse proxies, configuration, the CLI, backup and restore — is in the manual:
blunderbase.org/manual · auf Deutsch
Your own installation serves the same manual at /manual/, so it matches the version you
are running. How the code is built is in docs/ARCHITECTURE.md and
docs/contributing.md.
/mcp.AGPL-3.0-or-later, copyright Phil Baum. Releases up to and including v0.9.0
were published under MIT and stay that way; everything after is AGPL. The image ships
Debian's Stockfish package (GPL-3.0), unmodified and separately licensed. It also ships
@lichess-org/stockfish-web — Stockfish compiled to WebAssembly, declared
AGPL-3.0-or-later by its npm package and distributed with the GNU GPL v3 as its LICENSE
file — together with the neural network it loads. Both are unmodified and separately
licensed too, and both are served as their own files in the web output rather than bundled
into any JavaScript of ours.
244 commits
TypeScript
46.2%
Python
41.0%
Swift
10.1%
HTML
1.2%
Personal chess database
blunderbase.org · manual · try the demo
docker run -d --name blunderbase -p 8765:8765 -v blunderbase-data:/data \
ghcr.io/philphilphil/blunderbase:latest
Open http://localhost:8765, choose a password, connect an account. There are desktop installers on the releases page too.
Everything else — importing, analysis, the explorer, the coach, engines, remote runners, reverse proxies, configuration, the CLI, backup and restore — is in the manual:
blunderbase.org/manual · auf Deutsch
Your own installation serves the same manual at /manual/, so it matches the version you
are running. How the code is built is in docs/ARCHITECTURE.md and
docs/contributing.md.
/mcp.AGPL-3.0-or-later, copyright Phil Baum. Releases up to and including v0.9.0
were published under MIT and stay that way; everything after is AGPL. The image ships
Debian's Stockfish package (GPL-3.0), unmodified and separately licensed. It also ships
@lichess-org/stockfish-web — Stockfish compiled to WebAssembly, declared
AGPL-3.0-or-later by its npm package and distributed with the GNU GPL v3 as its LICENSE
file — together with the neural network it loads. Both are unmodified and separately
licensed too, and both are served as their own files in the web output rather than bundled
into any JavaScript of ours.
244 commits
TypeScript
46.2%
Python
41.0%
Swift
10.1%
HTML
1.2%