Skip to content

Getting Started

WTQ v2

These parts are still in development, mind the gaps!

Recommended

Direct download is currently the recommended way of using WTQ v2, due to the other methods not automatically updating yet.

  • Go to the GitHub Releases page for a recent build;
  • Download the desired version:
    • Self Contained builds are larger, but don't require any dependencies;
    • Framework Dependent builds are smaller, but require the .Net 8 runtime to be installed.
  • Extract the archive;
  • Launch wtq.exe to start the program;
  • Edit wtq.jsonc, which contains the configuration.

Get From WinGet

Download from WinGet:

winget install windows-terminal-quake-prerelease

Get From Scoop

Download from scoop:

scoop install https://raw.githubusercontent.com/flyingpie/windows-terminal-quake/master/scoop/windows-terminal-quake.json

Build (From Command Line)

Clone the repo:

git clone https://github.com/flyingpie/windows-terminal-quake.git

Go to the "src" directory:

cd windows-terminal-quake/src

Run the Nuke build script:

./build.ps1

The build output is under ~/_output/artifacts.

Build (Using Visual Studio)

Clone the repo:

git clone https://github.com/flyingpie/windows-terminal-quake.git

Open the solution file:

src/Wtq.sln

Build the solution (by default Ctrl + Shift + B).

The build output is under ~/_output/build/bin/Wtq.Windows/net8.0-windows.