⚖️ Comparison · 7 min read

Free mold making software: what actually works

By meshcast.app · Updated August 2026

Quick answer

If you already have the model, use a browser mold generator: no install, no modelling, print-ready file in about a minute. Start here. If the part does not exist yet, design it in free CAD (Fusion for personal use, or Blender) and then generate the mold from the export. Those are two different jobs, and picking the wrong category is why people spend an evening on something that takes a minute.

The four kinds of tool, and what each is really for

Search results for "mold making software" mix four unrelated categories together, which is most of the confusion. They are not competing products, they are different stages of the job.

CategoryExamplesCostBest for
Mold generators
Turn a finished model into a mold
Meshcast (browser), dedicated desktop appsFree to subscriptionYou have an STL and want a printable mold now
General CAD
Design the part and the mold together
Fusion (free for personal use), FreeCAD, Onshape free tierFree tiers existDesigning the part from scratch, parametric changes later
Mesh editors
Manual booleans on meshes
Blender, MeshmixerFreeOne-off molds when you already know the software
Simulation
Predict flow, shrinkage, cooling
Industrial injection-molding suitesExpensiveProduction injection tooling, not 3D-printed molds

If you are 3D printing a mold to cast wax, soap, resin, plaster or concrete, you want the first category, and possibly the second. The fourth exists for factory tooling and will not help you print a candle mold.

Which one fits your job

Your situationUse
I downloaded an STL and want a mold of itA mold generator. /mold for a rigid two-part mold.
I want a silicone mold and silicone is expensive/adaptive-silicone, a hugging shell instead of a block.
I want to cast candles/candle-mold, with the wick hole and pour spout done for you.
I am designing the part myself and it will changeFree CAD. Keep it parametric, export STL, then generate the mold.
I need slip-casting or plaster housings/plaster-mold.
My model is too big for the printer/print-splitter first, then mold the pieces.
My file is huge or broken/optimize, or the repair button inside any generator.
I am comparing against a paid desktop appThe Moldboxer comparison covers that trade in detail.

The free Blender method, written out honestly

"Mold maker Blender" is a common search, and the manual method genuinely works and costs nothing. It is worth knowing even if you end up using a generator, because it is exactly what a generator automates.

1

Import and check the mesh

Import your STL. Before anything else, make sure it is manifold: in Edit Mode, Select > All by Trait > Non Manifold. If that selects anything, fix it first. Every boolean failure downstream traces back to this step.

2

Build the block

Add a cube and scale it larger than the model on every axis, leaving your wall thickness as clearance. This block is the mold body.

3

Subtract the model

Add a Boolean modifier to the cube, set it to Difference, pick the model as the object, apply. The cavity now exists inside the block.

4

Split it and add the plumbing

Cut the block into halves with a second boolean against a thin plane at your parting line, then subtract a cone for the pour spout and small cylinders for alignment pins. This is the fiddly part, and the part where undercuts bite: if any surface leans back over the seam, the halves will not separate.

Time check: budget 20 to 40 minutes per mold once you know the software, plus mesh debugging. That is fine for one mold and painful for ten. Free in money is not always free in evenings.

The browser route, and its real limitations

Exploded view of a two-part mold showing the pour funnel, air vent, registration keys, parting line and pry pocket
What a generator produces automatically: parting line, registration keys that let the halves close only one way, a pour funnel, an air vent and a pry pocket.

A browser generator does every step above from sliders. You upload, drag the parting plane, set wall thickness and pour hole, and download STL or 3MF. Most of the Meshcast tools run locally through WebAssembly, so the model never leaves your device, and there is nothing to install.

The limitations are worth stating plainly, because a comparison that skips them is not a comparison:

Against that: no install, no licence, no trial clock, and a printable mold in about a minute. For most people printing a mold to cast something, that trade is not close.

Where AI helps, and where it does not

A mold is exact solid geometry, not a guess. Subtract the model from a block, split it on a plane, cut the keys and the spout. You want that computed the same way every time.

Searches for "AI mold maker" are usually looking for one of two different things. If you want a model that does not exist yet, generative tools can get you a mesh from a prompt or a photo, and you then feed that mesh to a mold generator like any other file. If you want the mold itself, determinism is the feature: a generator that produces byte-identical output for identical input means a half you printed months ago still mates with a fresh one. That is a property you would not trade away.

The place judgement genuinely helps is the analysis around the geometry: spotting that a pocket will trap air, or that a wedge cannot release in the direction it is being pulled. That is what the air-trap and cast-release checks in /adaptive-silicone do, before you print rather than after.

Try the free one first

Upload an STL and see the mold build itself. No signup, no install. If it is not what you need, you have lost a minute.

Open the mold generator →

Questions

What is the best free mold making software?

If you already have the model A browser mold generator. No install, no modelling, print-ready file in about a minute.

If the part does not exist yet Free CAD (Fusion for personal use, FreeCAD, Onshape's free tier), then generate the mold from the export.

These are not really competitors. One designs geometry, the other turns finished geometry into a mold.

Can I make a mold in Blender for free?

Yes. Blender is free and the method is a boolean difference: oversized cube, Boolean modifier set to Difference with your model as the operand, apply, then split the block and add a pour hole.

The catch 20 to 40 minutes per mold once you know the software, plus the debugging that non-manifold meshes cause. Fine for one, painful for ten.

Paid add-ons automate it inside Blender. A browser generator skips the modelling and the install both. Full steps in the Blender section above.

Is there mold making software that does not need installing?

Yes. Meshcast runs in a browser tab, so it works on a locked-down work laptop, a Chromebook or a tablet.

Most generators do the geometry locally through WebAssembly, so the model never leaves your device. A few advanced mold types use a server and delete the upload right after.

Is AI useful for making molds?

For the geometry, no A mold is exact solid geometry, and determinism is a feature: identical input gives identical output, so a half you printed months ago still mates with a fresh one.

Upstream, yes Generating a model from a sketch or photo when you do not have one. Feed the result to a mold generator like any other file.

Do I need CAD skills to make a mold?

Not if you already have the model as an STL, OBJ or 3MF. The generator does the boolean work; you set the parting plane, walls and pour hole with sliders.

You need CAD only when the part itself does not exist yet.

Why do mold tools reject my STL?

Because a mold is the space around your model, so the software has to know what is inside it. A mesh with holes has no inside to subtract, which is why every mold tool insists on a watertight mesh.

Usual offenders Scans and sculpts. Most one-click repairs close the holes; if that fails, the file usually has overlapping shells or inverted normals rather than simple gaps. See why was my model rejected.

Made by meshcast.app. Third-party pricing and free tiers change; check each vendor's own site before committing. Got stuck? Email a photo and I'll help you debug.