Skip to content

bardsoftware/ganttproject

Folders and files

NameName
Last commit message
Last commit date
Jan 31, 2025
Mar 27, 2025
Jan 22, 2025
Mar 24, 2025
May 24, 2018
Mar 6, 2025
Mar 11, 2025
Feb 17, 2025
Oct 19, 2024
Oct 1, 2024
Jun 27, 2022
Mar 2, 2025
Feb 21, 2025
Mar 13, 2025
Mar 27, 2025
Mar 23, 2025
Sep 4, 2024
Aug 5, 2024
Jun 28, 2019
Jul 12, 2023
Jan 17, 2022
Jun 26, 2019
Jan 13, 2020
Dec 5, 2022
Mar 30, 2018
Oct 7, 2017
Jan 13, 2020
Nov 7, 2023
Mar 24, 2025
Oct 26, 2020
Jan 5, 2024
Mar 23, 2025
Mar 23, 2025
Feb 14, 2024

Repository files navigation

GanttProject

GanttProject is a free project management app for desktops. It comes with:

  • Task hierarchy and dependencies, milestones, baselines.
  • Gantt chart with an option to generate PERT chart.
  • Resource load chart.
  • Task cost calculation.
  • Export to PDF, HTML, PNG.
  • Interoperability with MS Project, Excel and other spreadsheet apps.
  • Project collaboration using WebDAV and a commercial collaboration service GanttProject Cloud.

Visit http://ganttproject.biz to learn more.

License

GanttProject is free and open-source software, distributed under GNU General Public License v3.

Check out, build and run

Clone the repository using git clone https://github.com/bardsoftware/ganttproject.git and checkout the submodules with git submodule update from the repository root.

You can build and run the core part of GanttProject, with no export/import features, using gradle run.

If you want to build the complete app, use gradle runapp or gradle distbin && cd ganttproject-builder/dist-bin && ./ganttproject (on Linux and macOS)