I have to present some 'process' or 'flow' of the application at work on friday. I was hoping to prepare a flow chart before I begin the hands on demo.

Any suggestions for freeware sw to make simple flowcharts on Windows?

link|improve this question

80% accept rate
possible duplicate of Best free flowchart software? – Gilles Jun 20 '11 at 10:01
feedback

8 Answers

up vote 10 down vote accepted

Dia might be worth looking at.

link|improve this answer
that is for gnome. Here is the link for windows dia-installer.de – vishnu May 1 '11 at 9:07
feedback

Use GraphViz. At its core, it's a description language that produces decent graphcs automatically. Another answer recommended Dia... Dia is a GUI tool that produces GraphViz .dot files. If you want total layout control (generally not necessary for a flowchart), use Dia. If you just want something that produces a reasonable layout by itself, use GraphViz directly.

As an added bonus, GraphViz works with many wiki packages as a plugin... Confluence, MediWiki, Trac, for starters.

link|improve this answer
feedback

Lovely Charts- online solution.

link|improve this answer
feedback

Google Drawings has been released since this question was answered. It has several built-in flowchart stencils, or check out the templates to find some more elaborate flowchart elements that you can copy-paste into your document.

link|improve this answer
feedback

Tried yEd after finding this thread. It's brilliant. Nothing better, for free.

link|improve this answer
feedback

I used mxGraph and it is very good.

link|improve this answer
6,000 euros for a 1-developer license != freeware. – Joe White Jul 6 '10 at 2:29
@Joe White: I used this link: mxgraph.com/demo/jgraphx/jgraphx.jnlp - I created a diagram and could save it and exported it in different formats. For free. – True Soft Jul 6 '10 at 6:41
feedback

If you have Microsoft Word or Excel you can select Insert|Shapes|Flowchart to create a Flowchart. I know it is not free but if you have Microsoft Office already, it may be an option.

link|improve this answer
feedback

You can try SilverDiagram (Silverlight based engine).

Demo: http://www.silverdiagram.net/Projects/SilverDiagram/SilverDiagram_Demo.aspx

Detailed info:

http://www.silverdiagram.net/Projects/Silverdiagram.aspx

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.