Did you know ... Search Documentation:
Download SWI-Prolog development versions

linux.png We collect information about available packages and issues for building on specific distros here. We provide a PPA for Ubuntu and flatpak images flatpak.png

WIP.png Examine the ChangeLog.


Binaries
Windows version (64-bits)36,609,006 bytesSWI-Prolog 10.1.8-1 for Microsoft Windows (64 bit)

Self-installing executable for Microsoft Windows 64-bit editions.

SHA256:c4b39d9ebc9cf99d6e2b619146494df2cfb81cb86f5f6da0bfd2fe8866217ff0
MacOS installer36,412,423 bytesSWI-Prolog 10.1.8 for MacOSX 10.15 (Catalina) and later on x86_64 and arm64

Mac OS X installer image. The installer provides the swipl Framework and swipl-win.app Application. The installer also provides the commandline tools in the Contents/MacOS directory. Users of older MacOS versions are adviced to use Macports, Homebrew or install from source. This bundle contains universal (fat) binaries that run natively on Intel and Apple Silicon (M*, arm64). This version is compiled using GCC-15 for best performance.

SHA256:38893615cde3e8b0c2670965b21c0c30ff19969e5e61c6c4b32c9c0fd0890e4c
Sources
Source archive13,214,577 bytesSWI-Prolog source for 10.1.8

Sources in .tar.gz format, including packages. See build instructions. See also the GIT repository.

SHA256:bba7c0c06c4e2378fccab4bcc584b50a9df61f94b9a62ecaa24a3882aa7d078f
Documentation
PDF file3,740,690 bytesSWI-Prolog 10.1.8 reference manual in PDF

SWI-Prolog reference manual as PDF file. This does not include the package documentation.

Show all files
Install scripts may download the SHA256 checksum by appending .sha256 to the file name. Scripts can download the latest version by replacing the version of the file with latest. This causes the server to reply with the location of the latest version using an HTTP 303 See Other message.

About the development releases

The development branches have their own GIT repository at the address below. See the general GIT instructions for details.

% git clone --recurse-submodules https://github.com/SWI-Prolog/swipl-devel.git

Should I use the development release or the stable one?

Many active SWI-Prolog users track the development releases or GIT versions for developing Prolog applications. Most of the time the development versions are fairly stable. Infrequent larger rewrites to the core infrastructure that may cause instability is typically announced on the forum.

Tracking the latest version offers some advantages for you are user:

  • Bug fixes are quickly available.
  • When you are stuck on a missing feature you can use this quickly after it has been added.
  • Although you are a little more often confronted with incompatibilities and regressions, such issues can be discussed and resolved.