EditRocket Download Page

The EditRocket download is a full trial version that includes all features.

The download expires 30 days after the first use. After the expiration, a registration code / serial number
must be purchased to continue using EditRocket.

 

  File Type Link File Name Size Notes
 
mac macOS (Apple Silicon)macOS 12-27 Download editrocket5_0_2_aarch64.dmg 32.3 MB Requires an Apple Silicon processor such as the M1-M5
 
mac macOS (Intel)
macOS 11-26 Intel
Download editrocket5_0_2.dmg 32.5 MB Runs on macOS versions 11 to 26
 
mac Mac OS X Download editrocket5_0_2_x64.dmg 37.9 MB Requires OS X 10.8 - 10.13
 
windows Windows (64-bit)
(with installer)
Download editrocket5_0_2_setup_x64.exe 28.0 MB  
 
windows Windows (32-bit)
(with installer)
Download editrocket5_0_2_setup.exe 26.5 MB  
 
windows Windows (64-bit)
(no installer)
Download editrocket5_0_2_windows_x64.zip 42.1 MB No admin rights required. Unzip and launch editrocket.exe
 
windows Windows (32-bit)
(no installer)
Download editrocket5_0_2_windows.zip 39.9 MB No admin rights required. Unzip and launch editrocket.exe
 
linux Linux (64-bit) Download editrocket5_0_2_linux_x64.zip 46.2 MB For 64-bit systems
 
linux Linux (32-bit) Download editrocket5_0_2_linux_x86.zip 49.9 MB For 32-bit systems
 
solaris Solaris / Unix Download editrocket5_0_2.zip 9.1 MB Requires Java 1.6 or newer

 

Installation Instructions

Uninstallation Instructions

End User License Agreement (EULA)

Change Log / Updates

 

Installation Instructions and Requirements

Windows (Native Installer)

For best results, use of one of the following operating systems is recommended: Windows 11, Windows 10, Windows 8, or Windows 7, Windows Server 2008 or newer.

To install, the download editrocket setup exe file to your Windows machine. The 32-bit version runs on 32 and 64-bit Windows systems. The 64-bit version runs only on 64-bit systems. Launching the exe file executes the windows installer. Follow the prompts to install EditRocket.

Windows (Zip File with Java Included)

For best results, use of one of the following operating systems is recommended: Windows 11, Windows 10, Windows 8, or Windows 7, Windows Server 2008 or newer.

To install, download the editrocket zip file to your Windows machine. The 32-bit version runs on 32 and 64-bit Windows systems. The 64-bit version runs only on 64-bit systems. Extract the zip file. Open the extracted directory and launch editrocket.exe or editrocket.bat.

Mac OS X and macOS

For best results, use of one of the following operating systems is recommended: macOS Golden Gate (Apple Silicon Processors only), macOS Tahoe, macOS Sonoma, macOS Ventura, macOS Monterey, macOS Big Sur.

Note: The notarized version of EditRocket - editrocket5_0_2.dmg, will not run on Mac versions prior to 10.13 (High Sierra).

To install, download the appropriate EditRocket DMG file for your operating system and processor type. Machines with Apple Silicon / ARM processors should download the Apple Silicon version. Machines with Apple Intel processors should download the Apple Intel version. Machines running legacy Mac OS X operating systems should download the OS X version. Double click the downloaded dmg file. This should open a window showing EditRocket.app. Drag EditRocket.app to your Applications folder or wherever you want it to reside. Double-click the EditRocket.app file to launch EditRocket.

Linux

Download editrocket5_0_2_linux_x86.zip for 32-bit systems or editrocket5_0_2_linux_x64.zip for 64-bit systems.
Unzip the downloaded file either by double-clicking or opening a terminal window and typing the following (unzip file_name)
Open a terminal window. Navigate to the directory where you unzipped the file and then to the editrocket directory (cd editrocket).

Launch the shell script:

sh editrocket.sh (you may need to execute a chmod on editrocket.sh before launching -- chmod 755 editrocket.sh)

Solaris / Unix

EditRocket requires Java 1.7 or greater

Download and unzip editrocket5_0_2.zip. Open a terminal window. Navigate to the directory where you unzipped the zip file and then to the editrocket directory.

Either launch the shell script or the executable jar file:

sh editrocket.sh (you may need to execute a chmod on editrocket.sh before launching -- chmod 755 editrocket.sh)

or

java -jar editrocket.jar

If java is not in the path, type the full path to the java program, for example:

/usr/jdk1.7/bin/java -jar editrocket.jar

If using the shell script and java is not in the path, make sure to edit the script so that the full path to java is specified.

 

Uninstallation Instructions

Windows (Native Installer)

To uninstall EditRocket installations that were installed via the Windows installer, the Windows Programs and Features / Add Remove Programs control panel option can be used to uninstall EditRocket. EditRocket can also be uninstalled by clicking the "Uninstall EditRocket" Start menu shortcut under the EditRocket Start menu group, or by launching the following file:
64-bit: C:\Program Files\EditRocket\uins000.exe
32-bit: C:\Program Files (x86)\EditRocket\uins000.exe

Windows (Zip File)

To uninstall EditRocket installations that were downloaded via the Windows Zip File option, move the "editrocket" folder that was created when extracting the zip file to the Trash / Recycle Bin on your Windows system. Then, empty the trash.

macOS / Mac OS X

To uninstall EditRocket on macOS / Mac OS X systems, drag EditRocket.app to the Trash on your system. Then, empty the trash.

Linux

To uninstall EditRocket on Linux/Unix systems, remove the "editrocket" folder that was created when extracting the EditRocket zip file. This can be done by either dragging the folder to the trash and emptying the trash, or executing the following command via the terminal application: rm -rf editrocket