A simple chess bot for your command line. (Not functional yet)
Ferrum is a research project where I am trying to find out how to find "the best" chess moves fast without using LLMs or Coding AI.
This is not trying to come close to any great chess bot like stockfish and not trying to be "the fastest" or "the best".
It's just aiming to find out what methods there are to optimize a chess bot.
- git
- rust (cargo, rustc)
To manually install ferrum just download this git repository and build the binary using cargo
Download the repository
$ git clone git@github.com:Kopernikus73/ferrum.git -o ferrum
Change directory to ferrum
$ cd ferrum
Build the binary using Cargo
$ cargo build --release
The binary is located in /target/release as ferrum
As software should always be available for free for everyone, this project uses the GNU AGPLv3 License.
| Permissions | Conditions | Limitations |
|---|---|---|
| ✅ Commercial use | ⓘ Disclose source | ❌ Liability |
| ✅ Distribution | ⓘ License and copyright notice | ❌ Warranty |
| ✅ Modification | ⓘ Network use is distribution | |
| ✅ Patent use | ⓘ Same license | |
| ✅ Private use | ⓘ State changes |
Further information: gnu.org, choosealicense.com