Manyfold
Self-hosted digital asset manager for 3D print files
Alternative to: thingiverse, myminifactory, cults3d
v0.140.0
2026-05-13This release includes some features requested by XRForge, a system for hosting XR content which is built atop a custom Manyfold configuration. There’s also a high-priority security bugfix to prevent path traversal attacks when renaming files.
On the feature side, you can now specify the text to be used for links, rather than just showing the domain or the preset text we have for some sites. You can also now specify a main “entrypoint” file for a model (a bit like index.html for web pages) and a starting XRFragment, which is pretty handy when hosting virtual environments!
What’s Changed
✨ New Features ✨
- Add optional anchor text for links by @Floppy in https://github.com/manyfold3d/manyfold/pull/6109
- XRFragments entrypoint support by @Floppy in https://github.com/manyfold3d/manyfold/pull/6110
🔒 Security 🔒
- Sanitize filenames to avoid path traversal and other security issues by @Floppy in https://github.com/manyfold3d/manyfold/pull/6122
🐛 Bug Fixes 🐛
- Fix file grouping with subdirectories by @Floppy in https://github.com/manyfold3d/manyfold/pull/6121
🌍 Internationalization 🌏
- Translations updated: de by @Floppy in https://github.com/manyfold3d/manyfold/pull/6107
🛠️ Other Improvements 🛠️
- OpenAPI definition updated by @Floppy in https://github.com/manyfold3d/manyfold/pull/6117
- Load/save entrypoint data to/from datapackage by @Floppy in https://github.com/manyfold3d/manyfold/pull/6116
Full Changelog: https://github.com/manyfold3d/manyfold/compare/v0.139.3…v0.140.0