I'm the project author/dev. Thanks a lot for posting this, and for comments/discussions!<p>I see two main concerns raised here:<p>(a) long-term viability and support
(b) compilers, binary compatibility, etc.<p>While the first concern is definitely valid, and without a community this project will not succeed, I do believe that potential benefits of Motor OS (or a similarly focused/structured project) will eventually result in a widely used new operating system. There are major problems with Linux inside VMs (and sometimes outside), and the Linux devs are not focused on this enough to clean things up anytime soon. I work on Linux Kernel at my day job, I know.<p>Re: compiler instability, binary compatibility, etc.: I'm sorry, I don't understand what is the issue here. The latest Linux kernel can be compiled with different GCC or LLVM toolchains on x86_64, and the result will happily run old binaries compiled years ago with who knows what. repr(C) structs in rust are stable... So why so many concerns here?<p>Again, thank you all for your comments and questions - I'm happy to answer more (at least until my day job kicks in).