Skip to content

Releases: NodeSpaceAI/nodespace-core

NodeSpace v0.2.0

Choose a tag to compare

@malibio malibio released this 25 Jun 21:17

NodeSpace v0.2.0

What's new

  • macOS ARM .pkg installer — bundles the GUI app, nodespace CLI, and nodespaced daemon into a single signed and notarized package
  • Daemon now exposes --edition flag (prints community or pro) and --version
  • All crates and packages bumped to 0.2.0

Downloads

macOS (Apple Silicon)

File Description
NodeSpace_0.2.0_aarch64-apple-darwin.pkg Recommended — installs the app, CLI, and daemon in one step
NodeSpace_0.2.0_aarch64.dmg App only — no CLI or daemon

Windows

File Description
NodeSpace_0.2.0_x64-setup.exe Windows installer (NSIS)
NodeSpace_0.2.0_x64_en-US.msi Windows installer (MSI)

Linux / advanced

These are standalone binaries for headless or custom setups. Download both nodespace (CLI) and nodespaced (daemon) for your platform:

File Platform
nodespace-aarch64-apple-darwin macOS Apple Silicon — CLI
nodespaced-aarch64-apple-darwin macOS Apple Silicon — daemon
nodespace-aarch64-unknown-linux-gnu Linux ARM64 — CLI
nodespaced-aarch64-unknown-linux-gnu Linux ARM64 — daemon
nodespace-x86_64-unknown-linux-gnu Linux x86-64 — CLI
nodespaced-x86_64-unknown-linux-gnu Linux x86-64 — daemon
nodespaced-x86_64-pc-windows-msvc.exe Windows x86-64 — daemon

SHA256SUMS contains checksums for all assets.

NodeSpace v0.1.6

Choose a tag to compare

@malibio malibio released this 05 May 13:32

NodeSpace v0.1.6

Downloads

Platform File Description
macOS (Apple Silicon) NodeSpace_0.1.6_aarch64.dmg For M1/M2/M3 Macs
macOS (Intel) NodeSpace_0.1.6_x64.dmg For Intel Macs
Windows NodeSpace_0.1.6_x64-setup.exe Windows installer
Windows NodeSpace_0.1.6_x64.msi Windows MSI package

What's New in v0.1.4-alpha

New Node Types

  • Table nodes — create structured tables inside your graph
  • Horizontal line nodes — visual separators for organizing content
  • Checkbox nodes — document-local checklist items distinct from tasks

Rich Content Rendering

  • Syntax highlighting for code blocks with theme-aware colors
  • Mermaid diagram rendering — inline SVG diagrams in notes

App Configuration & Database Management

  • New configuration UI for managing databases
  • Hot-swappable database connections — switch databases without restarting

Smart Navigation

  • Non-root node links now scroll to the target node
  • Fixed task node viewer opening from nested links

Performance & Stability

  • ~1000x faster node updates in embedded SurrealDB
  • SurrealDB 3.x upgrade
  • Fixed Metal GPU crashes on app quit (macOS)
  • Fixed CREATE operation race condition on rapid typing

Intel Mac Support

  • Release builds now include macOS x86_64 (Intel) DMG

Backlinks

  • Immediate backlinks reactivity when creating @mentions
  • Backlinks panel component with full test coverage

Installation

Download the appropriate file for your platform from the assets below.

NodeSpace v0.1.5

Choose a tag to compare

@malibio malibio released this 20 Mar 14:08

Custom Entity System

  • Schema-driven property forms — Custom entity types (e.g., Customer, Project) now render editable property fields directly in the node viewer, driven by schema definitions
  • Title templates — Schema titleTemplate (e.g., "{name} ({status})") auto-computes node titles from properties, with instant client-side evaluation
  • Inline entity nodes — Custom entities render inline with type badge/decorator on the node icon, and support slash command creation (e.g., /customer)
  • Dynamic schema plugin registration — New schemas are registered as plugins on creation, no restart needed

