onlook-dev / onlook

The open source, local-first Figma for React. Design directly in your live React app and publish your changes to code.
https://onlook.dev
Apache License 2.0
2.93k stars 184 forks source link

[FEAT] Onlook for Linux #229

Open drfarrell opened 1 month ago

drfarrell commented 1 month ago

We support Mac Apple Silicon, Windows, and we've had a bunch of users request Linux.

abhiroopc84 commented 6 days ago

@drfarrell how do you plan on distributing the Linux app? Do you just want to stick to a DEB file, or build an Appimage and Snap as well?

I suppose you can stick the AppImage on the website along side the exe and dmg files, and upload snap to the Snapcraft store.

Kitenite commented 5 days ago

@abhiroopc84 We're using electron-builder so have both options. I think we'd just build the AppImage for our website. https://www.electron.build/linux

abhiroopc84 commented 5 days ago

@Kitenite Any specific reason why we're not building for Linux yet? Are there any platform specific issues to be addressed?

Kitenite commented 2 days ago

@abhiroopc84 Mostly due to a lack of testing resources. Rather than shipping something untested, we're deferring it for later once we feel more scalable. I'd be happy to bring it on if we have a Linux contributor willing to take it on