Leantime is an open source project management system built, in the project's own words, for non-project managers, combining strategy, planning, and execution in one tool. It's pitched as a perfect alternative to ClickUp, Monday, or Asana, described as feature-rich as Jira while staying as simple as Trello, and its README specifically notes it was built with ADHD, dyslexia, and autism in mind. All the features described below, including strategy canvases and time tracking, ship in the free open source edition rather than being gated behind a paid tier, and the project publishes downloadable release packages alongside an official Docker image.
Leantime requires PHP 8.2+, MySQL 8.0+ or MariaDB 10.6+, and Apache or Nginx, with documented workarounds for IIS, including enabling the PATCH verb in Handler Mappings and quoting the path to php-cgi.exe. Local production installs involve downloading a release package, creating a MySQL database, uploading files to a server, and running the /install route to complete setup. An official Docker image on Docker Hub is the alternative path, configured entirely through environment variables such as LEAN_DB_HOST and LEAN_DB_USER, with a maintained docker-compose.yml reference file for anyone who doesn't already have a database running elsewhere.
Because Leantime bundles strategy canvases, goal tracking, and knowledge management alongside standard task views, it fits teams that want planning and execution in a single tool rather than stitching a separate whiteboard, docs wiki, and task tracker together. The project's explicit accessibility focus, ADHD, dyslexia, and autism, also makes it a candidate for teams that have found conventional project management tools cognitively overloading, and file storage via S3 or the local filesystem covers attachments without a third-party storage add-on.