I shared Windows' built-in Paint 3D before — a handy matting tool whose installer is .appxbundle. Some systems install it on double-click; others need PowerShell.
Steps:
Win + S, search PowerShell, run it as administrator.Add-AppxPackage -Path "path\filename.appxbundle" — change the quoted path to where your file is, e.g. Add-AppxPackage -Path "D:\3d.AppxBundle". Rename the file to English first (press F2) to avoid errors.