Gull 3 (Linux) is available from here:
- * Github: https://github.com/basil00/Gull
* Release: https://github.com/basil00/Gull/releases
The original Gull 3 is Windows-only, and contained some very Windows-specific code. This port replaces the Windows-specific parts with Linux equivalents. The Linux port supports Gull's SMP implementation including using processes instead of threads. The core engine itself (search, evaluation, etc.) is not platform specific and is very portable.
The port did expose a small bug in Gull 3 which has been fixed in the Linux version. See here for details. The bug caused the Linux version to crash, but is probably harmless in the Windows version (maybe small elo loss?).
The port has not been significantly tested. There may be more bugs or it may not be as strong as the Windows version. Over time I hope to improve Gull Linux further. Bug reports and/or pull requests are welcome via Github.

