Download
We’re currently working on prebuilt binaries for Windows, macOS, and Linux. In the meantime, you can build the application yourself.
Build it yourself
Trufos is an open-source project, and you can build it yourself. As it is an Electron application, it can run on Windows, macOS, and Linux without any issues. You will need Node.js version 22 and a recent yarn version.
- Clone the repository with
git clone - Change to the cloned directory with
cd trufos - Run
yarn install --frozen-lockfileto install all dependencies - Run
yarn run maketo build the application for your platform - The built application will be in the
out/makedirectory- Windows: a
Setup.exefile - macOS: a
.dmgfile - Linux: currently a ZIP file (
.debfile and Flatpak is planned)
- Windows: a