Analysis updated 2026-05-18
Generate a 3D game asset from a single reference photo
Create a printable 3D model from a picture of an object
Turn concept art into an explorable 3D scene without uploading images to the cloud
| lightningpixel/modly | sofn-xyz/mailing | fern-api/fern | |
|---|---|---|---|
| Stars | 3,541 | 3,610 | 3,611 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | hard | easy | easy |
| Complexity | 4/5 | 2/5 | 2/5 |
| Audience | developer | developer | pm founder |
Figures from each repo's GitHub metadata at analysis time.
Requires a capable local GPU, macOS support is not yet available.
Modly is a desktop application that turns photos into 3D models using artificial intelligence, all processed locally on your own GPU, with no cloud service required. If you have an image of an object, a character, or a scene, you can drop it into Modly and get back a 3D mesh you can use in other projects. The way it works is through an extension system. Modly itself is the shell, a TypeScript desktop app with a Python backend that handles the AI processing. The actual AI models are installed as extensions, each one a separate GitHub repository containing a model file and a configuration. Official extensions are available for several named models, and you install them by pasting a GitHub URL into the app's Models page. Once installed, you download the specific model variant you want and start generating. The app is open source and self-hosted, meaning everything runs on your own machine, your images never leave your computer. It is available for Windows and Linux, with macOS noted as coming soon in the README. You would use Modly if you want to generate 3D assets for game development, 3D printing, digital art, or any creative project that starts from a photo. Because it runs locally, it is useful if you have privacy concerns about uploading images to a service, or if you simply want a free, offline tool. The tech stack is TypeScript for the desktop interface and Python for the AI backend.
A self-hosted desktop app that turns photos into 3D models using local GPU-based AI models, with no cloud upload.
Mainly TypeScript. The stack also includes TypeScript, Python.
Open source and self-hosted, check the repository license file for exact terms.
Setup difficulty is rated hard, with roughly 1h+ to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.