License & Deployment Mix: 31 tools – 15 OSS, 16 commercial, 17 SaaS. (OSS and SaaS counts can overlap when an open-source tool also offers a hosted edition.)

This directory covers project management for software and product teams – issue trackers, kanban and scrum boards, and work-management platforms that plan, track, and ship development work.

What Software PM Covers

These tools organize work around issues, boards, and iterations rather than documents:

  • Issue and work tracking – tickets with status, assignee, priority, labels, and relationships; the backlog and its history
  • Boards – kanban columns and scrum/sprint boards with WIP limits and swimlanes
  • Planning – epics, milestones, sprints, roadmaps, and estimation
  • Developer integration – links to commits, branches, and pull/merge requests; several tools are part of a full source-forge
  • Automation and reporting – workflow rules, burndown/velocity charts, and dashboards
  • API and webhooks – for CI/CD and toolchain integration

The category spans lightweight kanban boards, full-featured enterprise trackers, and integrated developer platforms (where PM ships alongside Git hosting and CI). It has a deep open-source bench – self-hosted boards, trackers, and forges – next to the major commercial SaaS suites.

The information on these pages was researched by a combination of human review and large language models. To suggest an addition or correction, please contact us. Prepared by Rhodium Systems Inc., author of the ResorsIT platform — a unified IT operations management platform for IT teams and MSPs that integrates a curated suite of open-source, commercial, and SaaS applications into a single system with shared identity, single sign-on, access control, and a common audit trail. Use this catalogue only as a starting point for your own research, and review any tool carefully against your own requirements before relying on it. Catalogue data version 2026.197.

Comparison

SSO / OIDC Comparison

OIDC is the preferred SSO protocol.

ToolOIDCSAMLLDAPAuthentik Notes
GitLab CEYesYes (EE)YesNative OIDC (OmniAuth); SAML requires EE or Authentik proxy
GiteaYesNoYesNative OIDC (OAuth2 provider); no SAML
ForgejoYesNoYesNative OIDC (OAuth2 provider, same as Gitea); no SAML
OpenProjectYesYesYesNative OIDC and SAML; LDAP sync supported
TaigaYes*NoNoOIDC via contrib plugin (taiga-contrib-oidc); no LDAP
LeantimeYesNoYesNative OIDC; LDAP via plugin
PlaneYesNoNoNative OIDC (OAuth2); no SAML or LDAP
FocalboardYes*Yes*YesOIDC/SAML via Mattermost (requires Mattermost)
RedmineYes*Yes*YesOIDC via plugin (redmine_openid_connect); SAML via plugin
GitHubYesYesYes*Native OIDC and SAML (Enterprise); LDAP Enterprise only
JiraYesYesYesNative OIDC and SAML (Atlassian Access); LDAP via connector
Azure DevOpsYesYesYesNative via Entra ID; Authentik as external IdP via OIDC/SAML
AsanaYesYesNoNative SAML (Business+); OIDC via Authentik SAML proxy
Monday.comYesYesNoNative SAML (Enterprise); OIDC via SAML proxy
LinearYesYesNoNative SAML (Business); OIDC via SAML proxy
ClickUpYesYesNoNative SAML (Enterprise); OIDC via SAML proxy
ShortcutYesYesNoNative SAML (Enterprise); OIDC via SAML proxy
TrelloNoYesNoSAML + SCIM via Atlassian Guard (paid); no OIDC
WekanYesNoYesNative OIDC/OAuth2 and LDAP; no SAML
KanboardYes*Yes*YesLDAP native; OIDC/SAML via plugin or reverse-proxy
PlankaYesNoNoNative OIDC; no SAML or LDAP
VikunjaYesNoYesNative OIDC and LDAP (free edition)
RestyaboardNoYes*Yes*SAML and LDAP via paid add-on apps; no OIDC
Nextcloud DeckYes*Yes*Yes*Inherited from Nextcloud (user_oidc / user_saml / LDAP)
BasecampNoNoNoNo SSO/SAML; Google social sign-in only
Microsoft PlannerYesYesNoMicrosoft Entra ID (OIDC/SAML, SCIM); no LDAP
Zoho ProjectsYes*Yes*Yes*Zoho Directory (paid): OIDC, SAML, SCIM, AD/LDAP
MeisterTaskNoYes*NoSAML (Enterprise); no OIDC; JIT provisioning
HiveNoYes*NoSAML via enterprise add-on; no OIDC/SCIM
NiftyNoYes*NoCustom SAML (Unlimited/Enterprise); no OIDC

