Downloading and installing Weka

  • Snapshots

    Every night a snapshot of the Subversion repository is taken, compiled and put together in ZIP files. For those who want to have the latest bugfixes, they can download these snapshots here.

  • Stable GUI version

    Weka 3.6 is the latest stable version of Weka. There are different options for downloading and installing it on your system:

    • Windows

      Click here to download a self-extracting executable that includes Java VM 1.5
      (weka-3-6-2jre.exe; 37.3 MB)

      Click here to download a self-extracting executable without the Java VM
      (weka-3-6-2.exe; 20.7 MB)

      These executables will install Weka in your Program Menu. Download the second version if you already have Java 1.5 (or later) on your system.

    • Mac OS X

      Click here to download a disk image for OS X
      (weka-3-6-2.dmg; 26.7 MB)

    • Other platforms (Linux, etc.)

      Click here to download a zip archive containing Weka
      (weka-3-6-2.zip; 20.9 MB)

      First unzip the zip file. This will create a new directory called weka-3-6-2. To run Weka, change into that directory and type

      java -jar weka.jar

      Note that Java needs to be installed on your system for this to work. Also note, that using -jar will override your current CLASSPATH variable and only use the weka.jar.

  • Book version

    Weka 3.4 is a stable version of Weka, and the one described in the data mining book.

    • Windows

      Click here to download a self-extracting executable that includes Java VM 1.4
      (weka-3-4-16jre.exe; 25.4 MB)

      Click here to download a self-extracting executable without the Java VM
      (weka-3-4-16.exe; 11.3 MB)

      These executables will install Weka in your Program Menu. Download the second version if you already have Java 1.4 (or later) on your system.

    • Mac OS X

      Click here to download a disk image for OS X
      (weka-3-4-16.dmg; 14.5 MB)

    • Other platforms (Linux, etc.)

      Click here to download a zip archive containing Weka
      (weka-3-4-16.zip; 11.4 MB)

      First unzip the zip file. This will create a new directory called weka-3-4-16. To run Weka, change into that directory and type

      java -jar weka.jar

      Note that Java needs to be installed on your system for this to work. Also note, that using -jar will override your current CLASSPATH variable and only use the weka.jar.

  • Developer version

    • Windows

      Click here to download a self-extracting executable that includes Java VM 6.0
      (weka-3-7-1jre.exe; 37.6 MB)

      Click here to download a self-extracting executable without the Java VM
      (weka-3-7-1.exe; 23.0 MB)

      These executables will install Weka in your Program Menu. Download the second version if you already have Java 5.0 (or later) on your system.

    • Mac OS X

      Click here to download a disk image for OS X
      (weka-3-7-1.dmg; 30.0 MB)

    • Other platforms (Linux, etc.)

      Click here to download a zip archive containing Weka
      (weka-3-7-1.zip; 23.3 MB)

      First unzip the zip file. This will create a new directory called weka-3-7-1. To run Weka, change into that directory and type

      java -jar weka.jar

      Note that Java needs to be installed on your system for this to work. Also note, that using -jar will override your current CLASSPATH variable and only use the weka.jar.

  • Old versions

    All old versions of Weka are available from the Sourceforge website.