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 license key /
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 (64-bit) | Download | razorsql10_6_3_linux_x64.zip | 131 MB | For 64-bit systems | |
Linux (32-bit) | Download | razorsql10_6_3_linux_x86.zip | 134 MB | For 32-bit systems | |
Solaris / Unix | Download | razorsql10_6_3.zip | 93.2 MB | Requires Java 1.8 or newer |
End User License Agreement (EULA)
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 11, Windows 10, Windows 8, Windows 7, Windows Vista, or Windows Server 2003 or later. 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, the 32-bit version is recommended assuming 32-bit ODBC drivers are available.
To install, download the razorsql10_6_3_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 11, Windows 10, Windows 8, Windows 7, Windows Vista, or Windows Server 2003 or newer. RazorSQL runs on both 32-bit and 64-bit versions of Windows. If using ODBC drivers to connect, the 32-bit version is recommended assuming 32-bit ODBC drivers are available.
To install, download the razorsql10_6_3_windows.zip file to your Windows machine. Extract the zip file. Open the extracted directory and launch razorsql.exe.
macOS and Mac OS X
RazorSQL requires either macOS Sequoia, macOS Sonoma, macOS Ventura, macOS Monterey, macOS Big Sur, macOS Catalina, macOS Mojave, macOS High Sierra, macOS Sierra or OS X 10.8, 10.9, 10.10, or 10.11.
Note: the latest versions of RazorSQL no longer include powerpc (ppc) launchers for older Macs.
For best results, use of one of the following operating systems is
recommended: macOS Sequoia, macOS Sonoma, macOS Ventura, macOS Monterey, macOS Big Sur, macOS Catalina, macOS Mojave, macOS High Sierra, macOS Sierra, OS X 10.11 (El Capitan), OS X 10.10 (Yosemite), OS X 10.9 (Mavericks), or OS X 10.8 (Mountain Lion).
Note: The notarized version of RazorSQL for Intel processors / Rosetta 2 on Apple Silicon - razorsql10_6_3.dmg, will not run on Mac versions prior to 10.13 (High Sierra). Sequoia, Sonoma, Ventura, Monterey, Big Sur, Catalina, or Mojave is recommended
for this version.
Note: The version of RazorSQL for Apple Silicon processors - razorsql10_6_3_aarch64.dmg will only run on macOS Sequoia, macOS Sonoma, macOS Ventura, macOS Monterey or macOS Big Sur
on machines with Apple Silicon chips such as the M1 - M4.
To install, download the razorsql10_6_3.dmg (Sequoia, Sonoma, Ventura, Monterey, Big Sur, Catalina, Mojave or High Sierra only) or razorsql10_6_3_aarch64.dmg if the machine has an Apple Silicon processor and is running Sequoia, Sonoma, Ventura, Monterey, or Big Sur, or razorsql10_6_3_x64.dmg (for Mountain Lion, Mavericks, Yosemite, El Capitan, macOS Sierra, macOS High Sierra, macOS Mojave) 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 razorsql10_6_3_linux_x86.zip for 32-bit systems or
razorsql10_6_3_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_3.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
Windows (Native Installer)
To uninstall RazorSQL installations that were installed via the Windows installer, the Windows Programs and Features /
Add Remove Programs control panel option can be used to uninstall RazorSQL. RazorSQL can also be uninstalled by
clicking the "Uninstall RazorSQL" Start menu shortcut under the RazorSQL Start menu group, or by launching the
following file:
64-bit: C:\Program Files\RazorSQL\uins000.exe
32-bit: C:\Program Files (x86)\RazorSQL\uins000.exe
Windows (Zip File)
To uninstall RazorSQL installations that were downloaded via the Windows Zip File option, move the "razorsql" 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 RazorSQL on Mac OS X or macOS systems, drag RazorSQL.app to the Trash on your system. Then, empty the trash.
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