This is a fork of the original project that is way ahead now.

you are viewing a single comment's thread
view the rest of the comments

There are lots of options:

  • extension, as you mentioned
  • Tauri app - like election, but uses system web view instead of baking in a browser
  • PWA - service workers to make it work offline in the browser

Each is pretty easy, and the PWA means you can basically get the Tauri app feel for free.

  • source
  • parent