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

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
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
👀 See Also

Why AI Bounty Hunters Are Losing Money: Data from 60 Issues
A developer tried to make Claude earn money on open-source bounties with a $20 token budget. After scanning 80+ Algora bounties, they found most are saturated with 10+ open PRs, $1 spam, or reserved for interviews. Expected value: $0.

LobsterBoard adds theme system and template gallery
LobsterBoard now includes a theme system with five visual options and a template gallery that allows users to export and import dashboard layouts with automatic sensitive data stripping.

Claude Debugs and Fixes Its Own MCP Filesystem Server UNC Path Bug on Windows
A developer used Claude Opus to diagnose and patch a bug in the MCP Filesystem Server where UNC network share paths on Windows failed for subdirectory operations. The fix addresses a path validation issue that prevented access to files and folders within UNC shares.
LTM: A JSON Protocol for Portable Agent Memory Across Models and Machines
LTM is a JSON protocol (Core Memory Packet) plus CLI/server for persisting agent context—dead ends, constraints, next steps—across models, editors, and machines. Packets are 2-5 KB, redact secrets, and support MCP.