This is a Windows-only, step-by-step guide for installing Natsura using Houdini’s package system – without the Natsura Launcher.
For which Houdini versions each Natsura build supports, see
Natsura & Houdini Compatibility (separate page).
You should be able to say “yes” to all of these:
This creates the folder:
C:/Users/yourwindowsusername/Documents/houdini20.5/
If your name is aHamerRocks, the path should look like this:
C:/Users/aHamerRocks/Documents/houdini20.5/
C:/Users/yourwindowsusername/Documents/natsura
You should now have:
C:/Users/yourwindowsusername/Documents/natsura/houdini20.5/
C:/Users/yourwindowsusername/Documents/natsura/houdini20.5_UI/ (optional)
Example on Windows (what it should look like):

Avoid:
C:/Program Files/...In File Explorer, go to:
C:/Users/yourwindowsusername/Documents/houdini20.5/
You’ll put the Natsura package file in here (next step).
⚠️ If this folder doesn’t exist, see Troubleshooting → “I don’t have a houdini20.5 folder”.
packages folderInside:
C:/Users/yourwindowsusername/Documents/houdini20.5/
you must have a folder named packages.
If it doesn’t exist, create it:
C:/Users/yourwindowsusername/Documents/houdini20.5/packages/
Rules:
packages.natsura.jsonNow you tell Houdini where Natsura lives.
C:/Users/yourwindowsusername/Documents/houdini20.5/packages/
natsura.jsonnatsura.json.txt – enable file extensions if needed).natsura.json in your text editor.{
"path": [
"$NATSURA",
"$NATSURA_UI"
],
"load_package_once": true,
"enable": true,
"version": "20.5",
"env": [
{
"NATSURA_ROOT": "C:/Users/yourwindowsusername/Documents/natsura"
},
{
"NATSURA": "$NATSURA_ROOT/houdini20.5"
},
{
"NATSURA_UI": "$NATSURA_ROOT/houdini20.5_UI"
}
]
}
Screenshot example of the correct place:

C:/Users/yourwindowsusername/Documents/natsura
C:\Users\yourwindowsusername\Documents\natsura
natsura.json, replace the NATSURA_ROOT line with the correct path:"NATSURA_ROOT: C:\Users\yourwindowsusername\Documents\natsura"
\ to /"NATSURA_ROOT": "C:/Users/yourwindowsusername/Documents/natsura"
✅ Only forward slashes /.
❌ Do not leave any backslashes \ in the JSON path.
"$NATSURA_UI" from "path".NATSURA_UI block from "env".Save the file as natsura.json.
Now we do the first and only check.

You’re done if:
Your folders and file should look like:

The first time Natsura runs, it will ask for your Natsura license key:
If Natsura does not appear, go to Troubleshooting.
houdini20.5 folder.Houdini creates this when it runs.
C:/Users/yourwindowsusername/Documents/houdini20.5/
If it still doesn’t exist, you’re probably not launching 20.5 – Py3.11.
Check these in order:
natsura.json must be exactly here:
C:/Users/yourwindowsusername/Documents/houdini20.5/packages/natsura.json
natsura.json:NATSURA_ROOT must point to the folder that contains houdini20.5/:
C:/Users/yourwindowsusername/Documents/natsura/houdini20.5/
natsura.jsonenable should be true and there should be no Natsura errors.You likely pasted Windows-style backslashes directly into JSON.
What you copied:
C:\Users\yourwindowsusername\Documents\natsura
What JSON must contain:
"NATSURA_ROOT": "C:/Users/yourwindowsusername/Documents/natsura"
Fix:
\ with /.natsura.json..json files out of packages/.natsura.json present."$NATSURA_UI" from "path".NATSURA_UI block from "env".Save the file as natsura.json.
C:/Users/yourwindowsusername/Documents/houdini20.5/packages/natsura.json
C:/Users/yourwindowsusername/Documents/natsura/
Email support@natsura.com with:
natsura.json