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 snap images

WIP.png Examine the ChangeLog.


Binaries
Windows version (64-bits)13,805,940 bytesSWI-Prolog 9.3.4-1 for Microsoft Windows (64 bit)

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

SHA256:461f43a653994c1ea4e4a140cb6b4a31d1b8e0c6001286a140af55448678e47c
Windows version (32-bits)13,853,518 bytesSWI-Prolog 9.3.4-1 for Microsoft Windows (32 bit)

Self-installing executable for Microsoft Windows 32-bit editions. Version 9.3 is that last version of SWI-Prolog that is also released for 32-bit. Note that this version lacks the Janus interface to Python.

SHA256:3840bfb9edb3dd6268b864415c34dc0174b9c141c565a06ccbe4e2bbe284e5a1
MacOS bundle39,822,231 bytesSWI-Prolog 9.3.4-1 for MacOSX 10.14 (Mojave) and later on x86_64 and arm64

Mac OS X disk image with relocatable application bundle. Needs xquartz (X11) installed for running the development tools. The bundle 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 (M1, arm64).

SHA256:9f95d7a33dd0723f6a112b95328dc4e977a48a97624452510fb321b04257516a
MacOS bundle33,335,417 bytesSWI-Prolog 9.3.0-1 for MacOSX bundle on intel

Mac OS X disk image with relocatable application bundle. Needs xquartz. Same as the fat bundle, but only contains the x86_64 binaries, compiled using gcc13 from Macports. This version is 30-40% faster than the fat binaries on Intel Macs.

SHA256:82566e6b863b53d1233f3cad44cadb36f984ee3eab53f678b07e3e248b1c5a4d
Sources
Source archive12,277,794 bytesSWI-Prolog source for 9.3.4

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

SHA256:dd136adb0db6b470e14319fc14b6ea10f5c608ee0e0fc2113ed832e478549ea2
Documentation
PDF file3,290,771 bytesSWI-Prolog 9.3.4 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 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.