SynapsCAD: Open-Source Desktop App for OpenSCAD with Claude AI Integration

✍️ OpenClawRadar📅 Published: March 1, 2026🔗 Source
SynapsCAD: Open-Source Desktop App for OpenSCAD with Claude AI Integration
Ad

SynapsCAD is an open-source desktop application that combines an OpenSCAD code editor, a real-time 3D viewport, and an AI assistant. The app is free to try and fully open-source.

Key Features

You can write OpenSCAD code and compile it directly to a 3D mesh. The app integrates API support so you can select Claude as your active model to write and modify your 3D CAD code through natural language directly within the application.

Technical Architecture

  • Built entirely in Rust
  • UI and 3D viewport powered by Bevy 0.15 and egui
  • Uses a pure-Rust compilation pipeline with openscad-rs for parsing and csgrs for constructive solid geometry rendering
  • No external tools or WASM required
  • Async AI network calls handled by Tokio in the background to keep the Bevy render loop smooth
Ad

Current Status and Limitations

This is a very early prototype. The OpenSCAD parser/compiler doesn't support everything perfectly yet, so you will hit rough edges with complex scripts. The creator is seeking feedback, architectural critiques, or bug reports—especially specific OpenSCAD snippets that break the compiler.

Availability

Downloads for Windows, Mac, and Linux are available on GitHub: https://github.com/ierror/synaps-cad

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also