Prism Coder IDE v2.0.1 — VS Code + GitHub Parity
The full-stack AI-native desktop IDE that combines coding, building, and deploying. v2.0 closes the VS Code + GitHub parity gap.
What's new in v2.0
- 🐞 Debugger — Node.js debugging via Chrome DevTools Protocol (breakpoints, step-in/out, variables, call stack)
- 🧠 LSP integration — Language Server Protocol bridge for completions, diagnostics, hover, go-to-definition
- 🌐 Remote SSH — connect to remote hosts, edit files, run terminals over SSH (VS Code Remote-SSH parity)
- 📜 Builder version history — per-project bare git repository captures every Builder save; restore any prior state
- 🎨 AI design-to-code — paste a Figma screenshot or design URL → React/Tailwind component via vision model
- ⚙️
prism CLI — standalone Node CLI wrapping git/gh with AI-assisted commit/PR (see CLI.md)
- 📋 GitHub PRs/Issues/Actions — list, create, comment, merge — all without leaving the IDE
- 🛠️ Tasks runner — VS Code
tasks.json parser with full JSONC support (comments, trailing commas)
- 🔀 Source Control diff — Monaco DiffEditor side-by-side diff viewer for staged/unstaged changes
Plus all v1.0 features: Agent Mode, Website Builder, Visual Drag & Drop, Auth & Database, DevContainers, Customer Board, Media Studio, One-Click Deploy, SEO + Analytics, Marketplace, Workflow Engine, Git, 12-language i18n.
Downloads
| Platform | Package | Size |
|----------|---------|:----:|
| macOS (Apple Silicon) | Prism Coder-2.0.1-arm64.dmg | 114 MB |
| macOS (Apple Silicon, zip) | Prism Coder-2.0.1-arm64.zip | 110 MB |
| Windows | Prism Coder-2.0.1-Setup.exe | 100 MB |
| Linux | Prism Coder-2.0.1-arm64.AppImage | 120 MB |
macOS first-launch
The .app is signed with a Developer ID certificate but not yet notarized. macOS may show a "developer cannot be verified" warning — right-click the app → Open to bypass once. Notarization tracking in v2.1.
Windows first-launch
The .exe is Authenticode-signed with a self-signed Synalux certificate (CN=Prism Coder by Synalux, timestamped via DigiCert). SmartScreen may still warn until the cert builds reputation — click More info → Run anyway. EV cert tracking in v2.1.
Linux
The AppImage is built for arm64. After download: chmod +x "Prism Coder-2.0.1-arm64.AppImage" then double-click to run.
VS Code parity status
| Feature | v1.0 | v2.0 |
|---------|:----:|:----:|
| Editor + extensions UI | ✅ | ✅ |
| Source Control (git basics) | ✅ | ✅ |
| Source Control diff viewer | ❌ | ✅ |
| Tasks (tasks.json) | ❌ | ✅ |
| Debugger (DAP/CDP) | ❌ | ✅ |
| LSP bridge | ❌ | ✅ |
| Remote SSH | ❌ | ✅ |
| Settings sync | ❌ | 🟡 partial |
GitHub parity status
| Feature | v1.0 | v2.0 |
|---------|:----:|:----:|
| Issues (list/create/comment) | ❌ | ✅ |
| Pull Requests | ❌ | ✅ |
| Actions / Workflow runs | ❌ | ✅ |
| gh CLI passthrough | ❌ | ✅ |
Tests
61 tests covering v1.2 + v2.0 features (Debugger, LSP, Remote, Version History, Design-to-Code, GitHub Ops, Tasks, Diff Viewer, prism CLI).