Crandore Hub

rswipl

Embed 'SWI'-'Prolog'

Interface to 'SWI'-'Prolog', <https://www.swi-prolog.org/>. This package is normally not loaded directly, please refer to package 'rolog' instead. The purpose of this package is to provide the 'Prolog' runtime on systems that do not have a software installation of 'SWI'-'Prolog'.

README

[![CI](https://github.com/SWI-Prolog/swipl-devel/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/SWI-Prolog/swipl-devel/actions/workflows/ci.yml)

# SWI-Prolog: A comprehensive Prolog implementation

SWI-Prolog  is an  open source  (BSD-2) implementation  of the  Prolog
language with many extensions. It is implemented in C (version 11) and
Prolog and  is available  for many  platforms (Linux,  practically any
POSIX like system, MacOS, Windows). All CPUs supported by Debian Linux
are supported.   For your  browser or  Node project,  there is  a WASM
based  [NPM  package](https://www.npmjs.com/package/swipl-wasm).   See
the                                                        [JavaScript
API](https://www.swi-prolog.org/pldoc/man?section=wasm-version)    for
details.

(SWI-)Prolog is a versatile language. It is being used for business rule
validation, natural language processing, software verification, software
refactoring, network configuration,  security,   robotics,  reasoning in
legal and medical domains,  graph   processing,  machine  learning (ILP,
PLP), linked data (RDF), mathematical proofs, and much more.

If you are interested in commercial   assistence to make SWI-Prolog work
in   your   organization,   please     contact   [SWI-Prolog   Solutions
b.v.](https://swi-prolog.com/).

## Forking, cloning and submitting patches

This           repository           uses             many           [Git
submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules).   This
causes the common issue that __fork   and clone doesn't work__. Instead,
_clone_  from  https://github.com/SWI-Prolog/swipl-devel.git   and  then
associate your clone with your  _fork_   (replace  `me` with your github
user name).

    git clone --recurse-submodules https://github.com/SWI-Prolog/swipl-devel.git
    cd swipl-devel
    git remote add myfork git@github.com:me/swipl-devel.git

See [How to submit a patch](https://www.swi-prolog.org/howto/SubmitPatch.html)
for details.

See   also   the   discussion    at     [Being    friendly    to   quick
contributions](https://swi-prolog.discourse.group/t/being-friendly-to-quick-contributions/493/6)


## Building

See
[CMAKE.md](https://github.com/SWI-Prolog/swipl-devel/blob/master/CMAKE.md)
and [Build SWI-Prolog from source](https://www.swi-prolog.org/build/)


## Web home

Please   find   the   up-to-date   information     on    SWI-Prolog   at
https://www.swi-prolog.org.

## SWI-Prolog tools

You can use SWI-Prolog simply at the console of your favourite OS with
any editor to manage the source  code.  For a better experience, there
are several options:

  - Comprehensive builds include XPCE, SWI-Prolog's native GUI toolkit.
    This provides the `swipl-win` executable that opens a Prolog terminal.
	Additional tools include PceEmacs, an Emacs clone with a rich
	Prolog mode, a source level debugger, profiling tools and much more.
    XPCE is included in the default binaries for Windows, MacOS and for
	Linux as [flatpak](https://flathub.org/en/apps/org.swi_prolog.swipl).
  - Some editors come with a rich mode for (SWI-)Prolog.   Notably
    GNU-Emacs provides [sweep](https://eshelyaron.com/sweep.html)
  - Use one of the online versions described below


## Trying SWI-Prolog online

An    online    version    of     SWI-Prolog      is     provided     by
[SWISH](https://swish.swi-prolog.org). Note that this version is subject
to sandbox restrictions and does not provide the features most valued in
SWI-Prolog such as its rich set of interfaces, multi-threading, modules,
etc.

Alternatively, there is  a WASM (_Web Assembly_)  version available as
[SWI-Tinker](https://wasm.swi-prolog.org/wasm/tinker).   This  version
has no sandbox  restrictions.  The WASM build  allows interaction with
the  browser's  DOM, which  allows  you  to build  interactive  Prolog
applications  running  _inside_  the   browser.   See  also  our  [NPM
package](https://www.npmjs.com/package/swipl-wasm).


## Forum/mailing list

Our       forum       is       hosted        at       a       [Discourse
site](https://swi-prolog.discourse.group/). The forum provides   a  mail
list interface.


## Documentation

Documentation is available from several locations and in several formats.

  - Several tutorials can be accessed from the __Tutorials__ menu on
    the [home page](https://www.swi-prolog.org)

  - A HTML version of the documentation is in the `doc/Manual` directory
    of the installation.  Note that some packagers put this documentation
    elsewhere or require it to be installed separately.

    These docs can be searched using `?- apropos("query").`.  Help on
    a predicate can be disaplayed using e.g., `?- help(append/3).`

  - A PDF version of the documentation is available from the [download
    page](https://www.swi-prolog.org/download/devel)

You  can  also  install  the  website    locally  to  use  its  complete
functionality   if   you   are    offline.     It    is   available   at
https://github.com/SWI-Prolog/plweb.

Versions across snapshots

VersionRepositoryFileSize
10.1.5 rolling linux/jammy R-4.5 rswipl_10.1.5.tar.gz 19.2 MiB
10.1.5 rolling linux/noble R-4.5 rswipl_10.1.5.tar.gz 19.1 MiB
10.1.5 rolling source/ R- rswipl_10.1.5.tar.gz 8.5 MiB
10.1.5 latest linux/jammy R-4.5 rswipl_10.1.5.tar.gz 19.2 MiB
10.1.5 latest linux/noble R-4.5 rswipl_10.1.5.tar.gz 19.1 MiB
10.1.5 latest source/ R- rswipl_10.1.5.tar.gz 8.5 MiB
10.1.5 2026-04-26 source/ R- rswipl_10.1.5.tar.gz 8.5 MiB
10.1.5 2026-04-23 source/ R- rswipl_10.1.5.tar.gz 8.5 MiB
10.1.5 2026-04-09 windows/windows R-4.5 rswipl_10.1.5.zip 19.0 MiB
9.3.21 2025-04-20 source/ R- rswipl_9.3.21.tar.gz 4.8 MiB

Dependencies (latest)

Imports

LinkingTo

Suggests