Download and install
Retool is supported on Windows 10+, Ubuntu 20+, and macOS 10+.
How you download and install Retool will depend on your level of comfort with code, and the operating system you use.
If you're a Windows user and want the easiest path, you can get Retool going in a few easy steps:
-
Download the Windows binary ZIP file:
SHA256: dddef1ac0bd8afee060d45bd9b956d787ef83281ee6004ab9393f1b1ed763f1c -
Extract the ZIP file to a folder of your choosing.
-
In that folder, double click
retoolgui.exe. A Command Prompt window opens, which shows the output when Retool is running. Don't close it, as this also closes the GUI. -
Click File > Update clone lists to download the latest clone lists and metadata files.
SSL: CERTIFICATE_VERIFY_FAILED error
If you see the error
[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificatewhen trying to download files in Retool, see Troubleshooting for the fix.
Note
Retool's binary is UPX packed to reduce its size on disk. This means that some over-zealous anti-virus software might pick it up as a false positive. If the SHA256 of the downloaded ZIP matches the checksum on this page, you're likely safe to mark an exception in your anti-virus software.
If you're more comfortable with the command line, or are running on a non-Windows platform, then this option is for you.
-
Download and install Python 3.10 or higher, if you haven't already.
-
Clone Retool from its repository:
-
Install Retool's dependencies, either with Pip or Hatch:
-
Download the latest clone lists and metadata files:
SSL: CERTIFICATE_VERIFY_FAILED error
If you see the error
[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificateon macOS when trying to download files in Retool, see Troubleshooting for the fix. -
You can now run
retool.pyorretoolgui.py.