FET Free Timetabling Software ::.

Links ::.

Download ::.


FET is available for download in the following forms:

  1. Latest version C++ sources: FET-6.19.5 - 8 May 2024
    Sources archive (needs compiling)

    fet-6.19.5.tar.bz2

    Signature: fet-6.19.5.tar.bz2.asc (Liviu Lalescu's public key: https://lalescu.ro/liviu/liviu-gpg-key/liviu-gpg-key.asc)
    Size: 20,750,972 bytes (19.8 MiB).
    SHA256 sum: 588714db7d8b6bbb20f26a2862ae4300473a42e7f52d2f2446379c128c8d2600.

    (see the README file from this archive for compiling/installing/running instructions)
    This version works on GNU/Linux, Windows, and macOS


  2. Latest version executable for Windows 10 or later, 64-bit: FET-6.19.5 - 8 May 2024
    64-bit, Windows 10 or later

    fet-6.19.5.exe

    Size: 25,029,892 bytes (23.9 MiB).
    SHA256 sum: 24a9704f3fcc859377151eaf448b412deac3836b352e190a8d9d06f64a298c37.


  3. Executable for Windows 7 and 8.1, 64-bit, using the old Qt 5.15.13
    64-bit, Windows 7 and 8.1

    fet-6.19.5-qt5.exe

    Size: 24,153,472 bytes (23.0 MiB).
    SHA256 sum: 95548a07e8e7607035e14ba65ac9683191db7fc93d004a211db905c2cba7ee6b.


  4. Executable for Windows 7 or later, 32-bit, using the old Qt 5.15.13
    32-bit, Windows 7 or later

    fet-6.19.5-qt5-32bit.exe

    Size: 23,780,615 bytes (22.7 MiB).
    SHA256 sum: a43cd9dcaaae8b65a724e947a4718d66f30929836119c84fda9fdc460cf77318.


  5. FET executable for macOS, contributed by Darren McDonald. Please report problems/results on the dedicated FET forum thread (direct link provided below)
    FET executable for macOS

    FET for macOS on Darren McDonald's page

    FET forum topic to report problems/results


  6. FET AppImage for GNU/Linux 64-bit (chmod a+x and run):
    GNU/Linux AppImage 64-bit

    fet-6.19.5-x86_64.AppImage

    Size: 54,092,992 bytes (51.6 MiB).
    SHA256 sum: 47493f04c4c5d0930cd2c2800519dc8a0cd09382c759a7c5253e5efaadcf6310.

    Notes/problems:
    1) The example files are not available (but you can get them from the sources archive of FET).
    2) FET command-line version is not available.


  7. FET executable for GNU/Linux 64-bit:
    GNU/Linux executable 64-bit

    fet-6.19.5-gnu-linux-executable.tar.bz2

    Size: 61,067,485 bytes (58.2 MiB).
    SHA256 sum: cfc7547970429bd103746d5c457798712650e6cb07595711998ae5b808b56749.


  8. FET executable for various GNU/Linux distributions, contributed by the respective packagers: please see the "Tools/Links" section of FET homepage.
    Note: These packages might not be updated to the most recent FET official version - you might want to use the provided GNU/Linux executables from the section above.


  9. Older versions (not recommended, they are deprecated)

    older versions directory


Note: FET is a C++ application and uses Qt, a C++ toolkit for cross-platform application development. FET can be run on any platform supported by Qt (GNU/Linux, Windows, macOS, and maybe others).
You can get the sources version of FET, in which case you need to compile it, or you can use a precompiled FET package. The precompiled FET packages contain object code parts of Qt and maybe of the used C++ compiler. Since Qt and the used C++ compiler are also free software released under the GNU (L)GPL license, we must provide you with the possibility of obtaining their source code, as required by the GNU (L)GPL license. The easiest way to get them is from: https://www.qt.io/. Alternatively, you can download the Qt and MinGW source code archives from the lalescu.ro server: Qt and MinGW. The gcc compiler's source code (used to compile FET under GNU/Linux and maybe other platforms) is available from: https://gcc.gnu.org/. Alternatively, you can download the gcc source code archive from the lalescu.ro server: gcc. The Clang compiler's source code (used to compile FET under macOS, GNU/Linux, and maybe other platforms) is available from: https://clang.llvm.org/. Alternatively, you can download the Clang source code archive from the lalescu.ro server: Clang.