* = requires plugin, specific tier, or external integration

Best SSO support: GitLab CE (native OIDC, LDAP), OpenProject (native OIDC, SAML, LDAP), Jira (native OIDC, SAML, LDAP)

Limited SSO: Taiga (OIDC via plugin only), Plane (OIDC only, no LDAP)


API Comparison

ToolAPI TypeAuthRate LimitsWebhooksSDKs
GitLab CEREST + GraphQLOAuth 2.0, PAT600/min (auth)Yes (push, MR, issue, pipeline)Ruby, Go, Python, JS (community)
GiteaREST (Swagger)OAuth 2.0, PAT, Basic600/min (configurable)Yes (push, issue, PR, release)Go, Python, JS (community)
ForgejoREST (Swagger)OAuth 2.0, PAT, Basic600/min (configurable)Yes (push, issue, PR, release)Go, Python (community)
OpenProjectREST (HAL+JSON)OAuth 2.0, API keyNo published limitYes (work package, project)Ruby (official), JS (community)
TaigaRESTToken (JWT)No published limitYes (issue, sprint, epic)Python (official)
LeantimeRESTAPI keyNo published limitYes (via plugin)None official
PlaneRESTAPI keyNo published limitYes (issue, cycle, module)None official
FocalboardRESTToken (Mattermost)Via Mattermost configYes (via Mattermost)None official
RedmineREST (XML/JSON)API key, BasicNo published limitNo (plugin available)Ruby, Python, JS (community)
GitHubREST + GraphQLOAuth 2.0, PAT, GitHub App5000/hr (auth)Yes (200+ event types)Octokit (JS, Ruby, .NET, Go)
JiraREST + GraphQL*OAuth 2.0, PAT, API token100-500/min (varies)Yes (issue, sprint, project)Java, Python, JS, Ruby (community)
Azure DevOpsRESTOAuth 2.0, PAT200/min per userYes (work item, build, release).NET, Python, JS, Java, Go
AsanaRESTOAuth 2.0, PAT1500/minYes (task, project, portfolio)Python, JS, Ruby, Java, PHP
Monday.comGraphQLAPI token5M complexity/minYes (board, item, column)None official (GraphQL client)
LinearGraphQLOAuth 2.0, API key1500/hr (basic)Yes (issue, project, cycle)JS/TS (official)
ClickUpRESTOAuth 2.0, API token100/min per tokenYes (task, list, space)None official
ShortcutRESTAPI token200/minYes (story, epic, iteration)None official
TrelloRESTAPI key + token, OAuth 1.0aYes (varies)Yes (board, list, card)JS (Power-Ups SDK)
WekanRESTJWT tokenNo published limitYesNone official
KanboardJSON-RPCAPI token (Basic)No published limitYesNone official
PlankaRESTTokenNo published limitYesNone official
VikunjaRESTJWT tokenNo published limitYesNone official (OpenAPI)
RestyaboardRESTToken, OAuthNo published limitNoNone official
Nextcloud DeckREST (OCS)Nextcloud authVia NextcloudNoNone official
BasecampRESTOAuth 2.050/10s per tokenYes (per project)None official
Microsoft PlannerREST (Graph)OAuth 2.0 (Entra)Graph throttlingYes (Graph)Microsoft Graph SDKs
Zoho ProjectsRESTOAuth 2.0Plan-basedYesZoho SDKs, Deluge
MeisterTaskRESTOAuth 2.0No published limitYesNone official
HiveRESTToken / OAuthNo published limitYesNone official
NiftyRESTOAuth / tokenNo published limitYesNone official

* = Jira GraphQL is Atlassian Forge only


Project Management Features

ToolIssue TrackingBoardsSprintsRoadmapsTime TrackingWiki/Docs
GitLab CEYesYesYes (iterations)Yes (epics, CE milestones)YesYes (wiki)
GiteaYesYes (projects)NoNoNoNo
ForgejoYesYes (projects)NoNoNoNo
OpenProjectYesYesYesYes (Gantt)YesYes (wiki)
TaigaYesYes (Kanban)Yes (Scrum)Yes (epics)NoYes (wiki)
LeantimeYesYes (Kanban)YesYes (milestones)YesYes
PlaneYesYes (Kanban)Yes (cycles)Yes (modules)NoYes (pages)
FocalboardYes (cards)Yes (Kanban)NoNoNoNo
RedmineYesNo (plugin)Yes (sprints plugin)Yes (Gantt)YesYes (wiki)
GitHubYesYes (Projects)Yes (iterations)Yes (roadmap view)NoYes (wiki)
JiraYesYesYesYes (Advanced Roadmaps)Yes (Tempo plugin)Yes (Confluence)
Azure DevOpsYesYesYesYes (delivery plans)NoYes (wiki)
AsanaYes (tasks)YesYes (sprints)Yes (timeline)Yes (built-in)No
Monday.comYes (items)YesYesYes (timeline)Yes (column)Yes (docs)
LinearYesYesYes (cycles)Yes (roadmaps)NoNo
ClickUpYesYesYesYes (Gantt, timeline)YesYes (docs)
ShortcutYes (stories)YesYes (iterations)Yes (roadmap)NoYes (docs)
TrelloYes (cards)Yes (Kanban)NoYes (Timeline, Premium)No (Power-Up)No
WekanYes (cards)Yes (Kanban)NoNoPartialNo
KanboardYesYes (Kanban)NoYes (Gantt)YesNo
PlankaYes (cards)Yes (Kanban)NoNoYesNo
VikunjaYesYes (Kanban)NoYes (Gantt)No (Pro)No
RestyaboardYes (cards)Yes (Kanban)NoNoNoNo
Nextcloud DeckYes (cards)Yes (Kanban)NoNoNoNo
BasecampPartial (to-dos)Yes (Card Table)NoNoNo (add-on)Yes (Docs)
Microsoft PlannerYes (tasks)Yes (buckets)PremiumPremiumNoNo
Zoho ProjectsYesYes (Kanban)NoYes (Gantt)YesYes (Pages)
MeisterTaskYesYes (Kanban)NoPartial (Timeline)YesNo
HiveYesYes (Kanban)NoYes (Gantt)Add-onPartial (Notes)
NiftyYesYes (Kanban)NoYes (Gantt)YesYes (Docs)

Code Hosting & DevOps

ToolGit HostingCI/CDCode ReviewContainer RegistryPackage Registry
GitLab CEYesYes (native)Yes (MRs)YesYes
GiteaYesYes (Gitea Actions)Yes (PRs)YesYes
ForgejoYesYes (Forgejo Actions)Yes (PRs)YesYes
OpenProjectNoNoNoNoNo
TaigaNoNoNoNoNo
LeantimeNoNoNoNoNo
PlaneNoNoNoNoNo
FocalboardNoNoNoNoNo
RedmineYes (Git integration)NoNoNoNo
GitHubYesYes (Actions)Yes (PRs)Yes (GHCR)Yes
JiraNo (Bitbucket)No (Bamboo/Bitbucket)No (Bitbucket)NoNo
Azure DevOpsYes (Repos)Yes (Pipelines)Yes (PRs)Yes (ACR integration)Yes (Artifacts)
AsanaNoNoNoNoNo
Monday.comNoNoNoNoNo
LinearNo (GitHub/GitLab link)NoNoNoNo
ClickUpNo (GitHub/GitLab link)NoNoNoNo
ShortcutNo (GitHub/GitLab link)NoNoNoNo
TrelloNoNoNoNoNo
WekanNoNoNoNoNo
KanboardNoNoNoNoNo
PlankaNoNoNoNoNo
VikunjaNoNoNoNoNo
RestyaboardNoNoNoNoNo
Nextcloud DeckNoNoNoNoNo
BasecampNoNoNoNoNo
Microsoft PlannerNoNoNoNoNo
Zoho ProjectsNoNoNoNoNo
MeisterTaskNoNoNoNoNo
HiveNoNoNoNoNo
NiftyNoNoNoNoNo

Deployment and Licensing

