A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Using AI to generate 3D models
A local AI CAD companion for building, previewing, and iterating parametric 3D models with coding agents.
中文 · Download · AI Agent Workflow · Develop From Source · Releases
Forgent3D is an independent project exploring what CAD workflows look like when coding agents can generate, rebuild, inspect, and revise real geometry locally.
Download the desktop app from Releases. The bundled build includes the CAD runtime, so you can start without setting up Python or build123d manually.



Most AI-generated CAD workflows stop at source code. Forgent3D closes the loop: it gives agents and humans a fast way to build, preview, inspect, and iterate on real geometry.
part.py or asm.xml plus params.json, so dimensions and visual choices stay editable.__viewer.materials in params.json to assign preview material presets and colors without mixing styling into geometry.Download the latest release:
https://github.com/forgent3d/forgent3d/releases/
The release app is the recommended way to try Forgent3D. It is packaged with the local CAD runtime and viewer, so you can create and inspect models without preparing a separate CAD development environment.
The app creates self-contained model packages under models/. Each model has a root asm.xml and params.json, with local editable parts beneath it:
models/
reference_mount/
asm.xml
params.json
parts/
mounting_plate/
part.py
params.json
fastener_stack/
part.py
params.json
AI agent or editor
|
v
models/<name>/asm.xml + params.json
models/<name>/parts/<part>/part.py + params.json
|
v
Forgent3D build runner
|
v
MJCF model package preview
|
v
Interactive viewer, screenshots, geometry info, MCP feedback
Forgent3D is designed to sit next to AI coding tools. Launch your agent from the viewer so project-specific skills, rules, and MCP configuration are available.
A typical loop:
part.py, asm.xml, and params.json.This keeps the workflow grounded in real geometry instead of text-only reasoning.
Most users should start with the release app. If you want to work on Forgent3D itself, run it from source with pnpm:
pnpm install
pnpm run build:electron
pnpm run build:runner
pnpm run dev
Building the embedded CAD runner currently requires Python 3.13. You can set AICAD_PYTHON_BIN if you want to point the build at a specific Python executable.
Useful scripts:
pnpm run build:renderer
pnpm run build
pnpm run start
Forgent3D is part of a growing wave of open AI-assisted CAD experiments. Several projects are exploring how language models, code, and CAD geometry can work together.
Forgent3D focuses on the desktop workflow around agent-generated CAD: packaging the CAD runtime, viewer, agent bridge, rebuild loop, and geometry feedback into one installable app.
The source code in this repository is available under the MIT License.
Design enforcement with memory — keeps your UI consistent across a project
1000+ skills curated from Anthropic, Vercel, Stripe, and other engineering teams
Claude Code skill for YouTube creators — channel audits, video SEO, retention scripts, thumbnails, content strategy, Sho
AI image generation skill for Claude Code -- Creative Director powered by Gemini