Freelens
Freelens is a fork of the popular Kubernetes cluster management tool, Lens. Unlike the original Lens, Freelens is fully open-source, does not require registration or connection to cloud services, and contains no proprietary components.
Installation Copy link
MacOS
To install Freelens on macOS using Homebrew:
brew install --cask freelensLinux
On Linux, installation is available via Snap:
snap install freelens --classicWindows
On Windows, use Winget:
winget install Freelensapp.FreelensConnecting to a Cluster Copy link
Freelens uses the standard kubeconfig for connecting to clusters. You can store configuration files in the default system directory ~/.kube, or in any other convenient location.
Download the configuration file from the cluster’s Dashboard.

Using the Default Folder Copy link
If you place the downloaded kubeconfig in the ~/.kube directory, Freelens will automatically detect the cluster.
Go to Catalog → Clusters, and the cluster will appear in the list.
You can also access it using the Browse Clusters in Catalog button on the start screen.
Custom Configuration Folder Copy link
If you want to use a separate directory:
- Create a folder, for example
~/k8s_config, and move the downloadedkubeconfigfile into it. - In Freelens, open the Clusters section and click the + button in the lower right corner.
- Specify the path to the file or to a folder containing one or more
kubeconfigfiles. - After adding it, click the cluster name in the list to connect.