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)36,848,309 bytesSWI-Prolog 10.1.9-1 for Microsoft Windows (64 bit)

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

SHA256:da054aa72227e407b12ac9105d6c6f93b481e7e0e3b83227d9395aa48b1a61c3
MacOS installer36,264,302 bytesSWI-Prolog 10.1.9-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:882267c4070bdb2de25076d6fbf2a8732183f338c072ad27c6db9123fda058f5
Sources
Source archive13,190,870 bytesSWI-Prolog source for 10.1.9

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

SHA256:05dca0a6b3fdc8fdf6d50c7b952e6ff071cdf9f08ad10840f0d46f1e1e6f70e8
Documentation
PDF file3,739,634 bytesSWI-Prolog 10.1.9 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.