Download Latest Version Release v187 source code.tar.gz (16.8 MB)
Email in envelope

Get an email when there's a new version of solitaire

Home / v186
Name Modified Size InfoDownloads / Week
Parent folder
Solitaire-GTK-Portable.zip 2025-10-10 33.3 MB
Solitaire-GTK.msi 2025-10-10 21.6 MB
Solitaire-GTK.msix 2025-10-10 35.3 MB
README.md 2025-10-10 3.0 kB
Release v186 source code.tar.gz 2025-10-10 16.8 MB
Release v186 source code.zip 2025-10-10 16.8 MB
Totals: 6 Items   123.9 MB 0

Stable Release

Version: 1.0.186
Commit: [5be1ec]
Build: [#186]

๐Ÿƒ Solitaire Collection

Classic card games including Klondike Solitaire, FreeCell, and Spider Solitaire with a modern GTK interface.

๐Ÿ“ฆ Downloads

  • Solitaire-GTK.msi - Windows installer with uninstall support
  • Solitaire-GTK.msix - Unsigned package ready for Microsoft Store submission
  • Solitaire-GTK-Portable.zip - Portable version (no installation required)

๐ŸŽฎ Games Included

  • ๐Ÿ‚ก Klondike Solitaire - The classic card game
  • ๐Ÿƒ FreeCell - Strategic card sorting
  • ๐Ÿ•ท๏ธ Spider Solitaire - Multi-deck challenge

โœจ Installer Features (MSI)

  • โœ… User/Machine installation scope choice
  • โœ… Custom installation directory
  • โœ… Start menu shortcuts for all games with individual icons
  • โœ… Optional desktop shortcuts for each game with their specific icons
  • โœ… Proper uninstall support with registry cleanup
  • โœ… MIT License agreement
  • โœ… Add/Remove Programs integration
  • โœ… Uninstall shortcut in Start Menu

๐Ÿช Microsoft Store Submission

The MSIX package in this release is unsigned and ready for Microsoft Store submission through Partner Center. Before uploading: 1. Update the Identity Name and Publisher in the manifest with values from Partner Center 2. Upload the unsigned MSIX file - Microsoft handles signing during certification

๐Ÿ“ฆ Package Comparison

Feature MSI MSIX Portable
Installation Required Yes Yes No
Start Menu Integration โœ… โœ… โŒ
Auto-Update Support โŒ โœ… โŒ
Microsoft Store Ready โŒ โœ… โŒ
Enterprise Deployment โœ… โœ… โœ…
Sandboxed โŒ โœ… โŒ
Traditional Uninstall โœ… โœ… โŒ
Code Signing Required โœ… Store โŒ

๐Ÿ› ๏ธ Technical Details

  • Built on: Linux (Fedora 41 container)
  • MSI compiled on: Windows Latest
  • MSIX compiled on: Windows Latest
  • Store-Compliant Assets: Multiple scale factors (100%, 125%, 150%, 200%)
  • GTK3 runtime included
  • All dependencies bundled
  • Sound effects and card graphics included
  • Individual game icons for better visual identification

๐ŸŽฏ Silent Installation (MSI only)

For enterprise and automated deployments:

:::cmd
# Silent install with desktop shortcuts
msiexec /i Solitaire-GTK.msi /quiet /norestart DESKTOP_SHORTCUT=1

# Silent install without desktop shortcuts
msiexec /i Solitaire-GTK.msi /quiet /norestart DESKTOP_SHORTCUT=0

# Silent uninstall
msiexec /x Solitaire-GTK.msi /quiet /norestart

Command-line Properties: - DESKTOP_SHORTCUT=1 - Create desktop shortcuts (default: 1) - INSTALLFOLDER="C:\Program Files\Solitaire Collection" - Custom install path


Built with โค๏ธ using GitHub Actions

Download solitaire

Source: README.md, updated 2025-10-10