Releases: slint-ui/node-editor-cpp
Releases · slint-ui/node-editor-cpp
Release list
v0.1.0
A Carmenta-style node / dataflow editor built with Slint — one .slint UI with a C++ backend.
Download
| Platform | Binary |
|---|---|
| macOS (Apple silicon) | node-editor-macos-arm64 |
| Linux x64 | node-editor-linux-x64 |
| Windows x64 | node-editor-windows-x64.exe |
Prefer not to download? Run it in your browser: https://slint-ui.github.io/node-editor-cpp/
Run
- macOS — the binary is unsigned, so Gatekeeper blocks it on first launch. Either right-click the file → Open → Open, or clear the quarantine flag:
chmod +x node-editor-macos-arm64 xattr -d com.apple.quarantine node-editor-macos-arm64 ./node-editor-macos-arm64
- Linux —
chmod +x node-editor-linux-x64 && ./node-editor-linux-x64 - Windows — run the
.exe; SmartScreen may warn on an unsigned binary — More info → Run anyway.
Source (C++ / Rust / shared .slint): https://github.com/slint-ui/node-editor-cpp