Maybe someday I'll learn something like Flutter, or find a native UI framework that does things more declaratively. I'd like to do more native apps, but I'm not really crazy about the ones I've taken a glance at.
@hpmason Tauri and React would most likely be my choice for a "native" app right now. I would feel comfortable, and the security situation is better than with Electron. Mostly I wouldn't mind learning something different.
@pseudoramble what are you looking for as far as native app? Would something like electron + react work? There's a newer project Tauri that works like electron, but more efficient (https://github.com/tauri-apps/tauri). Can generate small sized, easy installers.
I've been messing around with it recently and it's pretty good. Doesn't have support for mobile yet, but it's in the works right now.