OpenSource-Hub
P

Plane

48.8k stars·Developer Tools·SHA-256 checksum verified

Plane is an open-source project management tool to track issues, run sprints (cycles), and manage product roadmaps without managing the tool itself.

Smart Download

Visit Project Homepage

No installer available yet — head to the source repository

Open-source project management for modern teams, tracking issues, cycles, and roadmaps.

Core Features

  • Work Items: Rich text editor, file uploads, sub-properties, related issues
  • Cycles: Burn-down charts, momentum tracking
  • Modules: Break down complex projects into manageable parts
  • Views: Custom filters, saved and shared views
  • Pages: AI-powered notes, convert to actionable items

What It Can't Do

  • Free tier may have limits; self-hosting requires DevOps knowledge; AI features may need extra setup.

Use Cases

  • Agile software development with sprint cycles
  • Product roadmap planning and feature prioritization
  • Cross-team project collaboration with task tracking

Detailed Introduction

Plane is a modern, open-source project management platform designed for teams of all sizes. It helps you track issues, run sprints (called Cycles), break down complex work into Modules, and visualize progress with custom Views and Pages (AI-enhanced rich notes). Real-time Analytics give you instant insights. You can get started quickly with Plane Cloud or self-host using Docker/Kubernetes for full data control. Built with Django, React, and Node.js, Plane offers a clean, intuitive interface that reduces tool overhead so your team can focus on building.

Troubleshooting & FAQ (2)

Troubleshooting
Why does Plane crash in Safari with 'window.requestIdleCallback is not a function' error?

Plane v1.3.1 CE uses requestIdleCallback in the gantt-layout-loader without a polyfill, causing a TypeError in Safari (macOS/iOS) because Safari does not support requestIdleCallback by default. Workaround: Enable the WebKit 'requestIdleCallback' experimental feature flag on your device (macOS: Develop → Feature Flags; iOS: Settings → Safari → Advanced → Feature Flags). Fix: Add a polyfill during app bootstrap. For example: if (!window.requestIdleCallback) { window.requestIdleCallback = function(cb) { return setTimeout(function() { cb({ didTimeout: false, timeRemaining: function() { return 50; } }); }, 1); }; } This ensures all call sites are covered. For more robustness, consider the aFarkas/requestIdleCallback polyfill.

GitHub Issue #9134
Troubleshooting
Why does Plane crash with React errors when creating a project with special characters?

This is a known bug where the API rejects names containing special characters (e.g., '+') with a 400 error, but the frontend fails to display the validation message, causing a React crash (minified errors #418, #423). Workaround: use only letters, numbers, hyphens, or underscores in the project name and identifier. The team plans to add client-side validation to prevent this in future releases.

GitHub Issue #8969

Tags

project-managementopen-sourceagilesprintsissue-tracking

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

Sign up for free at Plane Cloud (app.plane.so)

4

Or self-host via Docker Compose or Kubernetes

5

Create a project, add work items, set up cycles

Install Guide
  1. Sign up for free at Plane Cloud (app.plane.so)
  2. Or self-host via Docker Compose or Kubernetes
  3. Create a project, add work items, set up cycles
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

For cloud, no uninstall needed; for self-host, remove containers and data directories.

No Extra Dependencies

Ready to use after download. No additional runtime required.

Project Info
LicenseAGPL-3.0
Last Updated2026-06-27 02:40:22
GitHub RepositoryOfficial Website

Having issues? Check the FAQ below

2 FAQs

Similar Projects