General
Isabelle supports the three main platform families: Linux, Windows, Mac OS X. The platform-specific application bundles include sources, documentation, and add-on components. A few extra dependencies are explained below.
The full collection of Isabelle distribution archives is available for reference. Past releases are available from the archive. Further technical background information may be found in the Isabelle System Manual.
Linux
Requirements
- Isabelle2018_app.tar.gz
- Perl 5.x with libwww
- 32-bit C/C++ standard libraries on 64-bit Linux (important for big applications and small memory, i.e. less than 32 GB)
- Proper Window manager / Desktop environment that works with Java/AWT/Swing
- TeXLive for Isabelle/LaTeX document preparation
Installation
The bundled archive contains everything required for Isabelle on Linux. It can be unpacked into an arbitrary directory like this:
- tar -xzf Isabelle2018_app.tar.gz
The Isabelle/jEdit Prover IDE can be invoked like this:
- Isabelle2018/Isabelle2018
Other Isabelle command-line tools can be invoked from the terminal like this:
- Isabelle2018/bin/isabelle
Windows (7, 8, 8.1, 10)
Requirements
- Isabelle2018.exe
- MikTeX for Isabelle/LaTeX document preparation
Installation
The self-extracting archive contains everything required for Isabelle on Windows PCs. It can be unpacked into an arbitrary directory. The installer starts the Isabelle/jEdit Prover IDE automatically for the first time. It also creates a desktop alias to the main executable for later use.
Isabelle2018\Cygwin-Terminal allows to run Isabelle command-line tools, as known from Unix.
Isabelle2018\Cygwin-Setup allows to modify the Cygwin installation of Isabelle, e.g. to add further packages manually.
Note: The Isabelle application lacks special certificates and signatures, so Microsoft tends to reject it by default. Running it for the first time might require some careful clicks in the proper spots.
Note: Windows 10 might require a full shutdown and restart.
Mac OS X (10.10, 10.11, 10.12, 10.13)
Requirements
- Isabelle2018.dmg
- MacTeX for Isabelle/LaTeX document preparation
Installation
The disk image contains an application bundle with everything required for Isabelle on standard Intel Macs. The Isabelle application can be placed into the /Applications
folder and started as usual. Note that the target directory needs to be writable when Isabelle is started for the first time, to build the required logic image.
The main Isabelle distribution is hidden inside the Isabelle2018.app
folder. This is relevant when invoking Isabelle command-line tools, e.g. like this in the Terminal application:
- /Applications/Isabelle2018.app/Isabelle/bin/isabelle
Note: The Isabelle application lacks special certificates and signatures, so Apple tends to reject it by default. Running it for the first time might require a right-click or control-click on the application icon to open it explicitly.
Docker (e.g. for Cloud Service)
Requirements
- Docker container for the host operating system
- Docker image for Isabelle
Installation
The Docker image contains Ubuntu Linux with Isabelle2018. It can be used, e.g. on another Linux host like this:
- docker pull makarius/isabelle:Isabelle2018
- docker run makarius/isabelle:Isabelle2018
That provides command-line access to the regular isabelle
tool wrapper, with indirection through the Docker container infrastructure.