{"id":48151125,"url":"https://github.com/lightningpixel/modly","last_synced_at":"2026-04-04T17:12:20.809Z","repository":{"id":345215601,"uuid":"1184568969","full_name":"lightningpixel/modly","owner":"lightningpixel","description":"Desktop app to generate 3D models from images using local AI — runs entirely on your GPU","archived":false,"fork":false,"pushed_at":"2026-04-03T14:05:14.000Z","size":23731,"stargazers_count":815,"open_issues_count":9,"forks_count":85,"subscribers_count":10,"default_branch":"main","last_synced_at":"2026-04-03T17:06:59.335Z","etag":null,"topics":["3d","ai-local","ai-tools","desktop-app","modly","open-source","self-hosted"],"latest_commit_sha":null,"homepage":"https://modly3d.app","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lightningpixel.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"lightningpixel"}},"created_at":"2026-03-17T18:02:35.000Z","updated_at":"2026-04-03T14:05:20.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/lightningpixel/modly","commit_stats":null,"previous_names":["lightningpixel/modly"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/lightningpixel/modly","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightningpixel%2Fmodly","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightningpixel%2Fmodly/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightningpixel%2Fmodly/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightningpixel%2Fmodly/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lightningpixel","download_url":"https://codeload.github.com/lightningpixel/modly/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lightningpixel%2Fmodly/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31407644,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["3d","ai-local","ai-tools","desktop-app","modly","open-source","self-hosted"],"created_at":"2026-04-04T17:12:20.748Z","updated_at":"2026-04-04T17:12:20.804Z","avatar_url":"https://github.com/lightningpixel.png","language":"TypeScript","funding_links":["https://github.com/sponsors/lightningpixel"],"categories":["TypeScript","AI开源项目"],"sub_categories":["AI 工具"],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"resources/icons/icon.png\" width=\"96\" alt=\"Modly logo\" /\u003e\n\u003c/p\u003e\n\n# Modly\n\n**Local, open source, AI-powered image-to-3D mesh generation.**\nTurn any photo into a 3D model using open source AI models running entirely on your GPU.\nModly is a desktop application for Windows and Linux (macOS coming soon)\n\n\u003e Created by [Lightning Pixel](https://github.com/lightningpixel)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"docs/app-screenshot.png\" alt=\"Modly screenshot\" /\u003e\n\u003c/p\u003e\n\n---\n\n\n## Download\n\nHead to the [Releases](../../releases/latest) page to download the latest installer for Windows or Linux.\n\nAlternatively, you can clone the repository and run the app directly without installing:\n\n```bash\n# Windows\nlauncher.bat\n\n# Linux\n./launcher.sh\n```\n\n---\n\n\n\n## Getting started\n\n### 1. Install JS dependencies\n\n```bash\nnpm install\n```\n\n### 2. Set up Python backend\n\n```bash\ncd api\npython -m venv .venv\n.venv\\Scripts\\activate     # Windows\nsource .venv/bin/activate  # Linux / macOS\npip install -r requirements.txt\n```\n\n### 3. Run in development\n\n```bash\nnpm run dev\n```\n\n---\n\n## Extension system\n\nModly supports external AI model extensions. Each extension is a GitHub repository containing a `manifest.json` and a `generator.py`.\n\n### Official extensions\n\n| Extension | Model | URL |\n|-----------|-------|-----|\n| [modly-hunyuan3d-mini-extension](https://github.com/lightningpixel/modly-hunyuan3d-mini-extension) | Hunyuan3D 2 Mini | https://github.com/lightningpixel/modly-hunyuan3d-mini-extension |\n| [modly-hunyuan3d-mini-turbo-extension](https://github.com/lightningpixel/modly-hunyuan3d-mini-turbo-extension) | Hunyuan3D 2 Mini Turbo | https://github.com/lightningpixel/modly-hunyuan3d-mini-turbo-extension |\n| [modly-hunyuan3d-mini-fast-extension](https://github.com/lightningpixel/modly-hunyuan3d-mini-fast-extension) | Hunyuan3D 2 Mini Fast | https://github.com/lightningpixel/modly-hunyuan3d-mini-fast-extension |\n| [modly-triposg-extension](https://github.com/lightningpixel/modly-triposg-extension) | TripoSG | https://github.com/lightningpixel/modly-triposg-extension |\n| [modly-trellis2-extension](https://github.com/lightningpixel/modly-trellis2-extension) | TRELLIS.2 | https://github.com/lightningpixel/modly-trellis2-extension |\n\n### How to install an extension\n\n**1.** Go to the **Models** page and click **Install from GitHub**.\n\n![Install from GitHub](docs/install-from-github.png)\n\n**2.** Enter the HTTPS URL of the extension repository and confirm.\n\n![Enter extension URL](docs/install-extension.png)\n\n**3.** Once the extension is installed, download the model or one of its variants.\n\n![Install models](docs/install-models.png)\n\n---\n\n### Community \n\nJoin the [Discord server](https://discord.gg/FjzjRgweVk) to stay up to date with the latest news, report bugs, and share feedback.\n\n---\n\n## License\n\nMIT License — see [LICENSE](LICENSE) for details.\n\n**If you fork this project and build your own app from it, you must credit the original project and its creator:**\n\n\u003e Based on [Modly](https://github.com/lightningpixel/modly) by [Lightning Pixel](https://github.com/lightningpixel)\n\nThis is a requirement of the MIT license attribution clause. Please keep this credit visible in your app's UI or documentation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flightningpixel%2Fmodly","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flightningpixel%2Fmodly","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flightningpixel%2Fmodly/lists"}