Skip to content

mountainash/taskana

This branch is 163 commits ahead of kreativgebiet/taskana:master.

Folders and files

NameName
Last commit message
Last commit date
Oct 2, 2022
Mar 7, 2025
Oct 2, 2022
Oct 4, 2024
Oct 4, 2024
Oct 2, 2022
Mar 7, 2025
Oct 4, 2024
Mar 7, 2025
Mar 16, 2025
Mar 16, 2025
Mar 16, 2025
Oct 4, 2024

Repository files navigation

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

Develop

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.

Resources

License

MIT

Credits

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