Chili3D: A Powerful Web-Based 3D CAD Application for Online Design
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
Chili3D is an open-source, browser-based 3D CAD application built with TypeScript. It leverages OpenCascade compiled to WebAssembly and Three.js to deliver near-native performance for online 3D model design and editing. This powerful tool allows users to create, modify, and render complex models directly in their browser, eliminating the need for local software installation.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
Chili3D is an open-source, browser-based 3D CAD (Computer-Aided Design) application. Built with TypeScript, it achieves near-native performance by compiling OpenCascade (OCCT) to WebAssembly and integrating with Three.js. This allows for powerful online modeling, editing, and rendering capabilities, all without requiring any local installation. It's designed for online model design and editing, making advanced CAD accessible directly through a web browser.
Installation
To get started with Chili3D for development, follow these steps:
Prerequisites
- Node.js
- npm
Installation Steps
- Clone the repository:
git clone https://github.com/xiangechen/chili3d.git cd chili3d - Install dependencies:
npm install - Start the development server:
npm run dev # Launches at http://localhost:8080
Examples
Chili3D offers a comprehensive suite of tools for 3D design. Users can create basic shapes, perform 2D sketching, and execute advanced operations like Boolean operations, extrusion, and revolution. It also includes precise snapping and tracking features, extensive editing tools for modification and transformation, and measurement capabilities to calculate angles, lengths, areas, and volumes. For a live demonstration, visit the official Chili3D website.
Why Use Chili3D?
Chili3D stands out as a powerful solution for 3D CAD due to several key advantages. Being entirely browser-based, it eliminates the need for complex software installations, making it accessible from anywhere with an internet connection. Its use of WebAssembly for OpenCascade ensures near-native performance, providing a smooth and responsive user experience typically found in desktop applications. As an open-source project, it fosters community contributions and transparency. Furthermore, its rich feature set, including advanced modeling, precise snapping, and robust editing tools, makes it suitable for a wide range of design tasks.
Links
- GitHub Repository: xiangechen/chili3d
- Official Website: chili3d.com
- Cloudflare Deployment: chili3d.pages.dev
Related repositories
Similar repositories that may be relevant next.

TRELLIS: Structured 3D Latents for Scalable and Versatile 3D Generation
April 1, 2026
TRELLIS is the official repository for a CVPR'25 Spotlight paper on "Structured 3D Latents for Scalable and Versatile 3D Generation." This Microsoft project introduces a powerful model for generating high-quality 3D assets from text or image prompts. It supports diverse output formats like Radiance Fields, 3D Gaussians, and meshes, offering flexible editing capabilities.

HunyuanWorld-1.0: Generating Immersive 3D Worlds from Text or Pixels
November 2, 2025
HunyuanWorld-1.0 is an innovative GitHub repository from Tencent-Hunyuan, designed for generating immersive, explorable, and interactive 3D worlds. It leverages advanced models to create detailed 3D environments directly from text descriptions or input images. This project aims to overcome limitations in existing 3D world generation by offering 360° immersive experiences and mesh export capabilities.
Source repository
Open the original repository on GitHub.
6 counted GitHub visits