Cette page est affichée en anglais. Une traduction française est en cours.
ScriptsJul 26, 2026·3 min de lecture

Komiser — Open-Source Cloud Cost and Resource Inspector

A self-hosted dashboard that scans AWS, GCP, Azure, and other cloud providers to visualize resources, identify cost optimization opportunities, and enforce governance policies.

Prêt pour agents

Installation avec revue préalable

Cet actif nécessite une revue. Le prompt copié demande un dry-run, affiche les écritures, puis continue seulement après confirmation.

Needs Confirmation · 64/100Policy : confirmer
Surface agent
Tout agent MCP/CLI
Type
Skill
Installation
Single
Confiance
Confiance : Established
Point d'entrée
Komiser Overview
Commande avec revue préalable
npx -y tokrepo@latest install c4ca558b-888b-11f1-9bc6-00163e2b0d79 --target codex

Dry-run d'abord, confirmez les écritures, puis lancez cette commande.

Introduction

Komiser is a self-hosted tool that connects to your cloud accounts and provides a unified dashboard of resources and costs across AWS, GCP, Azure, and other providers. It helps engineering and FinOps teams identify idle resources, track spending trends, and enforce governance policies.

What Komiser Does

  • Scans cloud accounts to inventory resources across multiple providers
  • Visualizes cost breakdowns by service, region, and resource type
  • Identifies idle or underutilized resources for cost savings
  • Provides custom views and filters for resource management
  • Stores data locally in SQLite or PostgreSQL for historical tracking

Architecture Overview

Komiser is a single Go binary with an embedded web UI. It uses cloud provider SDKs to fetch resource metadata and pricing data, storing results in a local database (SQLite by default, PostgreSQL optional). The dashboard queries this local store, so no data leaves your infrastructure. Multiple cloud accounts are configured via a YAML config file.

Self-Hosting & Configuration

  • Download a single binary or run via Docker (no dependencies required)
  • Configure cloud accounts in config.toml with provider credentials
  • Uses existing AWS profiles, GCP service accounts, or Azure AD credentials
  • Switch from SQLite to PostgreSQL for team-scale deployments
  • Schedule periodic scans via cron or run continuous with built-in polling

Key Features

  • Multi-cloud support covering AWS, GCP, Azure, OCI, DigitalOcean, and more
  • Single binary deployment with no external dependencies
  • Local data storage ensures cloud inventory never leaves your infrastructure
  • Custom filters and saved views for organizing resources by team or project
  • Cost anomaly detection highlighting unexpected spending changes

Comparison with Similar Tools

  • Infracost — Estimates cost of Terraform changes before apply; Komiser audits live resources
  • Cloud Custodian — Policy-as-code enforcement; Komiser focuses on visibility and cost dashboards
  • Vantage — Commercial cloud cost platform; Komiser is open-source and self-hosted
  • OpenCost — Kubernetes-specific cost allocation; Komiser covers all cloud resources

FAQ

Q: Does Komiser require cloud admin permissions? A: It needs read-only access to resource and billing APIs. No write permissions are required.

Q: Can Komiser track costs over time? A: Yes. It stores scan results in a local database, enabling historical cost trend analysis.

Q: Is there a managed/SaaS version? A: Tailwarden offers a managed version of Komiser with additional collaboration features.

Q: How often does Komiser refresh resource data? A: Configurable via scan intervals. The default polling period can be adjusted in the config file.

Sources

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires