</>macrostackBrowse all
Migration guide · Project Management

The 4 best free & open-source Trello alternatives

Trello is a visual, card-based task and project management tool built around the Kanban model — boards, lists, and drag-and-drop cards. Originally an independent product, it was acquired by Atlassian in 2017 and is now part of the Atlassian product family alongside Jira and Confluence. It's a hosted SaaS product: your boards live on Atlassian's cloud, and Trello adds automation (Butler), multiple views (Timeline, Calendar, Table, Dashboard), and Power-Up integrations on top of the core board.

The cost

Free tier: unlimited cards, up to 10 boards per workspace, 250 automation runs/month. Paid: Standard ~$5/user/month, Premium ~$10/user/month, Enterprise from ~$17.50/user/month (all billed annually; monthly billing costs more per seat).

Why people consider an alternative

Teams considering an alternative usually cite one of: the per-seat cost scaling quickly once a team grows past a handful of people, the 10-board cap on the free plan forcing an upgrade for organizations with many small projects, wanting their task data to live on infrastructure they control rather than a vendor's cloud, or needing views/automation that are gated behind the Premium or Enterprise tier. For some teams — especially small, mostly-solo users happy with the free tier's limits — Trello remains the simpler, zero-maintenance choice.

AlternativeLicenseSelf-hostPricingSovereignty
WekanMITYesFree / self-host (commercial support available separately)90
OpenProjectGPL-3.0YesFree / self-host (Community edition); paid Enterprise on-premises support from ~$5.95/user/month, or Enterprise Cloud hosting from ~$4.95/user/month91
VikunjaAGPL-3.0YesFree / self-host for all core features; Pro add-ons (admin panel, audit logs, time tracking) via a paid license from ~$5/user/month; managed Cloud hosting also available89
KanboardMITYesFree / self-host (paid cloud hosting plans available from the maintainer)86
90
Macrostack's top pick

Wekan

The closest open-source, self-hosted match to Trello's own card-and-list model.

Every alternative, compared

#1★ TOP PICK

Wekan

The closest open-source, self-hosted match to Trello's own card-and-list model.

90
OPEN SOURCEMITSELF-HOSTLOCAL-FIRST

Wekan is a free, open-source Kanban board that deliberately mirrors Trello's UI: boards, swimlanes, lists, and cards with labels, checklists, due dates, and attachments. It self-hosts via Docker, a Linux Snap package (with automatic updates), or from source, and stores everything in MongoDB you control. It even ships a dedicated Trello-import tool for migrating existing boards and attachments.

Strengths

  • +Free MIT license, no per-seat cost ever
  • +UI and workflow are the most Trello-like of any open-source option, so the switch is low-friction for a team used to Trello
  • +Dedicated Trello JSON/attachment import tool eases migration
  • +Active project with regular releases and a large, engaged community (20k+ GitHub stars)

Trade-offs

  • Interface is functional but less visually polished than Trello's current design
  • Advanced reporting/analytics views are limited compared to Trello Premium
  • You are responsible for your own backups, updates, and uptime once self-hosted
  • MongoDB dependency adds a small extra piece of infrastructure to operate versus a single-binary tool
Free / self-host (commercial support available separately)
#2

OpenProject

A full open-source project management suite for teams that outgrow a simple board.

91
OPEN SOURCEGPL-3.0SELF-HOSTLOCAL-FIRST 16kupdated today

OpenProject is a complete, self-hostable project management platform: Kanban-style boards sit alongside Gantt charts, backlogs, roadmaps, work packages, time tracking, and fine-grained permissions. The Community edition is the entire open-source codebase and is fully functional with no feature paywall; paid Enterprise tiers add professional support and a handful of add-ons (which are themselves open source and periodically folded back into Community).

Strengths

  • +Genuinely not an open-core product — the vendor states plainly that Enterprise plans pay for support and add-ons, not for unlocking withheld features
  • +Covers a much broader project-management surface than Trello: Gantt charts, backlogs, budgeting, and formal work-package tracking
  • +Strong documentation and an active global community with regular releases
  • +Enterprise add-ons are periodically released back into the free Community edition

Trade-offs

  • Heavier to run than a Kanban-only tool — a Ruby on Rails + PostgreSQL stack needs more server resources than Wekan or Kanboard
  • The extra structure (work packages, roadmaps, backlogs) is more than most Trello users need if all they want is a simple card board
  • Steeper learning curve for a team used to Trello's minimalism
  • Professional support requires an Enterprise subscription; community-only support is the default on Community edition
