I'll try again on Windows, but just a heads-up that I could not get the Linux build to run. OS: Debian 13, x86_64.
After unzipping, none of the files had executable permissions, so it wasn't clear what the main executable was. It seems like "nw" is the executable, so I ran:
$ chmod +x nw $ ./nw
I get some logging output that culminates in a few errors:
[45762:45762:0309/214405.029325:FATAL:nw_content_renderer_hooks.cc(48)] Failed to load node library (error: libnode.so: cannot enable executable stack as shared object requires: Invalid argument) #0 0x7feab3d2c43c <unknown> [45735:45735:0309/214405.077051:ERROR:sandbox_linux.cc(377)] InitializeSandbox() called with multiple threads in process gpu-process.I tried "chmod +x lib/*" and ran again, but got the same errors.
I really appreciate you including a Linux build at all, so I'm happy to continue helping test it. In order to be able to play for now, I'll try the Windows build!