Manyfold
Self-hosted digital asset manager for 3D print files
Alternative to: thingiverse, myminifactory, cults3d
v0.105.0
2025-03-24This release sees the first proper API endpoints for public models, creators and collections. It’s a pretty standard JSON-LD REST API, and should be considered version zero; it will definitely change over time, but we’re excited to see what can be done with it! Full documentation is at /api on every instance (including on Try Manyfold), and is linked in the site footer.
Authenticated access tokens for accessing private data will be coming soon, followed by being able to edit data and upload content.
What’s Changed
✨ New Features ✨
- Added API responses for public models, collections, and creators by @Floppy in https://github.com/manyfold3d/manyfold/pull/3800
- Add license details to model and file APIs by @Floppy in https://github.com/manyfold3d/manyfold/pull/3814
- API improvements, linking resources together and improving JSON-LD by @Floppy in https://github.com/manyfold3d/manyfold/pull/3824
🐛 Bug Fixes 🐛
- Ignore datapackage.json when generating filesystem change lists by @Floppy in https://github.com/manyfold3d/manyfold/pull/3828
- Fix extra slash on rpg-awesome path by @amethystdragon in https://github.com/manyfold3d/manyfold/pull/3827
🛠️ Other Improvements 🛠️
- Improvements to testing across single/multi user by @Floppy in https://github.com/manyfold3d/manyfold/pull/3806
- Add icons to “open in slicer” menu options by @Floppy in https://github.com/manyfold3d/manyfold/pull/3815
New Contributors
- @amethystdragon made their first contribution in https://github.com/manyfold3d/manyfold/pull/3827
Full Changelog: https://github.com/manyfold3d/manyfold/compare/v0.104.1…v0.105.0