Capacitor Next is a client-side Kubernetes client that uses your kubeconfig to access your clusters.
- Like k9s, but in the browser.
- Like the ArgoCD UI, just lighter.
(you can also run it on a URL for your team)
wget -qO- https://gimlet.io/install-capacitor | bash
- Kubernetes resource discovery
- Respects RBAC
- Multi-cluster
- Keyboard navigation
- Built-in and custom views
- Helm history
- Helm values and manifest diffing
- Flux resource tree
- Flux Kustomization diffing between cluster and git state
FluxCD is an amazing backend for all things gitops.
It is a shame that ArgoCD gained so much traction mostly because developers appreciate the UI. Rolling out a read-only ArgoCD UI made Argo the de-facto kubernetes dashboard, where people look at logs and various kubernetes resources.
Capacitor's goal is to level the field: providing a UI option for Flux users that matches or exceeds the level of ArgoCD.
Capacitor Next is a tool you can run on your laptop.
- Are you looking to host it for your team on a URL?
- Or integrate with Backstage?
Reach out to laszlo at gimlet.io. We are looking for beta testers.
Please push ✨
Capacitor Next follows a calendar based versioning with a bi-weekly feature release cadence.
v2025-09.1is the first feature release in September 2025. Landing mid month.v2025-09.2is the second feature release in September 2025. Landing at the end of the month, or perhaps the beginning of the next one.v2025-09.1-patch1is the first patch release of the first feature release in September 2025.v2025-09.2-rc2is the second release candidate of the second feature release in September 2025.v2025-09.2-debug1is a debug release of the second feature release in September 2025. Meant to be installed only by request of the maintainers.
The update notifications in the UI trigger only on feature releases: v2025-09.1, v2025-09.2.
You may install patch and rc releases if you please, debug releases if requested.
You can install a specific version by supplying the version tag:
wget -qO- https://gimlet.io/install-capacitor | bash -s -- v2025-09.2
Versioning for the self-hosted release follows the versioning of the local-first app.
The deployment yamls always point to the latest feture release or its latest patch release.
-
Self-hosted fixes are released in a patch version
v2025-09.1-patch1even if the local-first app does not have any changes. The auto-update message ignores patch versions, therefor the self-hosted version does not interfere with the local-first experience. -
The self-hosted version do publish images with the debug tag. It is crucial to grow robust support for all environments. These are meant to be installed on request and the contents are not publicly documented.
-
The self-hosted version may introduce new features in a patch tag. Only for new features that are strictly related to the self-hosted experience.