Manyfold
Self-hosted digital asset manager for 3D print files
Alternative to: thingiverse, myminifactory, cults3d
v0.143.0
2026-06-02This release adds “alternative format” links between files. Now, when you convert a file to another format, they’ll be automatically linked together, in the same way as supported files.
There’s a new UI for editing these relationships, you can switch between them with tabs, and they will be collapsed into one in the listings. There’s more possibilities here for different relationship types in future, so let us know what you’d like to see!
We’ve also got a long-requested feature, static rendering for STEP files! We can’t show them interactively yet, but at least you can see which file is which!
What’s Changed
✨ New Features ✨
- Automatically add links between files during format conversion by @Floppy in https://github.com/manyfold3d/manyfold/pull/6227
- Add UI elements for editing file relationships by @Floppy in https://github.com/manyfold3d/manyfold/pull/6240
- Update F3D to enable STEP file rendering by @Floppy in https://github.com/manyfold3d/manyfold/pull/6245
- Combine all linked files in UI, not just supported/unsupported by @Floppy in https://github.com/manyfold3d/manyfold/pull/6256
🐛 Bug Fixes 🐛
- Fix bad link generation for model file edit pages by @Floppy in https://github.com/manyfold3d/manyfold/pull/6231
- Fix show error with files only viewable via render derivative by @Floppy in https://github.com/manyfold3d/manyfold/pull/6244
- Don’t show related file tabs if there aren’t any by @Floppy in https://github.com/manyfold3d/manyfold/pull/6259
- Copy file metadata when converting file formats by @Floppy in https://github.com/manyfold3d/manyfold/pull/6260
🔋 Sustainability & Performance 🔋
- Improve performance of file handler code by @Floppy in https://github.com/manyfold3d/manyfold/pull/6252
🌍 Internationalization 🌏
- Translations updated: de by @Floppy in https://github.com/manyfold3d/manyfold/pull/6254
- Translations updated: es by @Floppy in https://github.com/manyfold3d/manyfold/pull/6253
🛠️ Other Improvements 🛠️
- Improve rendering of 2D DXF files by @Floppy in https://github.com/manyfold3d/manyfold/pull/6246
- Update Bundler platforms by @Floppy in https://github.com/manyfold3d/manyfold/pull/6258
- Remove unnecessary translation key by @Floppy in https://github.com/manyfold3d/manyfold/pull/6276
Full Changelog: https://github.com/manyfold3d/manyfold/compare/v0.142.0…v0.143.0