In case you are wondering, this is using https://tauri.app/ which allows it to be web based inside a native app. I was not familiar with that project, but taking a peek at the Activity Monitor, it seems to spin up 2 processes, one for tauri itself which I presume is a small static file server (around 60MB memory), and one for the main UI window (around 30MB memory).
No comments yet.