There is now an official Asana for Desktop app available for MacOS & Windows... but Taskana is still actively maintained.
The official version also runs inside Election. Some of the difference are:
See website for usage tips:
Clone the repository into a folder on your system and be sure to have Node.js installed.
npm install
To run Taskana in development mode:
npm start
To build a Taskana macOS executable application:
npm run build
See electron-builder instructions to build for Linux and Windows.
MIT
Originally forked from https://github.com/kreativgebiet/taskana (now archived).