Source Release Download

Quantify Terminal currently ships as source code only. No pre-built binaries are published yet.


Build from source is the primary installation path.

v1.0.0 · Released March 26, 2026 · Commit f1b3f18


Platform-specific source build entry points.

Windows

Source package: qt-v1.0.0.zip

Requires CMake, MSVC (C++20), Qt6, and Python 3.11.

Download Source (.zip)

Linux

Source package: qt-v1.0.0.tar.gz

Requires GCC/Clang (C++20), CMake, Qt6 dev packages, and Python 3.11.

Download Source (.tar.gz)

Canonical source build flow.

setup.sh
$ git clone https://github.com/Quantify-Terminal/qt.git
$ cd qt
$ git checkout f1b3f18
$ cmake -B build -DCMAKE_BUILD_TYPE=Release
$ cmake --build build

Minimum build requirements.

Component Minimum Specification
OSWindows 10/11, macOS 12+, Ubuntu 20.04+ / Fedora 36+
CompilerC++20 toolchain (MSVC, GCC, or Clang)
Build ToolCMake 3.20 or newer
QtQt6 development libraries
PythonPython 3.11

Release notes.

  • v1.0.0

    March 26, 2026

    • Published source release for build-from-source installation.
    • Tagged release at commit f1b3f18.
    • Published source archives as .zip and .tar.gz.
  • v0.0.9 Preview

    February 11, 2026

    • Improved NSE/BSE symbol lookup speed and reduced cold-start latency.
    • Added portfolio risk module with drawdown and VaR prototype metrics.
    • Expanded command help index with contextual examples.

Need build help?

Open Setup Documentation