Earlier quoted context omitted.
But the linux 1Password program is "electron" in name only; it's actually some kind of Rust program; I'm not 100% sure how it works but it's definitely compiled with cargo.
What does Electron in name only mean? Either electron is included or it isn't. Whether you are using Rust through native bindings or through WebAssembly does not really matter does it?
And even then it looks like the JS is WASM compiled from rust.
It’s not implemented in JavaScript/typescript is what I mean. As such it seems to be lean on my system.