- 100% free, no subscriptions, no accounts, no cloud
- Local-first: all slicing and toolpath generation runs on your machine
- Works in any browser, even offline once loaded
YES!
I think a new type of open source is emerging centering around what is now possible in browsers. Browsers have a great track record when running legacy projects. Relying on a backend could be a liability for longevity.
I built opal editor myself, a local first open source free markdown editor with these same principles, https://github.com/rbbydotdev/opal
> Works in any browser, even offline once loaded
That, my friend, is not how offline works. You will be required to have internet access in one way or another. Offline works 100% locally no matter if you have internet or not.
That's an interesting take. I've never really thought of it that way before, but I think you are right that you'll have an easier task running an HTML file with embedded JavaScript from 15+ years ago in a browser than running a 15+ year old binary.