Free / self-host (Community edition); paid Enterprise on-premises support from ~$5.95/user/month, or Enterprise Cloud hosting from ~$4.95/user/month
#3

Vikunja

A modern task manager with List, Kanban, Gantt, and Table views in one app.

89
OPEN SOURCEAGPL-3.0SELF-HOSTLOCAL-FIRST

Vikunja is an open-source task and project manager that goes beyond a pure Kanban board: the same tasks can be viewed as a list, a Kanban board, a Gantt-style timeline, or a table. It ships as a single Go binary plus a Vue.js frontend, supports PostgreSQL/MySQL/SQLite, and includes CalDAV sync so tasks show up in any calendar app. A small set of admin-oriented features (admin panel, audit logs, time tracking) require a paid 'Pro' license key even for self-hosted instances; every core feature — including Kanban, Gantt, and the full API — remains free.

Strengths

  • +Four task views (List, Kanban, Gantt, Table) cover more workflows than a Kanban-only tool
  • +Natural-language 'Quick Add Magic' parses due dates, priority, labels, and assignee from one line of text
  • +CalDAV support integrates tasks into existing calendar apps
  • +Very actively developed with a comprehensive test suite and seven built-in importers, including one specifically for Trello

Trade-offs

  • AGPL-3.0 requires anyone who modifies and network-serves Vikunja to release those changes — a real consideration for companies building a hosted product on top of it
  • A handful of genuinely useful admin/audit features sit behind a paid license even when self-hosting, so 'fully free' has a practical asterisk
  • More moving parts (Go backend + Vue frontend + DB) than a single-file tool like Kanboard
  • Newer project than Wekan or OpenProject, so its long-term enterprise track record is shorter
Free / self-host for all core features; Pro add-ons (admin panel, audit logs, time tracking) via a paid license from ~$5/user/month; managed Cloud hosting also available
#4

Kanboard

A minimalist, low-overhead Kanban board for teams who want speed over features.

86
OPEN SOURCEMITSELF-HOSTLOCAL-FIRST

Kanboard is a lightweight, self-hosted PHP Kanban application focused on simplicity: boards, swimlanes, task automation rules, subtasks, and time tracking, extendable through a plugin system. It runs on very modest hardware (a small VPS is plenty) and has no external database service dependency by default (SQLite works out of the box, with MySQL/PostgreSQL supported for larger installs).

Strengths

  • +Very low resource requirements — runs comfortably on a small, cheap VPS
  • +Free MIT license with a genuinely simple, fast interface
  • +Built-in automation rules and time tracking without needing plugins
  • +Plugin ecosystem covers common gaps (Gantt, LDAP, extra integrations)

Trade-offs

  • Visual design is utilitarian — noticeably plainer than Trello or Wekan
  • Smaller contributor base than Wekan or Vikunja, so feature velocity is slower
  • Fewer native views than richer PM tools (no built-in Gantt or table view without a plugin)
  • Collaboration features (comments, mentions, notifications) are narrower than larger suites
Free / self-host (paid cloud hosting plans available from the maintainer)

Questions people ask

Which Trello alternative is the easiest to switch to?

Wekan is the closest match to Trello's own interface and workflow — boards, lists, and cards behave almost identically — and it ships a dedicated tool for importing Trello's JSON export and attachments, which makes it the lowest-friction first stop for most teams.

Do any of these alternatives have a catch, like Trello does with its free-tier limits?

Vikunja is fully open-source (AGPL-3.0) and self-hostable at no cost, but a few admin-facing features — an admin panel, audit logs, and time tracking — require a paid 'Pro' license key even when self-hosted. Everything else, including the core Kanban board, stays free. OpenProject's paid tiers are support contracts, not feature unlocks — its vendor is explicit that it is not an open-core product.

Why isn't Planka on this list?

Planka switched from AGPL-3.0 to a proprietary 'Fair Use License' (based on the Sustainable Use License) in its 2.0 release — free for internal use, but not an OSI-approved open-source license and not something we can label 'open source' in good conscience. Its earlier MIT-licensed fork, 4gaBoards, remains open but is a smaller, less established project; we're watching it rather than recommending it yet.

Related comparisons

Entry last verified 2026-07-08. Licenses and pricing change — spotted something out of date? That's a correction we want.