NebiOS X 10.2 update is now available. The biggest change in this release is the full rewrite of both Bundle Store and napp-runtime. Most of napp-runtime's codebase has been moved to Python and compiled with Nuitka, just like other NebiOS userspace components. Along with that, several critical changes landed: security - a manifest signing and verification system using Ed25519 and SHA256 has been added; performance - cold-start time dropped by roughly half, from 400–500ms down to 200–300ms; binary cache - previously located under /Applications/.My_App, now moved to ~/.cache/napp-runtime/binaries; no sandbox mode - for applications verified by the system repository, you can now bypass the bwrap isolation layer and run them directly at the system level; NINF 2.0 - application identifiers and configurations now natively use NINF 2.0; out-of-store installation - launchers are now created automatically....
Official announcement
Download nebiOS