https://github.com/ipax77/pax.blazorchess
Blazor Server app for analyzing chess games with UCI chess engines
https://github.com/ipax77/pax.blazorchess
blazor chess electron engine gui uci
Last synced: about 1 month ago
JSON representation
Blazor Server app for analyzing chess games with UCI chess engines
- Host: GitHub
- URL: https://github.com/ipax77/pax.blazorchess
- Owner: ipax77
- License: agpl-3.0
- Created: 2021-12-30T10:02:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-03-13T17:39:57.000Z (3 months ago)
- Last Synced: 2026-03-13T17:47:01.963Z (3 months ago)
- Topics: blazor, chess, electron, engine, gui, uci
- Language: HTML
- Homepage:
- Size: 1.71 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
Blazor Server Electron app for analyzing chess games with UCI chess engines on local hardware
!Beta version!

# Getting started
## Prerequisites
* dotnet 6
* Download UCI Chess Engine(s) (e.g [Stockfish](https://github.com/official-stockfish/Stockfish/releases/tag/sf_14.1) or [Lc0](https://github.com/LeelaChessZero/lc0/releases)) and add them to the configuration (make sure you have the correct engine version for your CPU/graphic card)
## Dependencies
* [pax.chess](https://www.nuget.org/packages/pax.chess)
* [pax.uciChessEngine](https://www.nuget.org/packages/pax.uciChessEngine)
# Known Limitations
* No Chess960 support
* No sub variations in the database
* FEN import not tested
(Debug logging enabled)
# Release Notes
v0.6.6
>- pax.BlazorChartJs
v0.6.5
>- Database bugfix
>- SubVariation linebreaks fix
v0.6.4
>- Engine dispose fix