Download
Loading latest release...
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 24.
- Clone the repository with
git clone - Change to the cloned directory with
cd trufos - Run
yarn install --immutableto 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