OpenSource-Hub
T

Tracks

1.2k stars·Office Productivity·SHA-256 checksum verified

Tracks is a GTD-compatible web application for task management, built with Ruby on Rails.

Smart Download

Visit Project Homepage

No installer available yet — head to the source repository

Open-source GTD task manager, self-hosted, built with Ruby on Rails.

Core Features

  • GTD methodology: projects, contexts, and actions
  • Notes, tags, context filters, recurring tasks
  • Multi-user support and REST API
  • Multiple database support (SQLite, MySQL, PostgreSQL)
  • Fully self-hosted, complete data control

What It Can't Do

  • Requires Ruby on Rails technical knowledge to deploy; UI is dated compared to modern apps; no native mobile app, but mobile web works.

Use Cases

  • Personal GTD time management
  • Lightweight team task coordination

Detailed Introduction

Tracks is a web-based task management application that follows the Getting Things Done (GTD) methodology. It allows you to organize your tasks into projects, contexts, and actions, with support for notes, tags, and recurring tasks. Built with Ruby on Rails and supports multiple databases (SQLite, MySQL, PostgreSQL). It is self-hosted, giving you full control over your data. The project has been actively maintained for over a decade with a strong community.

Troubleshooting & FAQ (2)

Troubleshooting
How to fix PostgreSQL syntax error 'ENGINE' when running Tracks app database setup in Docker?

This occurs because the Tracks 2.6.1 Docker image includes a MySQL-specific schema.rb. To resolve: upgrade to Tracks 2.6.2 or later where the bug is fixed. As a workaround, manually edit schema.rb to remove ENGINE=InnoDB and DEFAULT CHARSET=utf8 clauses, then re-run db:setup. Alternatively, regenerate the schema for PostgreSQL by running RAILS_ENV=production bin/rake db:schema:dump with DATABASE_TYPE=postgresql before db:setup.

GitHub Issue #2846
Troubleshooting
How to fix 'something went wrong' error when changing language in Preferences on TurnKey Linux?

This error occurs on TurnKey Linux version 2.5.1. Upgrade to version 2.6.0 or later to resolve the issue, as the bug was fixed in v2.5.2. Check your current version and run the upgrade procedure for your TurnKey appliance.

GitHub Issue #2792

Tags

gtdtask-managementruby-on-railsweb-appproductivity

Getting Started

1

Download installer

Click the button above to download the installer for your system

2

Install the software

Double-click the downloaded installer and follow the prompts

3

Step 1: Install Ruby, Rails, and a database (Docker recommended)

4

Step 2: Clone repo, run bundle install and database migrations

5

Step 3: Start Rails server and visit localhost:3000

Install Guide
  1. Step 1: Install Ruby, Rails, and a database (Docker recommended)
  2. Step 2: Clone repo, run bundle install and database migrations
  3. Step 3: Start Rails server and visit localhost:3000
File Integrity

Checksum not available

This project has not published a SHA-256 checksum on its GitHub Release page

SHA256 Checksum

No checksum available

Download directly from GitHub Releases and verify file integrity yourself

All SHA-256 checksums on this platform are extracted from the project's official GitHub Release page, without any modification. You can independently verify them on the GitHub Releases page.

Open Source Transparency

View GitHub Source
Environment Guide

Uninstall Info

Remove the installation directory and database to fully uninstall.

No Extra Dependencies

Ready to use after download. No additional runtime required.

Project Info
LicenseAGPL-3.0
Last Updated2026-06-27 04:55:07
GitHub RepositoryOfficial Website

Having issues? Check the FAQ below

2 FAQs

Similar Projects