close
The Wayback Machine - https://web.archive.org/web/20230306234449/https://github.com/mountainash/taskana
Skip to content

mountainash/taskana

develop
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 132 commits ahead of kreativgebiet:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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!

Taskana Tasks sample image

See website for 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 run the following command:

npm start

Build

To build and ship Taskana run the following command:

npm run build

Builds the app for OS X, Linux, and Windows, using electron-builder.

License

MIT

Credits

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