[gretl main page]

Gretl: Gnu Regression, Econometrics and Time-series Library

for Microsoft Windows

System requirements

As of version 1.9.4, gretl requires Windows XP or higher and a processor that supports the SSE2 instruction set. SSE2 support is found in all modern processors; it is absent in AMD CPUs prior to the Athlon 64, and in Intel CPUs prior to the Pentium 4. For versions of gretl that will run on older systems, see below.

Downloads

If you have the rights of a "power-user" or better on Windows, select a self-installer exe file below; just download and run the file. This applies to most people.

If you have no administrator rights on Windows you should use a zip file; unzip this in any location where you have write permission. Note: you must preserve the internal directory structure of the archive or gretl will not work. In unzipping programs this option may be called "enable folders". The whole archive is in a directory called gretl. For example, if you unzip the archive into a directory named c:\userdata, the gretl GUI program will be at c:\userdata\gretl\gretl.exe.

The current "snapshot" of gretl is more up to date than the release: often it will contain bug-fixes but sometimes it will contain newly introduced bugs. To see what's new in the snapshot, take a look at the Change log (the "in progress" entry).

64-bit gretl (requires Windows 10 or higher)

 

self-installer

zip archive (no admin rights)

latest release (Dec 5, 2023)

gretl-2023c-64.exe

gretl-2023c-win64.zip

OR current snapshot

gretl_install-64.exe

gretl-win64.zip

32-bit gretl (for older versions of Windows)

 

self-installer

zip archive (no admin rights)

latest release (Dec 5, 2023)

gretl-2023c-32.exe

gretl-2023c-win32.zip

OR current snapshot

gretl_install-32.exe

gretl-win32.zip

The executables were cross-compiled under GNU/Linux using mingw-w64. The free installer program is courtesy of Jordan Russell.

Optional extras you may wish to install

X-13-ARIMA-SEATS (seasonal adjustment, ARIMA models)

x13as_install-64.exe OR (32-bit) x13as_install-32.exe

X-12-ARIMA (older 32-bit version of the above)

x12a_install.exe

TRAMO/SEATS (seasonal adjustment, ARIMA models)

ts_install-64.exe OR (32-bit) ts_install-32.exe

Datasets for Wooldridge, Introductory Econometrics

wooldridge_data.exe

Datasets for Gujarati, Basic Econometrics

gujarati_data.exe

Datasets + scripts for Stock and Watson, Introduction to Econometrics

stock_watson.exe, stock_watson_2.exe

Datasets + scripts for Hill, Griffiths and Lim, Principles of Econometrics

POE4data.exe, POE4scripts.exe

Datasets for Davidson and MacKinnon, Econometric Theory and Methods

ETM_data.exe

Datasets for Marno Verbeek's Guide to Modern Econometrics

verbeek_data.exe

The above are all self-extracting installers. You must install gretl before installing the extra items.

gretl for older systems

For older systems, gretl 1.9.3 runs on Windows 2000 (and does not require SSE2), and gretl 1.6.5 is the most recent version that will run on Windows 98.

Support for multiple languages

Besides English, gretl supports French, Italian, Spanish, German, Basque, Portuguese, Polish, Turkish, Czech, Albanian, Russian and Traditional Chinese. Normally it shouldn't be necessary to do anything special to get gretl to appear in the local language: the program comes with the full set of translations, and they should be used automatically, based on the language setting of your computer. In some circumstances, however, it may be necessary to adjust your language setting to achieve the expected effect. This can be done in the Windows control panel.

Updating gretl

When updating an existing installation of gretl, it's a good idea to first run the uninstaller program unins000.exe, which you should find in the main gretl folder. This will ensure that you don't get odd behavior due to "stale" DLLs or Windows registry settings. Note that running the uninstaller will not touch any files you have created in the gretl/user folder, but it will erase any customizations you have made using the Preferences menu so you'll have to re-establish these when you start the new version of the program.

Running gretl over a network

There's a page of advice here for anyone wanting to configure gretl for Windows to be run over a network, as in a computer lab setting.

Building gretl for Windows

If you want to build gretl for Windows yourself, please look here for a detailed guide plus supporting files. The procedure described there relies on MSYS2 and Mingw-W64.