System Requirements
Qlty CLI supports the following systems:
- MacOS Sonoma 14+ on Apple processors
- Linux on X64 or ARM64 processors
Windows support is in alpha. Please contact us if you would like to try Qlty CLI for Windows.
Optional Dependencies
Ruby plugins
Ruby does not ship precompiled binaries. Therefore, to run Ruby-based plugins, we must install Ruby by compiling it.
To enable Qlty to install Ruby and run Ruby-based plugins, you will need a build toolchain like XCode Developer Tools on MacOS or cmake
and build-essential
on Linux
PHP plugins
To run plugins implemented in PHP, we require that PHP be installed on the system into a standard directory.
On MacOS systems, php
can be installed with Homebrew:
Install PHP on MacOS with Homebrew