Back to Home

Troubleshooting

Having issues with AI grouping? We're here to help.

🐧 Linux Users: The AI grouping feature uses WebAssembly (WASM) which should work on all platforms, but some Linux browsers may need additional configuration.

AI Grouping Not Working?

If the AI grouping button doesn't respond or shows errors, follow these diagnostic steps:

Step 1: Check Console Errors

  1. Open the ZenTree Tabs side panel
  2. Right-click anywhere in the panel → Select "Inspect"
  3. Go to the "Console" tab in DevTools
  4. Click the AI grouping button (⚡ icon)
  5. Look for error messages mentioning "WASM", "transformers", or "model"

Step 2: Verify Browser Support

The AI feature requires modern browser features. Check your setup:

// Test WASM support in Console: WebAssembly.validate(new Uint8Array([0, 97, 115, 109, 1, 0, 0, 0])) // Should return: true

Common Issues & Solutions

🔴 "Failed to load model"

Cause: Model download failed or was interrupted

Solution:

🔴 "WASM instantiation failed"

Cause: WebAssembly not properly supported

Solution:

🔴 Nothing happens when clicking AI button

Cause: Extension not fully loaded or worker crashed

Solution:

Linux-Specific Fixes

Chromium vs Chrome

Some Chromium builds on Linux have limited WebAssembly support. If you're using Chromium and experiencing issues:

Enable Chrome Flags

Navigate to these URLs and set to "Enabled":

chrome://flags/#enable-webassembly chrome://flags/#enable-webassembly-simd chrome://flags/#enable-webassembly-baseline

Then restart your browser.

Still Having Issues?

If none of the above solutions work, please:

  1. Note your Chrome/Chromium version (chrome://version)
  2. Note your Linux distribution and version
  3. Copy any console error messages
  4. Open an issue on GitHub with this information
💡 Good News: Even if AI grouping doesn't work, you can still use all other ZenTree features including manual grouping, tree hierarchy, bookmarks, downloads, and themes!