Modly is an Electron desktop app that runs image-to-3D generation entirely on your local GPU with no cloud calls or API keys. It's built around a plugin system where extensions are GitHub repos containing a manifest.json and generator.py that implement the generation interface. Ships with Hunyuan3D 2 Mini out of the box. The architecture is straightforward: TypeScript frontend talking to a local Python FastAPI backend that loads models and runs inference. If you want full control over your 3D generation pipeline and don't mind managing model weights yourself, this gives you that. Launcher scripts handle setup on Windows and Linux, and the extension API is clean enough to wrap most HuggingFace models without much boilerplate.
npx skills add https://github.com/aradotso/trending-skills --skill modly-image-to-3d