Kineviz (formerly GraphXR) 3.22.0 Release Notes

Release Date: July 13, 2026

  • NEW / RENAMED PRODUCT LINE:

    • Kineviz Online or simply Kineviz (formerly GraphXR), Kineviz’s online, browser-based platform for multi-user graph visualization and analytics.

    • Kineviz Desktop (beta), a standalone application for a single-user Kineviz experience. It is provided through a user-managed free subscription, with optional connection to a Kineviz-managed cloud server for agentic work, and optional upgrade to a paid tier. Kineviz Desktop includes the same Agent, database connection, file management, data modeling, and graph analytics as Kineviz Online, in a locally installed application.

  • The Kineviz and Kineviz Desktop release includes a new status bar showing project, database, and Agent status at a glance. Entire projects can now be exported and imported. UI has been re-designed to better organize views, manage queries, and prompt appropriate user inputs. Performance upgrades and bug fixes are also included.

In a Kineviz Online or Desktop project, click the Kineviz logo at the bottom left, choose About, then click on the current release tag to access release notes.

New Features 3.22.0

Usability Enhancements

  • In an open project, a new live Status Bar is added at the bottom of the Kineviz and Desktop window (GXR-4251). It includes:

    • Name of the database currently connected to the project (e.g. KoreDB, Neo4j, etc.)

    • Number of node and relationship tables in the connected database.

    • Icon to open the no-code Query Bar menu to query the connected database.

    • Number of nodes and edges currently showing on the canvas.

    • Icon to open the Table panel to inspect properties of nodes and edges on the canvas.

    • Number of Agent chat threads currently running.

    • Icon to open the Views panel.

    • A Saved or Unsaved status flag for data currently on the canvas.

      V3 22 0 03 ProjectStatusBar
  • Agent

    • User-controlled responsive layout when the width of the Agent panel is changed.

      V3 22 0 01 AgentUI
    • The Agent Settings menu now includes Export as HTML.

      V3 22 0 02 AgentExportHTML
    • The copy response button only appears at the end of a session (i.e. only one copy button per user prompt) (GXR-4210).

    • UI for importing files into the Agent is made more obvious.

    • Agent checkpoint views are initially assigned to the Unfiled Views folder (GXR-4271).

  • Export and Import a project (GXR-4066, GXR-4280). Export or import an entire project, including its views, saved queries, templates, and internal database. On Import, the internal project data is mapped back to the original KoreDB instance (e.g. default). You can:

    • Export or Import a project from the Projects home page.

      V3 22 0 04 ImportExportHome
    • Export from within an open project.

      V3 22 0 05 ExportInProject
  • Re-designed Views panel and folders for flexible panel layout.(GXR-4068, GXR-4070)

    • Icons at the top left toggle display of the folder list and views either side-by side, or with folders at the top of the panel and the views below. As you change the width of the panel, the section with the view’s tile or list is responsive, but the list of folders is static.

    • Icons at the top of the view area display views either as tiles or as a list.

      V3 22 0 06 ViewFolders
    • Click the 3 dots on the tile or list item for a menu to Rename, Export, Move, Share, or Delete a single view.

    • Click view selection checkboxes and use the menu at the bottom of the view list to Delete or Move all selected views at once.

    • Cmd+R opens the View’s Save or Save As dialog (GXR 4175).

  • Cloning or duplicating a project

    • Project names must be unique (GXR-4274).

    • Cloning a project copies its Grove books and Views (GXR-4322).

    • Create from Sandbox copies views and folders to the new project (GXR-4177).

  • Transforms

    • A popup indicates the number of nodes being operated on (GXR-4148). This alerts a user to mistaken selection or specification that may be hard to undo.

    • A red outline alerts the user to missing or incomplete information for a transform. For example, in the Shortcut the user is alerted to select a key property (GXR-4132).

  • Miscellaneous

    • A project no longer opens with the last opened view loaded (GXR-4169). Instead, a list of recent views is displayed. Simply click a view in the list to load it.

    • Query bar text is improved to differentiate case-sensitive queries more clearly (GXR-4037).

    • A user can only select properties with quantitative values (not text) for node size or edge width scaling (GXR-4268).

    • Expand options are added for edges with multiple directions (GXR-4077).

Performance Enhancements

  • Better notice when Save to KoreDB is complete (GXR-4303).

  • Performance is improved when resizing floating panels (GXR-4308).

  • Performance is improved for KoreDB queries on MacOS (GXR-4166).

Administration, Security, Configuration, and Deployment Enhancements

  • Project owners do not need to supply a password for their own password-protected views. (GXR-4168).

  • Agent Data Connector (ADC) is integrated into BigQuery and Spanner (GXR-3722).

  • Kineviz Desktop version 0.14.0

    • The Kineviz Desktop access, pricing options, and Stripe payment system is implemented through Kineviz Cloud, supporting Agent implementation and software upgrade from an initial free version.

    • A user is no longer logged out automatically after only one day of inactivity (GXR-4306).

    • In the cloud admin portal, a user can set a single global minimum required Kineviz Desktop version, to avoid use of old versions (GXR-4313).

    • UI for evaluating agent response is included, and is sent as feedback to Kineviz Cloud.

Bug Fixes

  • gxr.colorNodesByProperty() is corrected to raise an error if a named property does not exist (GXR-4312).

  • The Agent system prompt now writes KoreDB queries that correctly reference project files (GXR-4130).

  • The Query bar schema is refreshed after a Save to KoreDB (GXR-4305).

Removed 3.22.0

  • None

Extensions 3.22.0

Extensions are available to create Grove workbooks for reproducible workflows and help manage and edit imported files. Extensions for custom solutions may be available as well. To add an extension to the left panel menu if it is not already there, go to the Project > Extensions tab, search for the extension, then click its star icon.

Grove

Observable-based javascript notebooks

Files

File management extension for GraphXR

  • The Files extension now appears by default on the left menu.

  • Right-click a file and choose Open Edit to open it directly in the Text Editor extension (GXR-4142).

    V3 22 0 07 FilesOpenEdit
  • Files can be added using drag and drop (GXR-4128).

  • Kineviz Desktop only: The Reveal in Finder option is available for local files (GXR-4085).

Text Editor

Text editor extension for GraphXR

  • The Text Editor now appears by default on the left menu and is opened directly from the Files extension using its Open Edit option (GXR-4142).