Back to Posts
Sep 13, 2026

FigTree Download & Setup Guide (Windows, Mac, Linux), 2026

FigTree v1.4.4 release is now eight years old, but it’s still widely used because it’s simple and fast. This guide covers the cleanest way to download and install FigTree in 2026, plus settings and fixes that will help you.


Official Download

The official source is Andrew Rambaut’s GitHub releases:

https://github.com/rambaut/figtree/releases 

Currently, there’s a v1.5.0 beta (May release) - with some changes for modern Mac environments. Sticking to v1.4.4 should be fine unless it’s not working for you (then follow the same steps for a newer release).

FigTree is a Java application. You need a working Java Runtime (JRE or JDK) installed.


Installation

Windows

  1. Download the latest FigTree executables from release page .
  2. Extract the archive into a folder.
  3. Make sure you have Java runtime installed .
  4. Double-click the figtree.jar file inside lib folder.
  5. The folder should contain two tree files - influenza.tree and carnivore.tree. Open the carnivore.tree from FigTree menu.

Mac

  1. Download the latest release dmg file .
  2. If you get the “app can’t be opened because it is from an unidentified developer” warning: Go to System Settings → Privacy & Security. Scroll down and click Open Anyway
  3. Alternatively, run from Terminal:
Bashjava -jar FigTree*.jar

Linux

  1. Download the tgz release file 
  2. Extract contents and try running it directly or click the jar executable.
./bin/figtree

If you get a Java version error, install a recent OpenJDK.

# Ubuntu/Debian sudo apt install openjdk-17-jre # Fedora sudo dnf install java-17-openjdk

First Look

figtree-screenshot-carnivore-tree

When you open a tree (Newick .tree, .nwk, or NEXUS), you’ll see the classic FigTree interface.

Recommended settings:

Useful Features

  1. Rooting the Tree
  1. Exporting High-Quality Figures

Best options:

SVG: Best for editing later in Inkscape/Illustrator PDF: Good for papers PNG

Go to File → Export PDF or Export SVG or Export Trees

Common Problems & Fixes

  1. FigTree won’t open / “Java not found”
  1. Tree looks messy / labels overlapping
  1. Export looks low quality
  1. Menu Text too tiny

Alternatives

ToolGood forNotes
iTOLOnlineonline, interactive, annotationsgood for sharing
ggtreeR userscustomizable, steeper learning curve
ETE toolkitPython usersif you already know Python
Dendroscopevery large treesgood alternative to figtree

Final Tips

Related Posts