Chess.com Desktop App For All Platforms

| Command | Description |
|---|---|
bash ./chess.sh --launch |
Run without installing |
bash ./chess.sh --install |
Install Chess system-wide |
bash ./chess.sh --uninstall |
Uninstall Chess |
bash ./chess.sh --help |
Show available options |
Automatic Installation Command For Linux
git clone --depth 1 https://github.com/m3tozz/chess.com && cd chess.com && bash ./chess.sh --install && cd ..
- Portable (no install): Download .AppImage File
- Debian-based systems (installation file): Download .deb Package
Download and run the installer:
Download Chess Setup Installer
Manual run without installation using main.js and package.json
npm install && npm start
Supports Windows 10 and later
Manual run without installation using main.js and package.json
npm install
npm startNote
.dmg installation file for mac will be added