Skip to content
Raphaël edited this page Apr 2, 2025 · 7 revisions

You need Git, Nodejs, npm and Python (>=3.6).
On Windows, you also need Windows Built Tools.
On MacOS, an installed version of XCode is needed.


Clone the project and switch to folder:

git clone https://github.com/Squitch1/Tess && cd Tess/

Install dependencies with npm:

npm i

Build package:

npm run build

Replace build by build-win on Windows and build-mac on MacOS

Launch Tess:

npm run test

The executable will be located here:

  • Linux dist/linux-unpacked
  • Windows dist/win-unpacked
  • MacOS dist/mac-unpacked

Clone this wiki locally