Unofficial Trello Desktop app
OS X 10.8+, Windows 7+ & Linux are supported.
Download, unzip, and move Trello.app to the /Applications directory.
Download and unzip to some location.
To add a shortcut to the app, create a file in ~/.local/share/applications called trello.desktop with the following contents:
[Desktop Entry]
Name=Trello
Exec=/full/path/to/folder/Trello
Terminal=false
Type=Application
Icon=/full/path/to/folder/Trello/resources/app/static/Icon.png
Download and unzip to some location.
Built with Electron.
- Init:
$ npm install - Run:
$ npm start - Build OS X:
$ npm run build:macos - Build Linux:
$ npm run build:linux - Build Windows:
$ npm run build:windows - Build all:
$ brew install wineand$ npm run build(OS X only)
MIT © Daniel Chatfield
