lensapp / lens

Lens - The way the world runs Kubernetes
https://k8slens.dev/
MIT License
22.47k stars 1.45k forks source link

Download links for OpenLens #6075

Open sanarena opened 2 years ago

sanarena commented 2 years ago

Currently only Lens IDE have binaries to download for macOS, Windows or Linux. However when looking into OpenLens, we can only download the source code.

Articles like this shows how we can build/compile OpenLens on our own, and community repositories provide binary of OpenLens, so why not official OpenLens provide the binaries to put an end for all this confusions?

Due to certain reasons, we are able to run OpenLens only and not the Lens IDE.

craph commented 2 years ago

Hi @Nokel81,

Is it possible to have links in releases to download OpenLens binaries for linux, macOS and Windows instead of having to build it manually ?

Thank you very much. Best regards,

madduci commented 2 years ago

Would it be possible to have a GitHub Workflow that does the heavy lifting for it?

craph commented 2 years ago

Any news ?

llorephie commented 2 years ago

Guess it will be silently ignored like another 2 issues :) There are at least 2 forks on GitHub already, which providing binaries (LibreLens and OpenLens)

craph commented 1 year ago

Hi @Nokel81,

Is it possible to have links in releases to download OpenLens binaries for linux, macOS and Windows instead of having to build it manually ?

Thank you very much. Best regards,

craph commented 1 year ago

Guess it will be silently ignored like another 2 issues :) There are at least 2 forks on GitHub already, which providing binaries (LibreLens and OpenLens)

Do you have links ?

fabiocastagnino-horsa commented 1 year ago

Hi @Nokel81, there are a PR ready to solve this issue https://github.com/lensapp/lens/pull/5772 and other repos that publish binaries for linux, macOS and windows https://github.com/MuhammedKalkan/OpenLens/

Thank you