There are two primary versions of Weka: the stable version corresponding to the latest edition of the data mining book, which only receives bug fixes, and the development version, which receives new features and exhibits a packaqe management system that makes it easy for the Weka community to add new functionality to Weka. For the bleeding edge, it is also possible to download nightly snapshots.
- 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 book 3rd ed. version
Weka 3.6 is the latest stable version of Weka, and the one described in the 3rd edition of the data mining book. This branch of Weka receives bug
fixes only (for new features in Weka see the developer version).
There are different options for downloading and installing it on your system:
- Windows x86
Click here to download a self-extracting
executable that includes Java VM 1.7
(weka-3-6-12jre.exe; 51.4 MB) Click here to download a self-extracting executable without the Java VM
(weka-3-6-12.exe; 24.1 MB) These executables will install Weka in your Program Menu. Download the second version if you already have Java 1.6 (or later) on your system. - Windows x64
Click here to download a self-extracting
executable that includes 64 bit Java VM 1.7
(weka-3-6-12jre-x64.exe; 53.0 MB) Click here to download a self-extracting executable without the Java VM
(weka-3-6-12-x64.exe; 24.1 MB) These executables will install Weka in your Program Menu. Download the second version if you already have Java 1.6 (or later) on your system. - Mac OS X
Click here to download a disk image for OS X that contains
a Mac application including Oracle's Java 1.7 JVM
(weka-3-6-12-oracle-jvm.dmg; 82.7 MB) Click here to download a disk image for OS X that contains a Mac application compatible with Apple's Java 1.6 JVM
(weka-3-6-12-apple-jvm.dmg; 32.5 MB) - Other platforms (Linux, etc.)
Click here to download a zip archive containing
Weka
(weka-3-6-12.zip; 24.3 MB) First unzip the zip file. This will create a new directory called weka-3-6-12. To run Weka, change into that directory and typejava -Xmx1000M -jar weka.jarNote that Java needs to be installed on your system for this to work. Also note, that using-jarwill override your current CLASSPATH variable and only use theweka.jar.
- Windows x86
Click here to download a self-extracting
executable that includes Java VM 1.7
- Developer version
This is the trunk of Weka and continues from the stable-3-6 code line. It
receives both bug fixes and new features.
- Windows x86
Click here to download a self-extracting
executable that includes Java VM 1.7
(weka-3-7-12jre.exe; 60.6 MB) Click here to download a self-extracting executable without the Java VM
(weka-3-7-12.exe; 33.2 MB) These executables will install Weka in your Program Menu. Download the second version if you already have Java 1.6 (or later) on your system. - Windows x64
Click here to download a self-extracting
executable that includes 64 bit Java VM 1.7
(weka-3-7-12jre-x64.exe; 62.1 MB) Click here to download a self-extracting executable without the Java VM
(weka-3-7-12-x64.exe; 33.2 MB) These executables will install Weka in your Program Menu. Download the second version if you already have Java 1.6 (or later) on your system. - Mac OS X
Click here to download a disk image for OS X that contains
a Mac application including Oracle's Java 1.7 JVM
(weka-3-7-12-oracle-jvm.dmg; 92.9 MB) Click here to download a disk image for OS X that contains a Mac application compatible with Apple's Java 1.6 JVM
(weka-3-7-12-apple-jvm.dmg; 41.3 MB) - Other platforms (Linux, etc.)
Click here to download a zip archive containing
Weka
(weka-3-7-12.zip; 33.5 MB) First unzip the zip file. This will create a new directory called weka-3-7-12. To run Weka, change into that directory and typejava -Xmx1000M -jar weka.jarNote that Java needs to be installed on your system for this to work. Also note, that using-jarwill override your current CLASSPATH variable and only use theweka.jar.
- Windows x86
Click here to download a self-extracting
executable that includes Java VM 1.7
- Old versions All old versions of Weka are available from the Sourceforge website.