diff --git a/.github/screenshot.png b/.github/screenshot.png index 2c5467b3f0..15c45dcc28 100644 Binary files a/.github/screenshot.png and b/.github/screenshot.png differ diff --git a/README.md b/README.md index f581e90401..9ac61185ff 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,26 @@ -# Lens Open Source Project (OpenLens) +# Lens Desktop Core ("OpenLens") [![Build Status](https://github.com/lensapp/lens/actions/workflows/test.yml/badge.svg)](https://github.com/lensapp/lens/actions/workflows/test.yml) [![Chat on Slack](https://img.shields.io/badge/chat-on%20slack-blue.svg?logo=slack&longCache=true&style=flat)](https://join.slack.com/t/k8slens/shared_invite/zt-198iepl92-EPJsCckkJ~f887vWqJcgGA) ## The Repository -This repository ("OpenLens") is where Team Lens develops the [Lens IDE](https://k8slens.dev) product together with the community. It is backed by a number of Kubernetes and cloud native ecosystem pioneers. This source code is available to everyone under the [MIT license](./LICENSE). +This repository is where Team Lens develops the core of the [Lens Desktop](https://k8slens.dev) product together with the community. -## Lens - The Kubernetes IDE +The core is a library, powered by [Electron](https://www.electronjs.org/) and [React](https://reactjs.org/). Unlike generic Electron + React frameworks / boilerplates, it is very opinionated for creating Lens Desktop-like applications and has support for Lens Extensions. -Lens - The Kubernetes IDE ("Lens IDE") is a distribution of the OpenLens repository with Team Lens specific customizations released under a traditional [EULA](https://k8slens.dev/licenses/eula). +In the future, this library will be streamlined to become more customizable and pluggable with easy to use tooling for Lens Extension developers. -Lens IDE provides the full situational awareness for everything that runs in Kubernetes. It's lowering the barrier of entry for people just getting started and radically improving productivity for people with more experience. +This source code is available to everyone under the [MIT license](./LICENSE). -Lens IDE a standalone application for MacOS, Windows and Linux operating systems. You can download it free of charge for Windows, MacOS, and Linux from [Lens IDE website](https://k8slens.dev). +## Lens Desktop + +[Lens Desktop](https://k8slens.dev) is built on top of the Lens Desktop Core with Team Lens built extensions released under a traditional [Terms Of Service](https://k8slens.dev/licenses/tos). + +Lens Desktop is a standalone application for MacOS, Windows and Linux operating systems. Get started by downloading it from [Lens website](https://k8slens.dev). [![Screenshot](.github/screenshot.png)](https://www.youtube.com/watch?v=eeDwdVXattc) -## Installation - -See [Getting Started](https://docs.k8slens.dev/getting-started/install-lens/) page. - ## Development See [Development](https://docs.k8slens.dev/contributing/development/) page. @@ -31,4 +31,4 @@ See [Contributing](https://docs.k8slens.dev/contributing/) page. ## License -See [License](LICENSE). +See [License](LICENSE). \ No newline at end of file