Search & Discovery

  • Hybrid search — Combines BM25 full-text search with vector similarity for better-than-grep results
  • Improved semantic ranking — Titles included in embeddings, keyword boosting, match density ratio instead of raw chunk count
  • QueryNodeViewer — Multi-view rendering (table, list) for schema-driven node queries with sidenav integration

Stability & Performance

  • Immediate persistence for property changes — Property edits persist immediately instead of debouncing 500ms, making title template updates feel instant
  • Fixed OCC version conflict cascade — Task status toggle no longer causes infinite version conflict loops; queued operations are cleared on conflict before server resync
  • Fixed sibling ordering — Fractional order events now persist correctly; rapid empty node creation via Enter key maintains correct order
  • Reproducible builds — Cargo.lock is now committed, preventing dependency drift between local and CI builds
  • Pinned llama-cpp-2 to v0.1.132 — v0.1.139 introduced a ggml regression that crashes during embedding context creation on Apple Silicon

Other Fixes

  • MCP HTTP transport session state recovery on server restart
  • Mermaid diagram edit/preview side-by-side layout
  • BaseNodeViewer no longer falls back during async viewer load (freeze fix)
  • Custom entity arrow key navigation, readonly mode, and content template handling
  • Daily Journal tab no longer closes with "node not found" warning
  • Collections sidenav folder icons reflect expanded/collapsed state

NodeSpace v0.1.4

Choose a tag to compare

@malibio malibio released this 14 Mar 09:52

NodeSpace v0.1.4

Downloads

Platform File Description
macOS (Apple Silicon) NodeSpace_0.1.4_aarch64.dmg For M1/M2/M3 Macs
macOS (Intel) NodeSpace_0.1.4_x64.dmg For Intel Macs
Windows NodeSpace_0.1.4_x64-setup.exe Windows installer
Windows NodeSpace_0.1.4_x64.msi Windows MSI package

What's New in v0.1.4-alpha

New Node Types

  • Table nodes — create structured tables inside your graph
  • Horizontal line nodes — visual separators for organizing content
  • Checkbox nodes — document-local checklist items distinct from tasks

Rich Content Rendering

  • Syntax highlighting for code blocks with theme-aware colors
  • Mermaid diagram rendering — inline SVG diagrams in notes

App Configuration & Database Management

  • New configuration UI for managing databases
  • Hot-swappable database connections — switch databases without restarting

Smart Navigation

  • Non-root node links now scroll to the target node
  • Fixed task node viewer opening from nested links

Performance & Stability

  • ~1000x faster node updates in embedded SurrealDB
  • SurrealDB 3.x upgrade
  • Fixed Metal GPU crashes on app quit (macOS)
  • Fixed CREATE operation race condition on rapid typing

Intel Mac Support

  • Release builds now include macOS x86_64 (Intel) DMG

Backlinks

  • Immediate backlinks reactivity when creating @mentions
  • Backlinks panel component with full test coverage

Installation

Download the appropriate file for your platform from the assets below.

NodeSpace v0.1.3-alpha-preview

Choose a tag to compare

@malibio malibio released this 06 Feb 14:25

Alpha Preview Release

Incremental alpha preview with crash fix and codebase improvements.

