Desktop · from scratch
DecisionManager Desktop IDE
DecisionManager Desktop IDE
v0.1.0scaffoldLive
- Tauri 2 shell for macOS, Windows, and Linux
- Connect + JWT against Platform API
- Workspace switcher + project repository list (Manager API)
Partial
- Visual table/flow/BAL editors in desktop (reuse Manager editors — next milestones)
- Validate / dry-run / deploy from the desktop strip
Residual
- Offline local BAL / Rete engine
- Eclipse Rule Designer project / Java XOM JAR
- Full 264-command parity with the VS Code extension
Get started (developer scaffold)
From a DecisionManager checkout with the API stack running (./scripts/stack.sh start).
Desktop shell (Tauri)
cd ide && npm install && npm run tauri:devUI only (browser)
cd ide && npm install && npm run devNative installers are not listed yet (unsigned engineering path only). When packaging publishes artifacts they appear here — we never invent download links.
How it relates to Studio & VS Code
Prefer VS Code today?
Desktop IDE
DecisionManager Studio
Current extension build
Decision Manager v0.4.5
638de37d005da937c98c90a2064c688833d8813f7811db9c1f4431ebe830cb13Install for
One-line install (Terminal)
Preparing install command for this host…
All platforms
What this install does and does not do
- No full branded Studio binary is published for this OS yet. The installer installs VSCodium or VS Code (if needed) and the Decision Manager extension v0.4.5 (264 commands) — the same full IDE surface, not a reduced build.
- Desktop Studio and VSCodium use Open VSX for optional extensions — not the Visual Studio Marketplace. Some Microsoft-only extensions will not install.
- Unsigned desktop builds may be blocked by Gatekeeper or SmartScreen until notarized or Authenticode-signed. Prefer checksums on the download page.
- This is the developer desktop IDE, not a replacement for the browser Decision Manager console. Authoring, ops, and admin UIs stay in the web consoles for non-desktop workflows.
- INSTALL_MODE=manager opens the Decision Manager profile (workspace defaults and activity-bar focus). Change mode by re-running with INSTALL_MODE=manager|server|admin.
- Rule Designer analogue, not Eclipse: residual honesty — no Eclipse project on disk, no Java XOM JAR/B2X, no Ant ruleapp headless, no offline local BAL parser. Palette size is the measured 264 commands on extension v0.4.5; residual capabilities stay residual (see Help → Rule Designer matrix).
Extension 0.4.5 · product 0.1.0 · checksums on the download page. Prefer VSCodium (Open VSX) over Microsoft VS Code for marketplace terms.