ToolLicenseSelf-HostedCloudDockerMin ResourcesARM
GitLab CEMIT (CE)YesGitLab.comYes4 CPU, 4 GBYes
GiteaMITYesGitea CloudYes1 CPU, 512 MBYes
ForgejoMITYesCodebergYes1 CPU, 512 MBYes
OpenProjectGPLv3YesOpenProject CloudYes2 CPU, 4 GBNo
TaigaMPLv2YesTaiga CloudYes1 CPU, 2 GBNo
LeantimeAGPLv3YesLeantime CloudYes1 CPU, 1 GBNo
PlaneAGPLv3YesPlane CloudYes2 CPU, 4 GBNo
FocalboardMIT/AGPLv3YesMattermost CloudYes1 CPU, 1 GBYes
RedmineGPLv2YesNoYes1 CPU, 1 GBYes
GitHubProprietaryYes (Enterprise)GitHub.comNoN/A (SaaS)N/A
JiraProprietaryYes (Data Center)Jira CloudNo4 CPU, 16 GB (DC)No
Azure DevOpsProprietaryYes (Server)Azure DevOps ServicesNo4 CPU, 4 GB (Server)No
AsanaProprietary SaaSNoAsana.comNoN/A (SaaS)N/A
Monday.comProprietary SaaSNoMonday.comNoN/A (SaaS)N/A
LinearProprietary SaaSNoLinear.appNoN/A (SaaS)N/A
ClickUpProprietary SaaSNoClickUp.comNoN/A (SaaS)N/A
ShortcutProprietary SaaSNoShortcut.comNoN/A (SaaS)N/A
TrelloProprietary SaaSNoTrello.comNoN/A (SaaS)N/A
WekanMITYesNoYes1 CPU, 1 GBYes
KanboardMITYesNoYes1 CPU, 512 MBYes
PlankaPLANKA Community 1.1YesNoYes1 CPU, 512 MBYes
VikunjaAGPLv3YesVikunja CloudYes1 CPU, 512 MBYes
RestyaboardOSL-3.0YesNoYes2 CPU, 2 GBYes
Nextcloud DeckAGPLv3Yes (Nextcloud app)NoYesNextcloud hostYes
BasecampProprietary SaaSNoBasecamp.comNoN/A (SaaS)N/A
Microsoft PlannerProprietary SaaSNoMicrosoft 365NoN/A (SaaS)N/A
Zoho ProjectsProprietary SaaSNoZoho.comNoN/A (SaaS)N/A
MeisterTaskProprietary SaaSNoMeisterTask.comNoN/A (SaaS)N/A
HiveProprietary SaaSNoHive.comNoN/A (SaaS)N/A
NiftyProprietary SaaSNoNiftypm.comNoN/A (SaaS)N/A

Tools

31 tools.

4ga Boards

4ga Boards is an open-source, self-hosted realtime kanban board for team task tracking, built on React, Sails.js, and PostgreSQL.

License: MIT (OSS) · Kind: web · Deploy: docker · SSO: OIDC

Website · Source

Asana

Asana is a SaaS work management platform for organizing and tracking tasks and projects, with list, board, timeline, and calendar views plus goals, portfolios, workload, and rule-based automation.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: none

Website

Azure DevOps

Azure DevOps is Microsoft’s integrated DevOps platform providing a complete set of development tools spanning project management, version control, CI/CD, testing, and artifact management.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: OIDC

Website

Basecamp

Basecamp is 37signals’ SaaS project management and team collaboration tool built around projects, to-dos, message boards, and chat.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: none

Website

ClickUp

ClickUp is an all-in-one productivity platform that aims to replace multiple work tools with a single unified application. Founded in 2017 in San Diego, ClickUp has experienced rapid growth and is used by over 800,000 teams worldwide.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: OIDC

Website

Focalboard (Mattermost Boards)

Focalboard is an open-source project management tool designed as a self-hosted alternative to Trello, Notion, and Asana. Originally created by Chen-I Lim as a standalone application, it was acquired by Mattermost Inc.

License: MIT (OSS) · Kind: web · Deploy: native, docker · SSO: none

Website · Source

Forgejo

Forgejo is a community-governed hard fork of Gitea, created in late 2022 after concerns arose about Gitea Ltd’s for-profit governance structure.

License: MIT (OSS) · Kind: web · Deploy: native, docker · SSO: none

Website · Source

Gitea

Gitea is a lightweight, self-hosted Git service written in Go. It was forked from Gogs in 2016 by a community of contributors who wanted a more open governance model and faster feature development.

License: MIT (OSS) · Kind: web · Deploy: native, docker · SSO: none

Website · Source

GitHub

GitHub is the world’s largest code hosting platform with over 100 million developers and 420+ million repositories.

License: Proprietary (proprietary) · Kind: web · Deploy: native, saas · SSO: OIDC

Website

GitLab CE

GitLab is the most widely adopted self-hosted DevOps platform, with over 30 million registered users and deployments ranging from single-developer instances to enterprise installations serving tens of thousands of developers.

License: MIT (OSS) · Kind: web · Deploy: native, docker · SSO: none

Website · Source

Hive

