Run Elm in Electron!
Electron is a way to package web apps into a cross platform desktop application and Elm is a fascinating new way of writing front end code.
You must have the elm platform installed as well as electron.
Compile the elm file into javascript.
elm make Todo.elm --output elm.js
Then run electron on the current directory.
electron .