vote up 10 vote down star
8

I need to make some UML diagrams. What is the best alternative on both Windows and OS X?

flag

14 Answers

vote up 1 vote down check

On Windows: NClass works with C# and Java for code Generation. Used it briefly and seemed pretty good

link|flag
Newer versions do kind-of work with Mono as well. They're not yet stable, but I'm looking forward to that! – Joachim Sauer Jan 21 at 23:35
1  
Why was this the accepted answer? NClass isn't UML at all, it just does class diagrams! – Randolpho Jan 23 at 22:45
possibly because the person who asked the question thought this was an acceptable answer. – Graham Lee Jan 25 at 18:22
The simplicity of it is nice, but it's a bit buggy. – SnOrfus Mar 30 at 3:53
vote up 0 vote down

Papyrus UML is a rather complete UML tool written as a Eclipse plugins.

link|flag
vote up 0 vote down

You can review the thread below as it provides a many ideas and is a similar question.

What’s the best UML diagramming tool?

link|flag
vote up 0 vote down

I concur with OmniGraffle on OS X. The reason I like it, apart from making good-looking diagrams, is that it doesn't impose the UML constraints on the diagram. I've used Enterprise Architect (from Sparx, Windows-only) and sometimes its validation of UML rules gets in the way of the primary purpose of the diagrams, which is to convey what I mean to the readers.

link|flag
vote up 0 vote down

Eclipse + UML2 + UML2 Tools

If you already develop in the Eclipse environment, these work well.

link|flag
vote up 1 vote down

We use MagicDraw around here.

link|flag
vote up 0 vote down

ArgoUML and StarUML are both pretty decent. I have used the code generation function of StarUML to get projects going in the past and think the interface is pretty easy to use.

I also just noticed the part of your question about Mac OS X. StarUML is only for Windows, but ArgoUML is written in Java, which means it should work for both operating systems.

link|flag
vote up 3 vote down

I'll second a vote for Visual Paradigm, especially its Community Edition which is great for OS projects.

That, said I've recently fallen in love with Enterprise Architect by Sparxsystems. If you don't mind the $200 price tag (or can get the boss to pony up the dough), you'll be super happy with it, too.

[Edit: I just noticed the OSX requirement. It should run via CrossOver, if you have to run it on OSX]

link|flag
vote up 0 vote down

UMLet is a pretty good free UML tool. It runs on any machine that has Java 1.6, so platforms shouldn't be a problem.

link|flag
vote up 3 vote down

Visual Paradigm has a version for Windows, OS X and Linux.

link|flag
+1 for visual paradigm. I've been using it for about 2 years now. Its java based and I've used it on windows and linux. It has a bit of a learning curve, but now that I'm familiar with it, it's the best UML tool I've used. – rally25rs Jan 21 at 23:39
I'd say one of the best, rather than best, but that's just me. Definitely in the top 3. – Randolpho Jan 23 at 22:44
vote up 1 vote down

I've used Smartdraw in the past, and found it a nice tool for drawing diagrams and all sorts of stuff. Only available for Windows though..

link|flag
vote up 1 vote down

Asciio, written in Perl, is cross platform :P

http://perlbuzz.com/2008/04/asciio-lets-you-create-ascii-charts-graphically.html

link|flag
+1 since this is nasty – Allain Lalonde Jan 15 at 2:39
vote up 3 vote down

OmniGraffle, which is available only on OS X, is fantastic.

http://www.omnigroup.com/applications/OmniGraffle/

link|flag
vote up 5 vote down

Not sure about OSX, but Dia is available for Windows and Linux. I would assume it's also on OSX.

link|flag
1  
Yes, dia is available for Mac OS X. It's in MacPorts - you need the X11 package installed. – Graham Lee Jan 21 at 23:35

Your Answer

Get an OpenID
or

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