Taskana
Asana Official Version
There is now an official Asana for Desktop app available for MacOS & Windows... but this version is still actively maintained.
The new official version also runs inside Election. Some of the difference are:
- Taskana handles file downloads better
- Asana for Desktop has Native OS notifications
- Asana for Desktop has a Windows executable
- Asana for Desktop uses "In-browser authentication" every session (you need to bounce between the app and your default browser) - Taskana logs you in directly
- Taskana is Open Source!
See website for tips:
Download
Development
Clone the repository into a folder on your system and be sure to have Node.js installed.
npm installRun
To run Taskana in development mode run the following command:
npm startBuild
To build and ship Taskana run the following command:
npm run buildBuilds the app for OS X, Linux, and Windows, using electron-builder.
License
MIT
Credits
Originally forked from https://github.com/kreativgebiet/taskana (now archived)


