Warning Task Coach is actively developed. New features are added on a regular basis. This means that Task Coach contains bugs. We do our best to prevent bugs and fix them as soon as possible. Still, we strongly advise you to make backups of your work on a regular basis, and especially before upgrading.

source

Download Source RPM package for Linux from Sourceforge

Linux versions supported
All Linux platforms that support RPM and the prerequisites.
Prerequisites
Python 2.6 and wxPython 3.0.0.0-unicode (or newer).
Installation
Decompress the archive and run python setup.py install. If you have a previous version of Task Coach installed, you may need to force old files to be overwritten: python setup.py install --force.

source

Download Source zip archive for Windows from Sourceforge

Windows versions supported
All Windows platforms that support the prerequisites.
Prerequisites
Python 2.6 and wxPython 3.0.0.0-unicode (or newer).
Installation
Decompress the archive and run python setup.py install. If you have a previous version of Task Coach installed, you may need to force old files to be overwritten: python setup.py install --force.

source

Download Source tar archive for Linux from Sourceforge

Linux versions supported
All Linux platforms that support the prerequisites.
Prerequisites
Python 2.6 and wxPython 3.0.0.0-unicode (or newer).
Installation
Decompress the archive and run python setup.py install. If you have a previous version of Task Coach installed, you may need to force old files to be overwritten: python setup.py install --force.

source

Download Raw source tar archive for Linux from Sourceforge

Linux versions supported
All Linux platforms that support the prerequisites.
Prerequisites
Python 2.6 and wxPython 3.0.0.0-unicode (or newer), GNU make and patch.
Installation
Decompress the archive, run make prepare and then python setup.py install. If you have a previous version of Task Coach installed, you may need to force old files to be overwritten: python setup.py install --force.

sources

Download Sources from Mercurial for all platforms from Sourceforge

Platforms supported
All platforms that support the prerequisites.
Prerequisites
Python 2.6 and wxPython 3.0.0.0-unicode (or newer).
Installation
Run make prepare to generate the icons and language files and then python taskcoach.py to start the application.