AutoRemesher

Free, MIT licensed automatic quad remesher with a desktop app and a headless CLI, revived in 2026 after six years of dormancy.

Retopology Open Source

Overview

AutoRemesher turns dense triangle meshes into quad topology, and it is the only credible free alternative to the paid auto-retopologisers. It is written by Jeremy Hu, who also made the Dust3D modelling tool, and its history is unusual enough to matter when you are deciding whether to depend on it: the project stopped at a beta on 26 September 2020 and did not ship again until 6 July 2026, nearly six years later. That 1.0.0 release relicensed the code from GPLv3 to MIT by reimplementing the dependencies that made MIT impossible, which is what allows it to be embedded in commercial pipelines. Two more releases followed within seven weeks. It ships as a plain desktop application with six sliders and a headless command line for batch work, and it reads and writes OBJ only, so it is a step in a pipeline rather than somewhere you do any modelling. There is no symmetry option and no way to draw guide curves, which is the honest dividing line between it and the commercial tools.

Key features

Six parameters, no hidden modes

Sharp Edge (the crease angle in degrees), Smooth Normal, Adaptivity, Anisotropy, Target Quads and Edge Scaling. Adaptivity concentrates smaller quads where curvature is high; Anisotropy, added in 1.1.0, lets quads stretch along sweeping curves instead of staying square.

A real headless CLI

Every parameter is exposed as a command line flag, with progress printed as a percentage and a remeshing report written to a file. That makes it one of the few retopology tools you can drop into a server pipeline processing generated or scanned meshes in bulk.

Stage previews you can step through

Since 1.1.0 the viewport can show the source mesh, the decimated version, the isotropic remesh, the parameterisation and the final quads as separate tabs, including the singular vertices. When a result comes out wrong, this is how you find which stage broke.

MIT licensed, deliberately

Version 1.0.0 moved from GPLv3 to MIT by reimplementing the dependencies that blocked it. For anyone building a commercial product around automatic retopology, that relicensing is the single most consequential thing the project has ever done.

OBJ in, OBJ out

No FBX, no glTF, no scene concept. It expects a single mesh file and returns a single mesh file, which keeps the tool simple but means an export and import round trip out of whatever you actually model in.

Pros and cons

What users consistently praise

  • Free under MIT since 1.0.0, which is unusual enough among retopology tools to be the main reason to pick it
  • Better global edge flow than Blender's built-in QuadriFlow in side-by-side user comparisons, particularly on hard-surface models
  • A genuine command line interface with progress reporting and per-run reports, so it can be automated
  • Actively maintained again after the 2026 revival, with three releases between July and August 2026

What users consistently criticise

  • No symmetry support whatsoever, which rules it out for character work that needs matching left and right topology
  • Target Quads is only loosely honoured: the developer's own release screenshots request 50,000 and deliver between 10,000 and 26,000
  • No guide curves or density painting, so a bad result in one area can only be fixed by changing global settings
  • Reads and writes OBJ only, and the six-year gap between the 2020 beta and the 2026 revival is a fair reason to doubt long-term maintenance

Recurring themes across third-party user reviews (G2, Capterra, TrustRadius).

Videos

AutoRemesher 1.0 - Free & OpenSource Retopo Tool For All! · askNK
ONE CLICK RETOPO - Free & Open Source - It's AutoRemesher! · Gamefromscratch
Easy Topology | AutoRemesher (Free) · Farrukh 3D

Pricing

Is AutoRemesher free?

AutoRemesher is free and open source. There is no paid edition to upgrade to, and no feature is held back behind a licence.

Plan Price What you get
AutoRemesher Free MIT licensed since version 1.0.0, so commercial use and redistribution are both permitted. The developer accepts donations; nothing is gated behind them.

checked 2026-09-02

Best for

Pipelines processing generated meshes in bulk

The CLI plus a permissive licence is the combination that matters here. Text-to-3D and image-to-3D output arrives as dense triangle soup, and this can be pointed at thousands of files without per-seat licensing.

Hobbyists who cannot justify a paid remesher

It is meaningfully better than Blender's built-in QuadriFlow on global edge flow, at no cost. For personal sculpts and static props that is often the whole decision.

Hard-surface and mechanical models

This is where user comparisons put it strongest: the grid stays orthogonal across planar surfaces, and the Sharp Edge angle pins loops to real creases.

Who should look elsewhere

Character riggers

There is no symmetry option at all, so the left and right sides of a face come out differently and you have to bisect and mirror by hand. Organic cavities like eye sockets also tend to spiral rather than form closed rings.

Artists who want to direct the flow

No guide curves, no density painting, no local control of any kind. You get six global numbers and a Regenerate button; if the result is wrong in one region, your only lever is to change it everywhere.

Anyone with a textured model

The standalone application discards UVs. A third-party Blender bridge add-on attempts a best-effort UV and material transfer, but the core tool does not.

Frequently asked questions

Is AutoRemesher really free for commercial work?

Yes, since version 1.0.0 in July 2026. Before that it was GPLv3, which made it awkward to embed in closed-source products. The 1.0.0 release notes describe reimplementing the MIT-incompatible dependencies specifically to relicense the project, so both commercial use and redistribution are now clear.

Why does it produce fewer quads than I asked for?

Target Quads is treated as a guideline the solver may undershoot, and it usually does. The developer's own screenshots for versions 1.0.0, 1.1.0 and 1.2.0 all show the target set to 50,000, with results of 26,032, 14,436 and 10,268 quads respectively. Those are three different models, so it is not a controlled comparison, but the direction is consistent: budget for a good deal less than you request, and use Edge Scaling if you need to push density up.

Can it produce symmetrical topology?

No. There is no symmetry axis option, so a symmetrical input comes back with different topology on each side. The workaround is the same as with any tool lacking it: remesh, cut the result in half at the midline, delete one side and mirror. For rigged characters this is not optional.

How does it compare to Quad Remesher?

Quad Remesher is better on the things riggers care about: it enforces symmetry inside the solver, it avoids six-edge poles that pinch under subdivision, and it holds volume on thin features. AutoRemesher's case is that it is free, MIT licensed and scriptable. For static props, scans and batch processing that is often enough; for animated characters it usually is not.

Does it run without a GUI?

Yes. Every slider has a command line equivalent, for example --target-quads, --sharp-edge, --adaptivity and --anisotropy, alongside --input and --output. Version 1.1.0 added percentage progress and written remeshing reports specifically to make batch runs supervisable.

What happened between 2020 and 2026?

Nothing. The last beta shipped on 26 September 2020 and the next release was 6 July 2026. During that gap the algorithm was mostly rebuilt: the fragile quad extraction library was replaced with a custom extractor, and in version 1.1.0 the Geogram dependency was swapped for a native quad parameteriser.

Latest official news

Alternatives to AutoRemesher

See all Retopology ›

Quad Remesher

Automatic quad retopology plugin for 3ds Max, Maya, Blender, Modo, Houdini and Fusion 360, written by the author of ZBrush's ZRemesher.

Paid (one-time) · USD 109.90 one-time, single host application Retopology

TopoGun

Standalone manual retopology and map baking application built to hold million-polygon reference meshes that make general 3D software crawl.

Paid (one-time) RetopologyTexturing and Materials