<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.nixos.org/w/index.php?action=history&amp;feed=atom&amp;title=Chess</id>
	<title>Chess - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.nixos.org/w/index.php?action=history&amp;feed=atom&amp;title=Chess"/>
	<link rel="alternate" type="text/html" href="https://wiki.nixos.org/w/index.php?title=Chess&amp;action=history"/>
	<updated>2026-08-20T23:35:01Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://wiki.nixos.org/w/index.php?title=Chess&amp;diff=34517&amp;oldid=prev</id>
		<title>Arborodin: new page</title>
		<link rel="alternate" type="text/html" href="https://wiki.nixos.org/w/index.php?title=Chess&amp;diff=34517&amp;oldid=prev"/>
		<updated>2026-08-20T20:05:11Z</updated>

		<summary type="html">&lt;p&gt;new page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Playing Chess on NixOS ==&lt;br /&gt;
&lt;br /&gt;
=== Engines ===&lt;br /&gt;
&lt;br /&gt;
For most chess applications, if you want to play against the computer, you need to install one or more chess engines in addition. Some applications will automatically detect the engines (e.g GNOME Chess) others will need them configured via the user interface (application settings). Note that some engines are impossible to win against (e.g. gnuchess) while others will make your game a bit more fun.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxHighlight lang=&amp;quot;nix&amp;quot;&amp;gt;&lt;br /&gt;
{ pkgs, ... }:&lt;br /&gt;
&lt;br /&gt;
{&lt;br /&gt;
  environment.systemPackages = with pkgs; [&lt;br /&gt;
    gnuchess&lt;br /&gt;
    scid-vs-pc # Phalanx and Fruit&lt;br /&gt;
    stockfish&lt;br /&gt;
  ];&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxHighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== GUI based ===&lt;br /&gt;
&lt;br /&gt;
[https://chessx.sourceforge.io/ ChessX] is installable via &amp;lt;code&amp;gt;chessx&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
[https://cutechess.com/ Cute Chess] is installable via &amp;lt;code&amp;gt;cutechess&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
[https://gitlab.gnome.org/GNOME/gnome-chess GNOME Chess] is installable via &amp;lt;code&amp;gt;gnome-chess&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
[https://lucaschess.pythonanywhere.com/ Lucas Chess] is not packaged for NixOS yet (see [https://github.com/NixOS/nixpkgs/issues/303420 nixpkgs#303420]).&lt;br /&gt;
&lt;br /&gt;
[https://pychess.github.io/ PyChess], installable via &amp;lt;code&amp;gt;pychess&amp;lt;/code&amp;gt;, is currently broken (see [https://github.com/NixOS/nixpkgs/issues/442080 nixpkgs#442080]).&lt;br /&gt;
&lt;br /&gt;
=== Graphics based ===&lt;br /&gt;
&lt;br /&gt;
[https://www.dreamchess.org/ DreamChess] is installable via &amp;lt;code&amp;gt;dreamchess&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Terminal based ===&lt;br /&gt;
&lt;br /&gt;
[https://thomas-mauran.github.io/chess-tui/docs/Installation/NixOS Chess TUI] is installable via &amp;lt;code&amp;gt;chess-tui&amp;lt;/code&amp;gt;. Use &amp;lt;code&amp;gt;-e&amp;lt;/code&amp;gt; to select an [https://thomas-mauran.github.io/chess-tui/docs/Configuration/engine engine] or use the [https://thomas-mauran.github.io/chess-tui/docs/Configuration/configuration-intro configuration file].&lt;br /&gt;
&lt;br /&gt;
[https://github.com/maaslalani/gambit Gambit] is installable via &amp;lt;code&amp;gt;gambit-chess&amp;lt;/code&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
[https://tmountain.github.io/uchess/ uchess] is installable via &amp;lt;code&amp;gt;uchess&amp;lt;/code&amp;gt;. Works with UCI chess engines.&lt;/div&gt;</summary>
		<author><name>Arborodin</name></author>
	</entry>
</feed>