RazorSQL Download Page

The RazorSQL 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 RazorSQL.

RazorSQL is a desktop application that provides users with the ability to query, edit, browse, and manage databases. To download RazorSQL, click the "Download" link next to the text below that best describes your computer. Please see the links below for installation and uninstallation procedures for the various operating systems supported by RazorSQL.

 

  File Type Link File Name Size Notes
 
linux Linux (64-bit) Download razorsql10_6_1_linux_x64.zip 131 MB For 64-bit systems
 
linux Linux (32-bit) Download razorsql10_6_1_linux_x86.zip 134 MB For 32-bit systems
 
solaris Solaris / Unix Download razorsql10_6_1.zip 92.9 MB Requires Java 1.8 or newer

 

Change Log / Updates

Installation Instructions

Uninstallation Instructions

End User License Agreement (EULA)

Archived Downloads

For existing licensed users, to check to see whether your license is eligible for a free upgrade to the latest version of RazorSQL, click the following: RazorSQL Upgrade Information

 

Installation Instructions and Requirements

Linux

Download razorsql10_6_1_linux_x86.zip for 32-bit systems or razorsql10_6_1_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 razorsql directory (cd razorsql).

Launch the shell script:

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

Solaris / Unix

RazorSQL requires Java 1.8 or greater.

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

Either launch the shell script or the executable jar file:

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

or

java -jar razorsql.jar

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

/usr/jdk1.8/bin/java -jar razorsql.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

Linux

To uninstall RazorSQL on Linux/Unix systems, remove the "razorsql" folder that was created when extracting the RazorSQL 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 razorsql