No description
  • C++ 95.4%
  • Lua 3.6%
  • Makefile 0.8%
  • Shell 0.2%
Find a file
2026-05-31 20:51:53 +02:00
scripts all 2026-05-31 20:51:53 +02:00
src all 2026-05-31 20:51:53 +02:00
tests all 2026-05-31 20:51:53 +02:00
tools all 2026-05-31 20:51:53 +02:00
vendor all 2026-05-31 20:51:53 +02:00
.clang-format all 2026-05-31 20:51:53 +02:00
.gitignore all 2026-05-31 20:51:53 +02:00
Makefile all 2026-05-31 20:51:53 +02:00
README.md all 2026-05-31 20:51:53 +02:00

Rose 🌹

Rose is an experimental work-in progress UCI chess and chess960 engine.

Rose is intended as an experimental ground for less popular engine techniques. In particular, Rose has fast (AVX-512 accelerated) attack tables.

As Rose is currently under active development, it will likely not work in your environment.

Please await a 1.0 release.

Here are issues that will be addressed before a 1.0 release:

  • Only supports Clang. (I will likely not fix this.)
  • Only tested on Linux. (Windows testing will be done prior to a 1.0 release.)
  • Only supports AVX-512 CPUs currently. (AVX2 support will be done prior to a 1.0 release.)