What's New

  • Fix: SIGABRT crash on app exit - Resolved production crash when closing the application (#885)
  • Refactor: OCC methods renamed to be 'safe by default' for better developer ergonomics (#886)
  • Docs: Improved README with 'Why NodeSpace' section, download links, and better structure

Installation

Download the appropriate installer for your platform:

  • macOS (Apple Silicon): .dmg file
  • Windows: .msi or .exe installer

⚠️ Alpha Preview: This is pre-release software for testing purposes.

NodeSpace v0.1.2-alpha-preview

Choose a tag to compare

@malibio malibio released this 03 Feb 15:03
22c40cb

Alpha Preview Release

Incremental alpha preview with latest improvements.

What's New

  • Immediate backlinks reactivity on mention creation
  • Improved mentionedIn data handling with reactive updates
  • Additional test coverage for BacklinksPanel and mention containers
  • Build improvements addressing Vite warnings

Installation

Download the appropriate installer for your platform:

  • macOS (Apple Silicon): .dmg file
  • Windows: .msi or .exe installer

⚠️ Alpha Preview: This is pre-release software for testing purposes.

NodeSpace v0.1.1-alpha-preview

Pre-release

Choose a tag to compare

@malibio malibio released this 02 Feb 00:06
7bc834d

Preview Release

Highlights

  • ~1000x faster node updates with optimized embedded SurrealDB
  • Improved import pipeline with better progress tracking and markdown parsing
  • Bug fixes for quit crashes, scroll position, and link handling

Changes since v0.1.0-alpha

Performance

  • Optimize embedded SurrealDB for ~1000x faster node updates (#861)

Enhancements

  • Show detailed import steps in status bar instead of file count (#874)
  • Add order support for collection membership (#850)
  • Add title field sync for collection nodes (#845)

Bug Fixes

  • Fix progress listener torn down before background import completes (#875)
  • Fix markdown parser strips bullet item prefixes with links (#873)
  • Import pipeline now creates mentions relationships for nodespace:// links (#869)
  • Fix flaky Rust tests - RocksDB lock and collection ordering (#867)
  • Fix app close button and Metal crash on quit (#864)
  • Fix new tab opens with scroll position at top (#862)
  • Fix quote block parsing on empty continuation lines (#858)
  • Fix pattern detection preserves user content during node type conversion (#857)
  • Graceful handling of broken and external links (#847)
  • Fix property namespace encapsulation (#848)
  • Fix CREATE operation race condition that overwrote user typing (#840)

Refactoring

  • Separate business logic from markdown parser in import pipeline (#859)
  • Remove legacy hub/spoke fields from frontend Node type (#852)
  • Remove properties.root_id from mentions relationships (#849)

This is a preview release. Builds will be attached automatically by GitHub Actions.

Embedding Models v2 (llama.cpp)

Choose a tag to compare

@malibio malibio released this 17 Dec 21:30
0a9e72a

nomic-embed-text-v1.5 (GGUF format for llama.cpp)

This release contains the embedding model for NodeSpace's semantic search functionality.

Model Details

  • Model: nomic-embed-text-v1.5
  • Format: GGUF (Q8_0 quantization)
  • Dimensions: 768
  • Size: ~140MB
  • Backend: llama.cpp with Metal GPU acceleration on macOS

Changes from models-v1

  • Migrated from BAAI/bge-small-en-v1.5 (ONNX, 384 dims) to nomic-embed-text-v1.5 (GGUF, 768 dims)
  • Uses llama.cpp backend instead of ONNX Runtime
  • Better semantic understanding with larger embedding space
  • GPU acceleration via Metal on Apple Silicon

Files

  • nomic-embed-text-v1.5.Q8_0.gguf - The embedding model

Source

Downloaded from: https://huggingface.co/nomic-ai/nomic-embed-text-v1.5-GGUF

NodeSpace v0.1.0-alpha

Choose a tag to compare

@malibio malibio released this 13 Dec 11:25

NodeSpace v0.1.0-alpha

First alpha release of NodeSpace - an AI-native knowledge management system.

Downloads

  • macOS (Apple Silicon): NodeSpace_0.1.0_aarch64.dmg
  • Windows: NodeSpace_0.1.0_x64-setup.exe or .msi

Features

  • Local-first knowledge graph with hierarchical nodes
  • Semantic search powered by local NLP models
  • Task management with schema-driven properties
  • Real-time sync between views

Notes

  • This is an alpha release for early testing
  • macOS: You may need to right-click and "Open" to bypass Gatekeeper (app is not yet code-signed)
  • Windows: You may see a SmartScreen warning (app is not yet code-signed)

🤖 Generated with Claude Code