Maude download and installation

From The Maude System
Revision as of 16:46, 12 May 2015 by Maudesystem (Talk | contribs)

Jump to: navigation, search

The new Maude runs on many Unix variants, including Linux. If you are attempting to install it on Microsoft Windows, please read the separate section. In this section, we assume a Linux configuration. Please, substitute your platform name for 'linux' in what follows if you download for another platform. In any case, please consider subscribing to the Maude users mailing list, as this is also the mechanism by which we will make important announcements about the system.

The Maude system download consists of three parts: Core Maude, Full Maude, and documentation.

(If you use XEmacs, then you might find the Maude mode for XEmacs written by Kai Brünnler or the Maude mode written by Ellef Gjelstad useful. Extract the mode using the command "gunzip -c maude-mode.tar.gz | tar -xvf -" and follow instructions in maude-mode/README. Note that the Maude mode does not run under GNU Emacs. Please see the README for details. If you are interested in more development environments please take a look at the MOMENT project web site.)

Core Maude 2.7

Click on the appropriate link below to download the collection of binaries, or click the source link to download and compile the sources yourself.

To install from one of the above binaries, simply extract the downloaded zip file.This generates the directory maude/ with the following files in it:

  linear.maude
  machine-int.maude
  maude.[linux64|darwin64]
  metaInterpreter.maude
  model-checker.maude
  prelude.maude
  socket.maude
  term-order.maude

Depending on your system you can now run maude by starting the appropriate executable file: maude.linux64 or maude.darwin64.

Full Maude 2.7

Full Maude is written in Maude, and is thus platform-independent. Download the new Full Maude and move it into the Core Maude directory.

Maude manual and primer

The Maude manual (in PDF format) and the examples in the manual are available here.

The primer for Maude 2.0.1 (but mostly applicable for later versions too) is available here.

Change list from Maude 2.6 to 2.7

  • Variant narrowing and unification.
  • Some bugs fixed.
  • Some improvements in syntax error detection and recovering.