mountainash / taskana

Download the latest version at:

Home Page:https://mountainash.github.io/taskana/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Taskana

Asana Official Version

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!

Taskana Tasks sample image

See website for usage tips:

Download

Development

Clone the repository into a folder on your system and be sure to have Node.js installed.

npm install

Run

To run Taskana in development mode:

npm start

Build

To build a Taskana macOS executable application:

npm run build

See electron-builder instructions to build for Linux and Windows.

License

MIT

Credits

Originally forked from https://github.com/kreativgebiet/taskana (now archived).