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

Corbell: Open Source CLI for Cross-Repo Architecture Analysis and Design Docs
Tools

Corbell: Open Source CLI for Cross-Repo Architecture Analysis and Design Docs

Corbell is a free, open source CLI tool that scans multiple repositories to build an architecture graph and generate design documentation locally. It works fully offline with Ollama or supports various LLM providers, and never sends code off your machine.

OpenClawRadar
Windows System Tray App for Real-Time Claude API Usage Monitoring
Tools

Windows System Tray App for Real-Time Claude API Usage Monitoring

A developer built a lightweight Windows tray application that displays Claude API quota usage in real time, including 5-hour and 7-day windows, today's token counts, and depletion forecasts. The app supports Korean, English, Chinese, and Japanese UI and is open source on GitHub.

OpenClawRadar
Agentlint: GitHub App that catches CLAUDE.md contradictions and broken pointers on every PR
Tools

Agentlint: GitHub App that catches CLAUDE.md contradictions and broken pointers on every PR

Agentlint is a GitHub App that audits your full agent-rules surface (CLAUDE.md, AGENTS.md, skills, hooks) on every PR, posting inline comments for contradictions, broken paths, and unsupported harness features. Free for public repos.

OpenClawRadar
Why Your Claude Code UI Output Drifts and How a Structured Spec Fixes It
Tools

Why Your Claude Code UI Output Drifts and How a Structured Spec Fixes It

A developer explains that inconsistent UI output from Claude Code isn't a prompt problem — it's a format problem. Providing exact hex codes, font weights, spacing, screen states, and transitions eliminates drift. They also open-sourced an MCP server that converts screen recordings into structured specs.

OpenClawRadar