6
votes

I believe that Mule Studio became Anypoint Studio. Is there a version of Anypoint Studio that is open source (free)? Specifically, I'm referring to the GUI workflow designer tool.

4
Anypoint Studio is no longer free, it's 30 days trial. To me this sound as MuleSoft hit its ceiling and now trying to squeeze money from everything that is possible.Shamil
Anypoint Studio 7 is free to download, but no longer seems to work with Community Edition runtimes.Robs

4 Answers

8
votes

There is an answer to my question (thanks @Ryan), but it comes with a caveat. Yes, Anypoint Studio is open source but, by default, comes with the Enterprise runtime. One can download the Community Edition (CE) and use Anypoint Studio with that.

The caveat, however, is after taking time to configure a flow with the included DataMapper component, I received the following error when attempting to run my flow with the community edition. Basically, to execute a flow with DataMapper, you'll need the Enterprise version. DataMapper does not execute with the CE.

DataMapper-With-CE-no-go

5
votes

Anypoint Studio is just one offering for both Community and Enterprise editions. It is free to download and you just need to make sure you use the community runtimes using the following Update Site here: Mule ESB Runtimes for Anypoint Studio - http://studio.mulesoft.org/r3/studio-runtimes

This runtime will then be available when you create a new project via the wizard or you can change an existing project by editing the mule-project.xml config file.

More details here: https://developer.mulesoft.com/docs/display/current/Adding+Community+Runtime

1
votes

Yes, Mule Studio changed to Anypoint Studio which is open source and comes with the Enterprise Edition. Community Edition is also available for download.

Few of the things like Datamapper which is deprecated and replaced with Data weave won't run on Community Edition.

0
votes

Community version can be downloaded from MuleSoft website. Community edition comes with only open source connectors. For enterprise level connectors, you would need to have valid licensed version.