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.

signpath.png SWI-Prolog applied for Free Code Signing for Open Source software from SignPath. When honoured, future releases for Windows will be signed.


Binaries
Windows version (64-bits)37,331,648 bytesSWI-Prolog 10.1.11-1 for Microsoft Windows (64 bit)

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

SHA256:93703aae791a9efe41f443387fe6cd816bc1295f55ec5058d61f4ec6b5fc524d
MacOS installer36,279,016 bytesSWI-Prolog 10.1.11-1 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:d3a7413382b4bd0cc0735a91028affa42ad350154ed7c5451e14c8db9ab00da9
Sources
Source archive13,219,484 bytesSWI-Prolog source for 10.1.11

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

SHA256:d2f19aedbc4580517bb79c49ecdccf9cefa9acebdb075a998b5e0c009cbf7ebb
Documentation
PDF file3,740,462 bytesSWI-Prolog 10.1.11 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.