Skip to content
Kiet edited this page Oct 10, 2024 · 3 revisions

Can I use a different IDE?

You can add a new IDE by custom configuration here. See command usage here.

Otherwise, open an issue with us!

Can I use Onlook without signing in?

Yes, you can run Onlook from source by following the instructions here.

If you'd like a production-level build instead of running from the command line, you can run npm run build and npm run package in the app folder. Afterwhich you'll have a build you can use in app/release/some-version-number.

You can then use the .DMG file generated from that step to install Onlook to your machine.

Clone this wiki locally