As Mirantis does not share source code anymore, the aim of this repository is more to maintain an Open source version of OpenLens by fixing bugs and keep dependencies up-to-date than developping features.
This repository is where Team Lens develops the core of the Lens Desktop product together with the community.
The core is a library, powered by Electron and React. Unlike generic Electron + React frameworks / boilerplates, it is very opinionated for creating Lens Desktop-like applications and has support for Lens Extensions.
In the future, this library will be streamlined to become more customizable and pluggable with easy to use tooling for Lens Extension developers.
This source code is available to everyone under the MIT license.
Lens Desktop is built on top of the Lens Desktop Core with Team Lens built extensions released under a traditional Terms Of Service.
Lens Desktop is a standalone application for MacOS, Windows and Linux operating systems. Get started by downloading it from Lens website.
- Nodejs v16 || v18
npm run all:install
npm run start-dev
If binaries have been downloaded once you can skip this step with:
export LENS_SKIP_DOWNLOAD_BINARIES=true
cd open-lens
npm run build
npm run build:app
# npx nx run open-lens:build:app
See Contributing.
See License.