Skip to content

ZAE Converter

FileFlip converts ZAE files into 14 other formats entirely inside your browser, using Assimp compiled to WebAssembly. The ZAE file is never uploaded to a server: it is read off your disk, converted on your own machine, and saved back by the browser. There is no file-size limit and no account to create.

Convert ZAE to

How do I convert a ZAE file?#

  1. Drop your ZAE file onto the converter at the top of this page, or click it to pick one from your computer.
  2. Choose the format you want out of it. FileFlip downloads the engine that conversion needs, once, and your browser caches it.
  3. Conversion starts the moment you pick the format, and the result is yours to download. The work happens in this tab, so nothing is uploaded and nothing is queued.

Is it safe to convert ZAE files online?#

Yes, because nothing is uploaded. FileFlip converts ZAE files inside the browser tab you already have open, using WebAssembly builds of the same engines a desktop converter would install. Your file is read from your own disk into the page's memory, and no request carrying it is ever made.

You do not have to take that on trust. Open your browser's network panel, run a conversion, and you will see the engine come down and your file go nowhere. There is no upload, no server-side copy, no retention window, and no account tied to what you converted.

How FileFlip works lists every engine, its version and its download size, and shows how to check for yourself that nothing leaves your machine.

What happens to a ZAE file#

FileFlip converts ZAE into 14 formats with Assimp, all of it inside the browser tab. Each conversion below names the engine it uses, what it downloads, and exactly what that conversion keeps or drops.

Category3D Models
File extension.zae
FileFlip supportRead only, so it is a source rather than a target
Conversions available14
EnginesAssimp
Downloaded to your browser11.2 MB on the first conversion, then cached

What is a ZAE file?#

A ZAE file is a ZIP archive defined by the Khronos Group, holding a manifest.xml that names the entry-point COLLADA document inside the archive alongside that .dae file's own textures and other referenced assets, so an importer can find and load everything without a separate download step.

Use ZAE when a COLLADA scene and its textures need to travel or be shared as one file instead of a folder of loose assets.

Convert ZAE to glTF or GLB when the scene needs to go to a web viewer, game engine or AR platform that expects a modern delivery format rather than packaged COLLADA.

The ZAE file format reference covers the specification, the programs that open one, and what each conversion keeps or drops.

ZAE questions people ask#

What is a ZAE file?

A ZAE file is a ZIP archive holding a COLLADA (.dae) document together with the textures and other assets it references, plus a manifest.xml that identifies which document inside the archive is the entry point. It's the Khronos Group's answer to sharing a COLLADA scene as a single file.

How is ZAE different from a DAE file?

A DAE file is just the COLLADA XML document on its own, referencing textures as separate files sitting alongside it. A ZAE file packages that same DAE together with those textures inside one ZIP archive, so the scene doesn't come apart if only the DAE gets copied or shared.

What opens ZAE files?

Support for .zae specifically is narrower than for plain .dae; Assimp-based tools read the manifest and load the archive's COLLADA document directly, but some COLLADA-capable software still expects the archive extracted to a loose .dae first.