αδμετε is a UCI chess engine written in c++.
Binaries for x86-64 CPUs are available for every release.
Build from source with cmake with:
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release
Run tests with:
Linux:
./build/tests
Windows:
.\build\Release\tests.exe