Download
Latest version is 25.3.18 released on 10 October 2025
Deprecation notice for distributions with Eclipse 4.6.3, 4.7.2, 4.11
DVT distributions containing Eclipse 4.6.3, 4.7.2 and 4.11 are deprecated and will be removed starting with 25.1.1 release (January 2025).
These distributions ensured compatibility with GTK 2 and the early versions of GTK 3. However, as of 2024, there are no actively supported Linux distributions using these versions of GTK.
If you are still using these versions, please transition to a distribution based on Eclipse version 4.22 or later.
For more information please contact us on support@amiq.com .
All our products are installed by unpacking a zip file which contains a distribution. A distribution includes the selected Eclipse Platform, additional plugins for Eclipse, VSCodium and a compatible Java Runtime Environment.
DVT IDE can also be installed as an Eclipse plugin or a VS Code extension.
Plugins pre-installed in all distros:
- ANYEDIT (AnyEditTools)
- CSV (org.fhsolution.eclipse.feature.csvedit)
- EMACS (com.mulgasoft.emacsplus)
- INDENT_GUIDE (net.certiv.tools.indentguide.feature) - Only in distros based on Eclipse >=4.11
- TERMINAL (org.eclipse.tm.terminal)
- VI (com.mbartl.eclipse.viplugin.feature)
- XML (org.eclipse.wst.xml)
Plugins that you can manually enable using:
dvt_kit_installer.[sh|bat] install [list of plugins]
Revision Control System Plugins:
- CVS (org.eclipse.cvs)
- CLEARCASE (net.sourceforge.eclipseccase)
- GIT (org.eclipse.egit)
- PERFORCE.2021.2 (com.perforce.team.feature) - Only in distros based on Eclipse 4.22
- PERFORCE.2022.1 (com.perforce.team.feature) - Only in distros based on Eclipse 4.22, 4.24
- PERFORCE.2022.2 (com.perforce.team.feature) - Only in distros based on Eclipse 4.22, 4.24
- PERFORCE.2023.1 (com.perforce.team.feature) - Only in distros based on Eclipse 4.22, 4.24
- PERFORCE.2023.2 (com.perforce.team.feature) - Only in distros based on Eclipse 4.22, 4.24
- PERFORCE.2024.1 (com.perforce.team.feature) - Only in distros based on Eclipse 4.33
- SVN (org.eclipse.team.svn)
Language Support Plugins:
- BASH (de.jcup.basheditor)
- CPP (org.eclipse.cdt)
- JAVA (org.eclipse.jdt)
- JENKINSFILE (de.jcup.jenkinseditor) - Only in distros based on Eclipse 4.33
- JSON (jsonedit-feature)
- PERL (org.epic.feature.main)
- PYTHON (org.python.pydev.feature)
- RUBY (io.github.pyvesb.eclipse_solargraph)
- TCL (org.eclipse.dltk.tcl)
- YAML (de.jcup.yamleditor)
Review and Task Management Plugins:
- GERRIT (org.eclipse.egerrit.feature)
- MYLYN (org.eclipse.mylyn_feature)
Other Plugins:
- EDITOR_CONFIG (editorconfig-eclipse-feature)
To replace the pre-installed ViPlugin with Vrapper you can run:
$DVT_HOME/bin/dvt_plugin_installer.sh \
-d com.mbartl.eclipse.viplugin.feature \
-i net.sourceforge.vrapper \
-r http://vrapper.sourceforge.net/update-site/stable
To restore the pre-installed ViPlugin and remove Vrapper you can run:
$DVT_HOME/bin/dvt_plugin_installer.sh \
-d net.sourceforge.vrapper \
-i com.mbartl.eclipse.viplugin.feature \
-r https://eda.amiq.com/update
The version of these plugins might be different across distros because it depends on the Eclipse version. To find out the exact version inside a distro run:
dvt_kit_installer.[sh|bat] help
- Unzip the distribution and dvt_eclipse folder will be created
- (Windows) It is recommended to run the scripts using Command Prompt instead of PowerShell
- Set DVT_HOME environment variable to point to the extracted dvt_eclipse directory
- (MacOS) Since DVT distributions are not downloaded from App Store, if MacOS's Gatekeeper is enabled it will prevent you from running DVT and throw the following error: "App is damaged and can't be opened. You should move it to the trash.", you can disable this check on DVT by running: sudo xattr -rd com.apple.quarantine $DVT_HOME
- Install additional plugins. using $DVT_HOME/bin/dvt_kit_installer.sh (Linux/MacOS) or %DVT_HOME%\bin\dvt_kit_installer.bat (Windows)
- Set the license:
- The license must be passed to the application through one of the following environment variables:
DVT_LICENSE_FILE, DVTLMD_LICENSE_FILE, LM_LICENSE_FILE
- Environment variables will be read in the order above and the first non-empty value will be used, the others will be ignored. Any variable containing only the string "FLEXLM" (case-insensitive) will be ignored.
- Environment variables must be set before starting the application and the application must inherit the variables (e.g. when setting the variables in a terminal the application must be started from the same terminal).
- The license environment variable must contain one or more FlexLM license sources:
- File-system path of a license file:
/path/to/dvt.lic
- License server address as port@host:
27001@licsrv
- Three-server redundancy triad with comma (
,
) separated license servers:27001@licsrv1,27001@licsrv2,30001@licsrv3
- File-system path of a directory containing one or more license files with
.lic
extension:/path/to/lic_dir
- Multiline string with the content of a license file surrounded by three curly brackets:
{{{...}}}
- File-system path of a license file:
- Multiple license sources, with the exception of multiline string, can be specified by separating them with:
- colon (
:
) on Linux/MacOS, - semicolon (
;
) on Windows, - ampersand (
&
) on any OS
- colon (
- The license must be passed to the application through one of the following environment variables:
- Start DVT using $DVT_HOME/bin/dvt.sh (Linux/MacOS) or %DVT_HOME%\bin\dvt.bat (Windows)
- Start Verissimo using $DVT_HOME/bin/verissimo.sh (Linux/MacOS) or %DVT_HOME%\bin\verissimo.bat (Windows)
- Start Specador using $DVT_HOME/bin/specador.sh (Linux/MacOS) or %DVT_HOME%\bin\specador.bat (Windows)
Eclipse Update Site
-
Latest version:
https://eda.amiq.com/update/latest
-
X.Y.Z version:
https://eda.amiq.com/update/X.Y.Z
-
Latest version:
https://eda.amiq.com/archived_update_site/dvt_update_site-latest.zip
-
X.Y.Z version:
https://eda.amiq.com/archived_update_site/dvt_update_site-X.Y.Z.zip
VS Code VSIX
ext install amiq.dvt
command or by downloading the platform independent extension and using the "Extensions: Install from VSIX" command in the Command Palette. The extension requires VS Code >= 1.97.2.
-
Latest version:
https://eda.amiq.com/vsix/dvt-latest.vsix
-
X.Y.Z version:
https://eda.amiq.com/vsix/dvt-X.Y.Z.vsix