Skip to content

NodeBrain v0.3.0

Choose a tag to compare

@jerelle-rimando jerelle-rimando released this 25 May 05:12
· 44 commits to main since this release

What's New

  • Tutorial-style onboarding screen — a clean welcome step-by-step walkthrough of all six tabs (Vault, Integrations, Templates, Dashboard, NodeGraph, Analytics) replaces the generic "Get Started" screen.
  • Cleaner dashboard header — removed redundant logo and name; version stays in the title bar where it belongs.

Fixes

  • Windows blank-screen-after-setup fixed — a Node path.isAbsolute quirk on Windows caused the static server to treat every request as a path traversal attempt and serve index.html instead of asset bundles. The React app never booted. Now it does.
  • Custom installer icon embedded correctly — fixed an electron-builder config flag that was skipping icon embedding, leaving installers with the default Electron icon.

Known Issues

  • NodeBrain is unsigned — Windows SmartScreen may show a warning on first install. Click "More info" → "Run anyway" to proceed. The full source is on GitHub.
  • The Google Workspace integration still requires @googleworkspace/cli (gws) installed globally. All other integrations work out of the box.

Installation

  • NodeBrain Setup 0.3.0.exe — installs to your system with shortcuts and an Add/Remove Programs entry.
  • NodeBrain-0.3.0-portable.exe — runs without installing, from anywhere.