awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to cfengine/core

Open-source alternatives to Cfengine Core

30 open-source projects similar to cfengine/core, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Cfengine Core alternative.

  • agilira/argusagilira avatar

    agilira/argus

    170View on GitHub↗

    High-performance configuration management framework for Go applications with zero-allocation performance, universal format support (JSON, YAML, TOML, HCL, INI, Properties), and an ultra-fast CLI powered by Orpheus.

    Goagilira-orpheuscliconfiguration-management
    View on GitHub↗170
  • alecthomas/kongalecthomas avatar

    alecthomas/kong

    2,976View on GitHub↗

    Kong is a declarative command line interface framework and parser for Go. It maps flags and positional arguments directly into typed Go structures using struct tags, allowing developers to define terminal interfaces through data models rather than manual parsing logic. The project functions as a configuration mapper that populates Go structures from a combination of command-line arguments, environment variables, and JSON files. It distinguishes itself by providing a dependency injection container to pass external services into command handlers and a plugin architecture for dynamic command reg

    Gocommand-linecommandsflags
    View on GitHub↗2,976
  • alpha018/nestjs-unleash-clientAlpha018 avatar

    Alpha018/nestjs-unleash-client

    34View on GitHub↗

    A Client library to use the Unleash platform in your NestJS Apps to manage the feature flags.

    TypeScript
    View on GitHub↗34
  • andreiavrammsd/configandreiavrammsd avatar

    andreiavrammsd/config

    0View on GitHub↗

    Parse configuration values into given struct from environment, files, json, bytes, or other input convertible to bytes

    Goconfigurationenvironmentgolang
    View on GitHub↗0

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • angristan/nginx-autoinstallangristan avatar

    angristan/nginx-autoinstall

    650View on GitHub↗

    Compile and install NGINX from source with optional features, modules and patches.

    Shell
    View on GitHub↗650
  • ansible/ansibleansible avatar

    ansible/ansible

    68,968View on GitHub↗

    Ansible is an agentless infrastructure automation engine designed to manage remote servers and network devices. It functions as a cross-platform orchestration tool that coordinates system updates, software installations, and service configurations from a centralized management workstation. By utilizing a declarative approach, it allows users to define desired system states through human-readable configuration files, ensuring consistency across distributed environments. The platform operates by establishing secure shell connections to target nodes, eliminating the need for persistent agent sof

    Pythonansiblepython
    View on GitHub↗68,968
  • antham/envhantham avatar

    antham/envh

    100View on GitHub↗

    Go helpers to manage environment variables

    Goconfiguration-managementenvironmentgolang
    View on GitHub↗100
  • atelpis/enflagatelpis avatar

    atelpis/enflag

    38View on GitHub↗

    Container-focused Golang config: unify Env & Flag parsing in one call with minimal code and zero dependencies.

    Goclicommand-lineconfig
    View on GitHub↗38
  • azure/appconfiguration-goproviderAzure avatar

    Azure/AppConfiguration-GoProvider

    5View on GitHub↗

    The configuration provider for consuming data in Azure App Configuration from Go applications.

    Go
    View on GitHub↗5
  • beatlabs/harvesterbeatlabs avatar

    beatlabs/harvester

    134View on GitHub↗

    Harvest configuration, watch and notify subscriber

    Goconfiguration-managementgogolang
    View on GitHub↗134
  • borudar/configurationBoRuDar avatar

    BoRuDar/configuration

    108View on GitHub↗

    Library for setting values to structs' fields from env, flags, files or default tag

    Go12-factorconfigconfiguration
    View on GitHub↗108
  • bytedance/sonicbytedance avatar

    bytedance/sonic

    9,492View on GitHub↗

    Sonic is a high-performance Go JSON serialization library that provides tools for encoding and decoding native data structures. It functions as a JIT-accelerated encoder, a JSON AST parser, a stream processor, and a lazy decoder. The project utilizes just-in-time machine code generation to optimize the encoding of large data schemas and employs a JIT assembler to maximize serialization and deserialization speeds. It features a precompiled schema warmup process to prevent latency spikes during initial execution and leverages SIMD hardware instructions for accelerated parsing. The library cove

    Gohigh-performancejitjson
    View on GitHub↗9,492
  • caarlos0/envcaarlos0 avatar

    caarlos0/env

    6,004View on GitHub↗

    env is a Go library that reads environment variables and populates the fields of a Go struct according to tag directives. It uses reflection to iterate over struct types and tags at runtime, mapping environment variable names to struct fields and applying parsing behavior defined in struct tags. The library supports required field validation, returning errors when marked fields are missing or empty after parsing. It also provides default value fallback from struct tags when environment variables are not set, environment variable expansion that recursively substitutes references within values,

    Goconfigconfigurationenvironment
    View on GitHub↗6,004
  • canonical/cloud-initcanonical avatar

    canonical/cloud-init

    3,729View on GitHub↗

    Cloud-init is an automated server provisioning and instance initialization tool designed to configure virtual machines during the early boot process. It functions as a metadata provisioner that retrieves instance configuration data from cloud providers to set up network, storage, and user settings. The project provides a cross-distribution boot configuration layer that applies consistent system settings across different Linux distributions. It utilizes a modular provider abstraction to handle API differences between various cloud platforms and employs a staged boot execution model to ensure i

    Pythoncloud-inithacktoberfestpython
    View on GitHub↗3,729
  • chaindead/zerocfgchaindead avatar

    chaindead/zerocfg

    200View on GitHub↗

    Zero-effort, concise configuration management that avoids boilerplate and repetitive actions.

    Goconfigconfigurationenvironment
    View on GitHub↗200
  • cristalhq/aconfigcristalhq avatar

    cristalhq/aconfig

    634View on GitHub↗

    Simple, useful and opinionated config loader.

    Gocommand-lineconfigconfiguration
    View on GitHub↗634
  • cubicdaiya/nginx-buildcubicdaiya avatar

    cubicdaiya/nginx-build

    427View on GitHub↗

    nginx-build - provides a command to build nginx seamlessly.

    Go
    View on GitHub↗427
  • deatil/go-arraydeatil avatar

    deatil/go-array

    22View on GitHub↗

    A Go package that read or set data from map, slice or json

    Goarraygogo-array
    View on GitHub↗22
  • diegomarangoni/typenvdiegomarangoni avatar

    diegomarangoni/typenv

    12View on GitHub↗

    Go minimalist typed environment variables library

    Gogogolanglibrary
    View on GitHub↗12
  • dsbasko/go-cfgdsbasko avatar

    dsbasko/go-cfg

    49View on GitHub↗

    The library provides a unified way to read configuration data from different sources, such as environment variables, command line flags, and configuration files.

    Go
    View on GitHub↗49
  • dynaconf/dynaconfdynaconf avatar

    dynaconf/dynaconf

    4,308View on GitHub↗

    Dynaconf is a configuration management library for Python applications that provides a unified system for loading, validating, and managing settings. It aggregates configuration data from multiple files, environment variables, and external stores into a single object using a defined precedence order. The project distinguishes itself through a layered environment manager that separates settings into distinct profiles, such as development and production. It includes a declarative validation framework to enforce data rules and type constraints during the loading process, as well as an external s

    Python
    View on GitHub↗4,308
  • facebookresearch/hydrafacebookresearch avatar

    facebookresearch/hydra

    10,449View on GitHub↗

    Hydra is a hierarchical configuration framework and type-safe configuration manager. It is designed to manage complex application settings through composable configuration files and command-line overrides, ensuring that configuration values match expected data types during instantiation. The framework functions as a dynamic object instantiator that creates class instances directly from hierarchical configuration values and nested objects. It also operates as a hyperparameter sweep orchestrator and cluster job launcher, enabling the execution of multiple application runs across parameter range

    Python
    View on GitHub↗10,449
  • fleetdm/fleetfleetdm avatar

    fleetdm/fleet

    6,058View on GitHub↗

    Fleet is an open-source device management platform that provides centralized control over computing devices running macOS, Linux, Windows, Chromebooks, iOS, and Android. It enables organizations to enroll devices, collect real-time telemetry, enforce security compliance policies, and manage software remotely from a single system. The platform can be deployed as a single binary, run locally for testing, or scaled horizontally across cloud infrastructure on AWS, Kubernetes, GCP, or Render, with support for high availability through database replication and load balancing. The platform distingui

    Gobinary-authorizationconfiguration-managementdevice-management
    View on GitHub↗6,058
  • fulldump/goconfigfulldump avatar

    fulldump/goconfig

    48View on GitHub↗

    Your configuration library for your Go programs.

    Go
    View on GitHub↗48
  • go-external-config/awsgo-external-config avatar

    go-external-config/aws

    0View on GitHub↗

    Parameter Store provides secure, hierarchical storage for configuration data management and secrets management. You can store data such as passwords, database strings, Amazon Machine Image (AMI) IDs, and license codes as parameter values. You can store values as plain text or encrypted data. You…

    View on GitHub↗0
  • go-external-config/consulgo-external-config avatar

    go-external-config/consul

    0View on GitHub↗

    HashiCorp Consul is a service networking solution that enables teams to manage secure network connectivity between services and across on-prem and multi-cloud environments and runtimes. Consul offers service discovery, service mesh, traffic management, and automated updates to network…

    View on GitHub↗0
  • go-external-config/vaultgo-external-config avatar

    go-external-config/vault

    0View on GitHub↗

    Vault provides centralized, well-audited privileged access and secret management for mission-critical data whether you deploy systems on-premises, in the cloud, or in a hybrid environment.

    View on GitHub↗0
  • go-ini/inigo-ini avatar

    go-ini/ini

    3,542View on GitHub↗

    Package ini provides INI file read and write functionality in Go

    Goconfigurationgoini
    View on GitHub↗3,542
  • go-simpler/envgo-simpler avatar

    go-simpler/env

    80View on GitHub↗

    🔍 Load environment variables into a config struct

    Go12factorconfigurationdependency-free
    View on GitHub↗80
  • adrg/xdgadrg avatar

    adrg/xdg

    1,002View on GitHub↗

    Go implementation of the XDG Base Directory Specification and XDG user directories

    Gocross-platformgogolang
    View on GitHub↗1,002