Download

Standalone Application

Java Archive (JAR)

Zephyr Jar can be extracted from Zephyr standalone application by going to:
File->Extract Zephyr Jar...

The file is also available at the following url:
http://zephyrplugins.github.io/zephyr.jar

Eclipse Plugins (Optional)

Install Zephyr Eclipse plugins if you would like to:
  • start Zephyr directly from Eclipse (e.g. for debugging)
  • extend Zephyr with new views, shortcuts or other Eclipse extension
  • use Zephyr in an Eclipse RCP application

Requirements

  • Java 1.6 or later
  • Eclipse 3.5 or later (Eclipse for RCP/Plug-in Developers distribution or Eclipse Classic distribution will do)

Installation:

Method 1: Drag and drop into a running Eclipse workspace
Method 2:
  • Start Eclipse
  • Go to: Help -> Install New Software...
  • Copy/Paste the link: http://zephyrplugins.github.io/site at the top ("Work with" field) and press Enter
  • Select the plugins you want (if you don't know what you want, select everything)
  • Follow Eclipse installation instructions
Once Eclipse has restarted, you can check the installation has been done by going to: About Eclipse SDK (in the Eclipse menu on Mac OS X) -> Installation Details. A bunch of Zephyr features should appear in the list.

Source Code (Optional)

The source code is available on github