Package, share, and distribute Geometry Node groups across the Blender community.
The current import system for nodes is broken, the append method is just another input in my output iykwim. Instead of spending time appending node groups you can now use .node as a simple and portable file that you can import or export at will by dragging the file into Blender or clicking the export button.
- Lightning Fast: Drag and drop
.nodefiles directly into Blender. No more hunting through blend files, just instant access to node groups - Complete Packaging: All node data, connections, and metadata in one file
- Version Control Ready: Perfect for Git workflows and collaborative projects
- Community Standard: Establish a unified format for the entire nodes ecosystem
Check Releases for the latest version.
- Download the latest release from Releases
- Install via Blender → Edit → Preferences → Add-ons → Install
- Enable the "Node File Link" addon
- Enjoy seamless
.nodefile support!
- IMPORT:
- Drag & Drop the nodes you want to import
- EXPORT:
- Select the node/nodes you want to export
- Right click > Export Node Groups
It's designed to become the standard for sharing and working collaboratively on Blender procedural node group setups and make Geometry Nodes accessible to the web.
More than just a file type, a community initiative to standardize how we share and collaborate using procedural setups in Blender.
A .node file is a lightweight, portable package for sharing procedural node group setups with all the data, connections, and metadata. Technically, it's a ZIP archive containing three essential components:
- a
.jsonmetadata file with nodes structure and properties - a
.blendfile with the actual node group data - a
.configfile for package validation.
This format enables seamless sharing and importing across different Blender projects (soon enough, different software too) without complex file dependencies or incompatibility issues.
Read the full Documentation.
| Feature | Description |
|---|---|
| Export | Convert any Geometry Node group to .node format |
| Import | Seamlessly import .node files with full fidelity |
| Drag & Drop | Native file association for instant workflow integration |
| Metadata | Preserve all node properties, connections, and interface definitions |
| Cross-Platform | WIP -> Works only on Windows atm |
URGENT:
- Improve the addon and release version 1.1.0 by 2026
- Get the extension registration working on all platforms
LONG-TERM:
- Create compatibility with ThreeJS & Houdini
- Manage to get the .node file link addon bundled with Blender
- Some sort of backward compatibility for older versions of Blender
- Adopt the
.nodeformat in your projects - Share
.nodefiles along with your .blend files (they're very small) - Build apps and addons that use
.node - Be a part of the project development by becoming a contributor/ by sharing your opinion
- Buy the addon on Superhive or Blenderkit
- Found an issue? Create an issue
- Have an idea? Start a discussion
- Want compatibility with another software? Start a discussion
- Help test on different platforms/setups
- Help improve the docs and examples



