Skip to content

Download TASSEL 5

Get the latest release of TASSEL 5. If you want to pick another platform, distribution, or past version, see the "Pick a platform & version" section.

Standalone CLI

Loading latest version…

Choose below

Install as a library (Maven / Gradle)

Add the TASSEL library to your JVM project from Maven Central:

// build.gradle.kts
repositories {
    mavenCentral()
}

dependencies {
    implementation("net.maizegenetics:tassel:5.2.98")
}
// build.gradle
repositories {
    mavenCentral()
}

dependencies {
    implementation 'net.maizegenetics:tassel:5.2.98'
}
<!-- pom.xml -->
<dependency>
  <groupId>net.maizegenetics</groupId>
  <artifactId>tassel</artifactId>
  <version>5.2.98</version>
</dependency>

For a full walkthrough, see the Maven / JVM Library guide.

Pick a platform & version

Direct downloads (latest release)

If the live selector above is unavailable, use these direct links:

Which distribution should I choose?

  • GUI Installer (native app): the easiest way to run the TASSEL desktop application. Native installers are built with jDeploy and bundle everything you need. See the GUI installation guide.
  • Standalone (command line): a self-contained distribution for running TASSEL from the terminal or in pipelines. See the standalone guide.
  • Library (Maven / Gradle): add TASSEL to your own JVM project.

Note

Native GUI installers, the standalone distribution, and the Maven library are all published per version, so older versions remain available in the selector and on the GitHub releases page.

Want to test an unreleased fix?

Nightly builds of the develop branch are published as unstable prereleases. See Nightly builds for the latest one and the archive of past builds.

Upgrading from an install named TASSEL 5 main?

Installers from 5.2.97 and earlier registered the desktop application as TASSEL 5 main; it is now plain TASSEL 5. Uninstall the old copy once before installing — see Updating.