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:
- 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 & your default browser) - Taskana logs you in directly
- Asana for Desktop is over 400 MB in size - Taskana is almost half that
- Taskana is Open Source!
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.
- electron
- electron-builder
- electron-updater
- keytar Node module to manage system keychain
- electron-store
- electron-context-menu
- Biome Rules
MIT
Originally forked from https://github.com/kreativgebiet/taskana (now archived).