Hive is a SaaS project and work management platform combining tasks, multiple project views, and built-in collaboration for teams.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: SAML

Website

Jira (Atlassian)

Jira is the most widely used issue tracking and project management tool in software development, serving over 65,000 organizations worldwide.

License: Proprietary (proprietary) · Kind: web · Deploy: native, saas · SSO: OIDC

Website

Kanboard

Kanboard is a minimalist, open-source self-hosted kanban tool written in PHP, offering boards with WIP limits, swimlanes, subtasks, time tracking, automation, and a JSON-RPC API.

License: MIT (OSS) · Kind: web · Deploy: native, docker · SSO: OIDC, SAML

Website · Source

Leantime

Leantime is a strategy-focused open-source project management system designed to connect company goals with day-to-day work.

License: AGPL-3.0-only (OSS) · Kind: web · Deploy: native, docker · SSO: none

Website · Source

Linear

Linear is a modern issue tracking and project management tool designed specifically for software development teams.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: none

Website

MeisterTask

MeisterTask is a kanban-style task and work management app in the Meister suite for team collaboration.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: SAML

Website

Microsoft Planner

Microsoft Planner is the Microsoft 365 task and kanban app, now consolidating To Do and Project for the web into one work-management experience.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: OIDC, SAML

Website

Monday.com

Monday.com is a visual work operating system (Work OS) that enables organizations to build custom work management applications on top of a flexible board- based platform.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: none

Website

Nextcloud Deck

Nextcloud Deck is an AGPL-3.0 kanban board app that runs inside a Nextcloud instance, inheriting its SSO, storage, and sharing.

License: AGPL-3.0 (OSS) · Kind: web · Deploy: docker, native · SSO: OIDC, SAML

Website · Source

Nifty

Nifty is a SaaS project management and collaboration platform combining tasks, milestones, docs, and chat in one workspace.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: SAML

Website

OpenProject

OpenProject is a comprehensive open-source project management platform that supports classic, agile, and hybrid methodologies.

License: GPL-3.0-only (OSS) · Kind: web · Deploy: native, docker · SSO: none

Website · Source

Plane

Plane is a modern open-source project management tool designed as a self-hosted alternative to Jira, Linear, and Asana.

License: AGPL-3.0-only (OSS) · Kind: web · Deploy: native, docker · SSO: none

Website · Source

Planka

Planka is a self-hosted, source-available kanban board for agile teams, built on React, Node.js, and PostgreSQL.

License: LicenseRef-PLANKA-Community-1.1 (source-available) · Kind: web · Deploy: native, docker · SSO: OIDC

Website · Source

Redmine

Redmine is a veteran open-source project management and issue tracking application built with Ruby on Rails. First released in 2006 by Jean-Philippe Lang, it has been in continuous development for nearly two decades.

License: GPL-2.0-only (OSS) · Kind: web · Deploy: native, docker · SSO: none

Website · Source

Restyaboard

Restyaboard is an open-source, self-hosted Trello-like kanban board built on PHP and PostgreSQL with offline sync, revisions, and a REST API.

License: OSL-3.0 (OSS) · Kind: web · Deploy: docker, native · SSO: SAML

Website · Source

Shortcut

Shortcut (formerly Clubhouse, rebranded in 2021) is a project management tool built specifically for software development teams.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: none

Website

Taiga

Taiga is an open-source project management platform designed for agile development teams. Created by Kaleidos Ventures (Madrid, Spain), it launched in 2015 with a focus on Scrum and Kanban workflows.

License: MPL-2.0 (OSS) · Kind: web · Deploy: docker, native, saas · SSO: none

Website · Source

Trello

Trello is a kanban-first work management tool built on boards, lists, and cards, owned by Atlassian.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: SAML

Website

Vikunja

Vikunja is an open-source, self-hosted to-do and project-management app with list, kanban, table, and gantt views, built on Go and Vue.

License: AGPL-3.0-or-later (OSS) · Kind: web · Deploy: native, docker, saas · SSO: OIDC

Website · Source

Wekan

Wekan is an open-source, self-hosted Trello-like kanban board built on Meteor and MongoDB, offering boards, lists, cards, swimlanes, and real-time updates with no feature gating.

License: MIT (OSS) · Kind: web · Deploy: native, docker · SSO: OIDC

Website · Source

Zoho Projects

Zoho Projects is a cloud project management app in the Zoho suite for planning, tracking, and collaboration.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: OIDC, SAML

Website

ResorsIT Tools Catalog Search