The AI-native CAD platform β open-source, browser-based, and kernel-agnostic. Design anything from 3D prints, game assets, and more.
π§ Tau is currently under heavy development. APIs and interfaces may change as we add new features and improvements.
- Open Source β MIT licensed
- Browser-Based β Run CAD on mobile or desktop, no installation required
- Code-Based CAD β Precise, version-controlled designs through code
- AI-Powered β Natural language interface for design creation and modification
- Parametric Editor β Adjustable parameters with real-time preview
- Multi-Kernel β Choose the right CAD engine for your project
- Embeddable β Components to bring CAD into any web application
- 3D Printing β Design and export to STL, 3MF, and slicer-compatible formats
- Game Development β Create 3D models for games and simulations
- Industrial Design β Create 3D models for industrial design and manufacturing
- CAD Prototyping β Parametric code with version control and instant iteration
- Academic Research β Kernel APIs for computational geometry and educational tools
Tau's multi-kernel architecture lets you choose the best engine for your needs. We're currently focused on mechanical CAD, with plans to expand into electrical design, firmware development, and simulation.
| Category | Type | Implemented | Planned |
|---|---|---|---|
| Mechanical | CAD | β’ OpenSCAD β’ Replicad β’ Manifold β’ Zoo (KCL) β’ JSCAD β’ OpenCascade (direct opencascade.js) |
β’ OnShape β’ Fusion360 β’ Build123D β’ Curv β’ PicoGK (ShapeKernel) β’ Buerli (ClassCAD) |
| Sim | β | β’ FEAScript | |
| Electrical | CAD | β | β’ TSCircuit β’ Atopile |
| Sim | β | β’ ngspice β’ CircuitJS |
|
| Firmware | CAD | β | β’ Arduino β’ MicroPython |
| Sim | β | β’ QEMU β’ Wokwi |
Convert between 39 input formats and 14 output formats including STL, STEP, GLTF, FBX, 3MF, OBJ, USDZ, and more.
- Discord β Join our community
- Documentation β tau.new/docs
- GitHub Discussions β Ask questions and share ideas
We welcome contributions! Please see our Contributing Guide for development setup and guidelines.
For security concerns, please review our Security Policy.
Please read our Code of Conduct before participating.
Tau is built on a foundation of excellent open-source projects:
| Category | Technologies |
|---|---|
| State Management | XState V5 |
| Code Editor | Monaco Editor |
| 3D Rendering | Three.js, React Three Fiber |
| UI Framework | React 19, Radix UI, shadcn/ui |
| File Tree | Headless Tree |
| AI Orchestration | LangChain |
| 3D Processing | glTF-Transform, Assimp |
| CAD Kernels | OpenCascade.js, Manifold, JSCAD, OpenSCAD WASM |
| Documentation | Fumadocs |
| Database | Drizzle ORM |
| Git Operations | Isomorphic Git |
Special thanks to OpenSCAD Playground for inspiring the browser-based code-CAD architecture.
Tau is MIT-licensed.
One optional bundled component β the OpenSCAD kernel, published as the standalone @taucad/openscad package β pulls in openscad-wasm-prebuilt, which is GPL-2.0-or-later. @taucad/openscad is itself published under GPL-2.0-or-later for license clarity. When you build, install, or deploy a Tau distribution that includes @taucad/openscad, the resulting combined distribution must satisfy the GPL-2.0-or-later terms (notably, source availability β already satisfied by this public repository β and shipping the GPL license text alongside the OpenSCAD WASM).
If you build, install, or deploy a Tau distribution without @taucad/openscad (for example, only Replicad, JSCAD, Manifold, OpenCascade, or Zoo), no GPL obligation attaches to your distribution.
Full third-party license inventory: license-deps.