Edit: multi domain assets would be nice. Many applications suggested here have only simple flowchart + UML diagrams.

all 23 comments

sorted by: hot top controversial new old
[–] 8 points 6 days ago*

EXCALIDRAW!!!!!

LOVE, LOVE LOVE EXCALIDRAW!

Sorry, caps, but, I really do love it that much. And it's just right there on the web, free, you can load it up on any computer and illustrate any concept. LOVE it.

I've used it for everything from a quick sketch during a brainstorming session, to highly complex network diagrams that wind up embedded in 'official' docs in Confluence and such, which would traditionally be the realm of Visio in my line of work. I love it so so so much - and am not in any way affiliated, lol, just a very passionate user!

  • source
  • [–] 4 points 6 days ago (3 children)

    I was looking for one of these yesterday and honestly they're all pretty clunky web browser applets. If I'm replacing a Microsoft Office program I want a fully featured desktop app, not a .io website, yknow?

  • source
  • hideshow 3 child comments
  • [–] 2 points 6 days ago (2 children)

    I detest the differences in their desktop and online versions. Office is such a cumbersome mess.

    Visio online is useless, just a viewer.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 6 days ago (1 child)

    Well yeah. If i wanted to use a browser applet, I don't see why I'd use MS at all. But for this specific use case (diagramming and flowcharting), Visio (imo) is pretty far ahead of LibreOffice Draw and that's the only serious offline non-MS option for this.

  • source
  • parent
  • hideshow 1 child comment
  • [–] 2 points 6 days ago

    I personally used latex with the tikz library.. It was strange but all the other things annoyed me

  • source
  • [–] 1 point 6 days ago (1 child)
  • [–] 40 points 1 week ago* (3 children)

    Draw.io is pretty good. It has a desktop version you can download as Flatpak. I even use it at work and got the IT dept. to install it by default. They're saving hundreds a month due to this.

  • source
  • hideshow 3 child comments
  • [–] 5 points 1 week ago (1 child)

    Wait, has that become open source again in recent releases? I remember it not being for a while, but the repo currently says Apache 2.0? Anyone know more about it?

  • source
  • parent
  • hideshow 1 child comment
  • [–] 13 points 1 week ago

    I think this quote says enough:

    The icon sets and stencil libraries included in this software, and any derivatives thereof (including conversions to other formats, traced reproductions, substantially similar visual representations, or AI-generated images created using these icons as reference or training input), may not be used as software assets in, distributed for use with, or incorporated into Atlassian products or products distributed through the Atlassian marketplace or plugin ecosystem, without explicit written permission.

  • source
  • parent
  • [–] 15 points 1 week ago (5 children)

    Draw.io my feeling is you you need anything more fancy, you have missed the point of flowcharts and things like it. I have used the basic tools in libre office and word, it just depends on what you need to do.

  • source
  • hideshow 5 child comments
  • [–] 2 points 1 week ago (3 children)

    Plus its just XML to its easy to derive flows programically

  • source
  • parent
  • hideshow 3 child comments
  • [–] 3 points 1 week ago (2 children)

    And you can export to PNG with the source XML embedded in the PNG metadata, effectively making it an editable PNG

  • source
  • parent
  • hideshow 2 child comments
  • [–] 13 points 1 week ago

    LibreOffice Draw worked well enough for me. It can even open Visio documents. It doesn't save to Visio though, so I had to give up on it eventually as the company mandated Visio documents, even though they just end up being inserted into other documents as PNG.

    But the drawing part was solid for me.

  • source
  • [–] 9 points 1 week ago (2 children)

    Do you prefer to code your diagrams? Many options to see and try at:

    https://kroki.io/

    Pikchr is surprisingly quick to get results in.

  • source
  • hideshow 2 child comments
  • [–] 5 points 6 days ago (1 child)

    I quite like mermaid.js for fast flowcharts. It's intuitive enough and works in a fair few markdown programs too. Wouldn't recommend it as a full Visio replacement, but it's good enough for 90% of my needs.

  • source
  • parent
  • hideshow 1 child comment
  • [–] 2 points 1 week ago

    I love yEd graph editor because you can import your own assets and make it like Visio.

  • source