Debug Trainer Elm Desktop app with Tauri

A while back I posted about writing a debugging practice CLI tool for my work. The CLI aspect of it turned out to be tricky for people new to the command line, so I just finished converting it to a desktop app instead.

My setup is a bit awkward, but it does work for using Elm with Tauri to make desktop apps** so I figured the repo might be a decent example template for others to try out making desktop apps with Elm and Tauri as well.

Still mainly built with Elm and a little bit of TypeScript. Still loving elm-ts-interop for the interop!

** Tauri makes more secure, smaller, less memory intensive apps than Electron (this app, for example, is 12mb on my Mac!), at the cost of using native WebViews that may depend on different browser rendering engines for different operating systems

9 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.