A chess engine written in Rust and trained on Lc0 data. Work in progress.
git clone --depth 1 https://github.com/TheGogy/venus.git
make releaseFor Syzygy tablebase support, build with syzygy features.
make release FEATURES=syzygyTo run the engine, you'll need a UCI compatible interface, like Cutechess or En Croissant.