Trilium: Provide OSX distribution for Mac

Created on 8 Jun 2018  路  3Comments  路  Source: zadam/trilium

It would be lovely to use CKEditor 5 for making local notes. I'm using OSX every day, so far I just tried it on Windows on a VM and it worked, so... :)

Most helpful comment

First mac build has been released as part of 0.25.0-beta.

All 3 comments

Hello, main reason for not providing MacOS build is that I don't have a way to test it. But I guess it will come sooner or later ...

For anyone willing to give it a try on OSX:

(clone the repo + npm install)

./node_modules/.bin/electron-rebuild --arch=x64
./node_modules/.bin/electron-packager . --out=dist --platform=darwin --arch=x64 --overwrite

The app is built in dist/trilium-darwin-x64/.

Kinda works 馃帀

First mac build has been released as part of 0.25.0-beta.

Was this page helpful?
0 / 5 - 0 ratings