forgent3d-desktop

by forgent3dVerified

Using AI to generate 3D models

238
Stars
27
Forks
TypeScript
Language
8/23/2026
Added
View on GitHubDownload ZIP

⚠️ Third-Party Software Notice

This skill is third-party open-source software developed and hosted independently on GitHub. SkillTip is an informational directory and does not control or maintain the underlying repository. Any security checks displayed are automated and limited in scope. Review the source code before installing.

Read the Terms of Service

Installation

Add to your Claude Code skills directory:

# Add to your Claude Code skills
git clone https://github.com/forgent3d/forgent3d-desktop

Getting Started

Guides for using skills like forgent3d-desktop.

Security Report

Verified

Last scanned: —

{
  "status": "PASSED",
  "issues": []
}

README.md

Forgent3D logo

Forgent3D

A local AI CAD companion for building, previewing, and iterating parametric 3D models with coding agents.

Release GitHub stars License: MIT AI CAD

中文 · 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.

Download Forgent3D

Planetary gear set

Forgent3D: planetary gear set preview

Quadrotor drone

Forgent3D: parametric quadrotor drone preview

Turbofan engine

Forgent3D: turbofan engine preview

✨ Why Forgent3D

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.

  • Parametric CAD by default: models are driven by part.py or asm.xml plus params.json, so dimensions and visual choices stay editable.
  • Live local preview: rebuild models and inspect them in a Three.js viewer without leaving the desktop app.
  • AI-agent friendly: built-in project skills and MCP tooling help agents generate, rebuild, screenshot, and verify CAD output.
  • Geometry-first validation: model packages preview through MJCF, with screenshots and bounding-box data available for inspection.
  • Assemblies and motion: compose multi-body systems with MJCF, reusable STL meshes, joints, constraints, and optional MuJoCo simulation.
  • Renderer materials: use __viewer.materials in params.json to assign preview material presets and colors without mixing styling into geometry.

🚀 Download

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

🧩 How It Works

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

🤖 AI Agent Workflow

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:

  1. Ask the agent to create or modify a model.
  2. The agent edits part.py, asm.xml, and params.json.
  3. The agent calls the viewer rebuild tool.
  4. Forgent3D updates the preview and caches geometry info.
  5. The agent uses screenshots or bounding-box data to verify the result.

This keeps the workflow grounded in real geometry instead of text-only reasoning.

🛠️ Develop From Source

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

🔗 Ecosystem

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.

  • CADAM explores browser-based text-to-CAD, with natural language or image input, parametric controls, browser preview, and common export formats.
  • text-to-cad explores CAD skills and workflows for coding agents such as Codex and Claude Code. It is one of the closest projects in spirit to Forgent3D.
  • ForgeCAD explores code-first parametric CAD using JavaScript/TypeScript, with a browser workbench, local CLI, and agent-ready workflows.

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.

📄 License

The source code in this repository is available under the MIT License.

Frequently Asked Questions

What is forgent3d-desktop?

forgent3d-desktop is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by forgent3d. Using AI to generate 3D models. It has 238 GitHub stars.

Is forgent3d-desktop safe to use?

Yes. forgent3d-desktop passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install forgent3d-desktop?

Clone the repository with "git clone https://github.com/forgent3d/forgent3d-desktop" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is forgent3d-desktop written in?

forgent3d-desktop is primarily written in TypeScript. It is open-source under forgent3d on GitHub, so you can review or fork the full source.

Are there alternatives to forgent3d-desktop?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh forgent3d-desktop against similar tools.

Comments (0)

No comments yet. Be the first to share your thoughts!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI Agents
View details

Developers Also Liked

Based on votes and bookmarks from developers who liked this skill

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI Agentsai-agentsanthropicclaude-code
View details
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI Agentsai-agentsbrainstorming
View details

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP Serversapisai-tools
View details

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI Agentsai-agentsanthropicclaude-code
View details

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI Agentsclaude-codeai-tools
View details