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.

 

  File Type Link File Name Size Notes
 
windows Windows (32-bit)
(with installer)
Download razorsql6_0_7_setup.exe 33.4 MB Runs on both 32-bit and 64-bit machines
 
windows Windows (64-bit)
(with installer)
Download razorsql6_0_7_setup_x64.exe 34.1 MB Runs on 64-bit machines only
 
windows Windows (32-bit)
(no installer)
Download razorsql6_0_7_windows.zip 46.7 MB No admin rights required. Unzip and launch razorsql.exe
 
windows Windows (64-bit)
(no installer)
Download razorsql6_0_7_windows_x64.zip 47.8 MB No admin rights required. Unzip and launch razorsql.exe
 
mac Mac OS X
10.8 (Mountain Lion)
10.7 (Lion)
Download razorsql6_0_7_x64.dmg 49.8 MB Requires OS X 10.7 or newer - 64-bit only
 
mac Mac OS X
10.6 (Snow Leopard)
and older
Download razorsql6_0_7.dmg 19.6 MB Requires OS X 10.4 or newer
 
linux Linux (32-bit) Download razorsql6_0_7_linux_x86.zip 51.8 MB For 32-bit systems
 
linux Linux (64-bit) Download razorsql6_0_7_linux_x64.zip 50.1 MB For 64-bit systems
 
solaris Solaris / Unix Download razorsql6_0_7.zip 19.6 MB Requires Sun Java 1.4.2 or newer

 

Installation Instructions

Archived Downloads

Change Log / Updates

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

Windows (Native Installer)

For best results, use of one of the following operating systems is recommended: Windows 8, Windows 7, Windows Vista, Windows XP, Windows Server 2008 or 2003, or Windows 2000. The 32-bit version of RazorSQL runs on both 32-bit and 64-bit versions of Windows. The 64-bit version only runs on 64-bit versions of Windows. If using ODBC drivers to connect, make sure to use the version of RazorSQL that matches up with the architecture of the ODBC driver. For example, if using 32-bit ODBC drivers, the 32-bit version of RazorSQL is required.

To install, download the razorsql6_0_7_setup.exe file to your Windows machine. Launching the exe file executes the windows installer. Follow the prompts to install RazorSQL.

Windows (Zip File)

For best results, use of one of the following operating systems is recommended: Windows 8, Windows 7, Windows Vista, Windows XP, Windows Server 2008 or 2003, or Windows 2000. RazorSQL runs on both 32-bit and 64-bit versions of Windows.

To install, download the razorsql6_0_7_windows.zip file to your Windows machine. Extract the zip file. Open the extracted directory and launch razorsql.exe or razorsql.bat.

Mac OS X

There are two editions of RazorSQL for Mac OS X. The 64-bit only edition requires OS X 10.7 (Lion) or newer. The other edition of RazorSQL requires OS X 10.4 (Tiger) or newer. If running OS X 10.8 (Mountain Lion) or 10.7 (Lion), the 64-bit only version of RazorSQL is recommended unless you have a retina display, or you are manually booting into 32-bit mode. In that case, the universal version of RazorSQL is recommended. For best results, use of one of the following operating systems is recommended: OS X 10.8 (Mountain Lion), OS X 10.7 (Lion), OS X 10.6 (Snow Leopard), OS X 10.5 (Leopard), or OS X 10.4 (Tiger).

To install, download the razorsql6_0_7_x64.dmg (for Lion or Mountain Lion) or razorsql6_0_7.dmg (for older OS X versions or if manually booting into 32-bit mode or you have a retina display) file to your machine. Double click the .dmg file. This should open a window showing RazorSQL.app. Drag RazorSQL.app to your Applications folder or wherever you want it to reside. Double-click the RazorSQL.app file to launch RazorSQL.

Linux

Download razorsql6_0_7_linux_x86.zip for 32-bit systems or razorsql6_0_7_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.4 or greater. Java 1.5 or 1.6 is recommended.

Download and unzip razorsql6_0_7.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.6.0_20/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.