Install Natsura (Windows)

Install Natsura as a package for Houdini 20.5 on Windows

Before you start

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:

  • ✅ You’re on Windows 10 or 11
  • ✅ You have the SideFX Houdini Launcher installed
  • ✅ You have Houdini 20.5 – Python 3.11 (production build) installed from the SideFX launcher
  • ✅ Houdini starts without license errors

Step 1 – Install Houdini 20.5 (Python 3.11)

  1. Open the SideFX Houdini Launcher.
  2. Install Houdini 20.5 – Python 3.11 (production build).
  • Not Houdini 21
  • Not Houdini 20.5 Python 3.10
  • Not Daily / experimental builds

Step 2 – Run Houdini once

  1. In the SideFX launcher, start Houdini 20.5 – Python 3.11.
  2. Confirm:
    • Houdini opens.
    • No license error windows appear.
  3. Close Houdini.

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/

Step 3 – Download and unzip Natsura

  1. Go to https://natsura.com.
  2. Log in / create an account.
  3. Download the latest Natsura build for Windows (ZIP).
  4. In File Explorer, create this folder:
C:/Users/yourwindowsusername/Documents/natsura
  1. Unzip the Natsura ZIP into that folder.

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/...
  • ❌ Network drives
  • ❌ Aggressive cloud-sync folders

Step 4 – Open the Houdini 20.5 folder

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”.


Step 5 – Create the packages folder

Inside:

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:

  • ⚠️Name must be exactly packages.
  • ⚠️ Lowercase, no spaces, no extra characters.

Step 6 – Create natsura.json

Now you tell Houdini where Natsura lives.

  1. Open:
    C:/Users/yourwindowsusername/Documents/houdini20.5/packages/
    
  2. Right-click → New → Text Document.
  3. Name it exactly: natsura.json
    (not natsura.json.txt – enable file extensions if needed).
  4. Open natsura.json in your text editor.
  5. Paste this:
{
  "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:

  1. In File Explorer, go to the Natsura folder:
    C:/Users/yourwindowsusername/Documents/natsura
    
  2. Click once on the address bar at the top.
    It becomes plain text like:
    C:\Users\yourwindowsusername\Documents\natsura
    
  3. Press Ctrl + C to copy it.
  4. In natsura.json, replace the NATSURA_ROOT line with the correct path:
    "NATSURA_ROOT: C:\Users\yourwindowsusername\Documents\natsura"
    
  5. now, you must change the slashes from \ to /
"NATSURA_ROOT": "C:/Users/yourwindowsusername/Documents/natsura"

✅ Only forward slashes /.
❌ Do not leave any backslashes \ in the JSON path.

If you don’t want the extra Natsura UI:
  • Remove "$NATSURA_UI" from "path".
  • Remove the NATSURA_UI block from "env".

Save the file as natsura.json.

Step 7 – Start Houdini and check Natsura

Now we do the first and only check.

  1. Start Houdini 20.5 – Python 3.11.
  2. Watch the startup:
    • No license errors.
    • No Python/Qt errors mentioning Natsura.
  3. When Houdini is open, it should look similar to:

You’re done if:

  • Title bar says Houdini 20.5.x – Py3.11.
  • You see a Natsura menu / shelf.
  • The Natsura Simulate node works without Python/Qt errors.

Your folders and file should look like:

The first time Natsura runs, it will ask for your Natsura license key:

  1. Go to https://natsura.com.
  2. Open your dashboard.
  3. Paste your license key into the prompt in Houdini.

If Natsura does not appear, go to Troubleshooting.


Troubleshooting

I don’t have a houdini20.5 folder.

Houdini creates this when it runs.

  1. Open the SideFX Houdini Launcher.
  2. Start Houdini 20.5 – Python 3.11.
  3. Close Houdini cleanly.
  4. Check again:
C:/Users/yourwindowsusername/Documents/houdini20.5/

If it still doesn’t exist, you’re probably not launching 20.5 – Py3.11.

Natsura doesn’t show up in Houdini.

Check these in order:

  1. Houdini version:
    • Must be Houdini 20.5 – Python 3.11 (not 21, not Py3.10).
  2. Package file location:
    • natsura.json must be exactly here:
      C:/Users/yourwindowsusername/Documents/houdini20.5/packages/natsura.json
      
  3. Paths inside natsura.json:
    • NATSURA_ROOT must point to the folder that contains houdini20.5/:
      C:/Users/yourwindowsusername/Documents/natsura/houdini20.5/
      
  4. Check Houdini’s package report:
    • In Houdini: Help → About Houdini → Show Details → Packages
    • Find natsura.json
    • enable should be true and there should be no Natsura errors.
“I copied the path from Explorer and it still doesn’t work.”

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:

  1. Replace all \ with /.
  2. Make sure there are no backslashes left.
  3. Save natsura.json.
  4. Restart Houdini.
Houdini shows Python / Qt errors on startup.
  1. Confirm you launched Houdini 20.5 – Python 3.11.
  2. Temporarily disable other Houdini packages:
    • Move other .json files out of packages/.
  3. Start Houdini with only natsura.json present.
  4. If errors disappear, another package is conflicting.
Remove Natsura default desktop
  • Remove "$NATSURA_UI" from "path".
  • Remove the NATSURA_UI block from "env".

Save the file as natsura.json.

Remove Natsura entirely
  1. Delete or rename:
    C:/Users/yourwindowsusername/Documents/houdini20.5/packages/natsura.json
    
  2. (Optional) Delete the Natsura folder:
    C:/Users/yourwindowsusername/Documents/natsura/
    
Still stuck?

Email support@natsura.com with:

  • Your Windows version (10 or 11)
  • Your full Houdini version
  • The full content of your natsura.json
  • Any errors from:
    • The Houdini console
    • Houdini log files
    • Help → About Houdini → Show Details → Packages