i’m planning a road trip and wanted to plan it out using a Gantt chart. I searched the repositories and did not find anything. Does anyone have any recommendations? (I actually am fun at parties)
I used OpenProject before. Mainly for easy collaboration through the web though, I don't think it offers a native version.
You could use ProjectLibre although it might be overkill
Yeah, it's overkill, and also breaks on anything newer than java 11 or 12
I don't know any specific desktop applications, but you could try libre office calc :D
vikunja
calligra plan has this iirc
Due to the nature if those charts, they're usually web based, not desktop native, and will probably have to be self hosted, even just locally. For example, Redmine supports Gantt charts and can be spun up fairly easily from its Docker image.
What about Mermaid? https://mermaid.js.org/syntax/gantt.html
It supports Gantt charts and has a pretty nice language for modifying chart content once you get used to it.
I use Obsidian with the Mermaid plugin for offline work, but there are tons of good web-based options out there, too.