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
(with installer)
Download razorsql4_5_11_setup.exe 22.58 MB  
 
windows Windows
(no installer)
Download razorsql4_5_11_windows.zip 36.18 MB No admin rights required. Unzip and launch razorsql.exe
 
mac Mac OS X Download razorsql4_5_11.dmg 14.12 MB Requires OS X 10.2 or newer
 
linux Linux Download razorsql4_5_11_linux.zip 45.24 MB  
 
solaris Solaris / Unix Download razorsql4_5_11.zip 13.26 MB Requires Java 1.4.2 or newer

 

Installation Instructions

Archived Downloads

Change Log / Updates

 

Installation Instructions and Requirements

Windows (Native Installer)

RazorSQL requires Windows 98 or newer.

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

Windows (Zip File with Java Included)

RazorSQL requires Windows 98 or newer.

To install, download the razorsql4_5_11_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

RazorSQL requires OS X 10.2 or newer. For OS X 10.2, the apple software update Java Release 1.4.1 is required. For OS X 10.4 Tiger, software update Java 5.0 Release 4 is recommended, but not required. There are no updated required for OS X 10.5 Leopard.

To install, download the razorsql4_5_11.dmg 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.

Get Java 1.5 for Tiger (OS X 10.4): Make sure your Tiger version is at least v10.4.5. Run the Software Update tool located in the System Preferences window. Install the J2SE Release 4 update. Tiger will be configured to use Java 1.5 automatically after the update.

Linux

Download razorsql4_5_11_linux.zip Open a terminal window. Navigate to the directory where you downloaded razorsql4_5_11_linux.zip.
Type the command: unzip razorsql4_5_11_linux.zip
cd to the razorsql directory

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 razorsql4_5_11.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_10/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.