awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to eval/envied

Open-source alternatives to Envied

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

  • abinnovision/nestjs-commonsabinnovision 的头像

    abinnovision/nestjs-commons

    64在 GitHub 上查看↗

    💥 Collection of common packages for NestJS: configx, hatchet integration, flydrive and more

    TypeScript
    在 GitHub 上查看↗64
  • adhenawer/claude-snapshotA

    adhenawer/claude-snapshot

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • adobe/butlerA

    adobe/butler

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • adrg/xdgadrg 的头像

    adrg/xdg

    1,002在 GitHub 上查看↗

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

    Gocross-platformgogolang
    在 GitHub 上查看↗1,002
  • agilira/argusagilira 的头像

    agilira/argus

    170在 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
    在 GitHub 上查看↗170
  • ainova-systems/intelligence-syncA

    ainova-systems/intelligence-sync

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • alecthomas/kongalecthomas 的头像

    alecthomas/kong

    2,976在 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
    在 GitHub 上查看↗2,976
  • andreiavrammsd/configandreiavrammsd 的头像

    andreiavrammsd/config

    0在 GitHub 上查看↗

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

    Goconfigurationenvironmentgolang
    在 GitHub 上查看↗0
  • antham/envhantham 的头像

    antham/envh

    100在 GitHub 上查看↗

    Go helpers to manage environment variables

    Goconfiguration-managementenvironmentgolang
    在 GitHub 上查看↗100
  • aosasona/dotenvA

    aosasona/dotenv

    0在 GitHub 上查看↗

    Quick start - Installation

    在 GitHub 上查看↗0
  • atelpis/enflagatelpis 的头像

    atelpis/enflag

    38在 GitHub 上查看↗

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

    Goclicommand-lineconfig
    在 GitHub 上查看↗38
  • azure/appconfiguration-goproviderAzure 的头像

    Azure/AppConfiguration-GoProvider

    5在 GitHub 上查看↗

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

    Go
    在 GitHub 上查看↗5
  • beatlabs/harvesterbeatlabs 的头像

    beatlabs/harvester

    134在 GitHub 上查看↗

    Harvest configuration, watch and notify subscriber

    Goconfiguration-managementgogolang
    在 GitHub 上查看↗134
  • bitwalker/conformbitwalker 的头像

    bitwalker/conform

    378在 GitHub 上查看↗

    Easy, powerful, and extendable configuration tooling for releases.

    Elixir
    在 GitHub 上查看↗378
  • bkeepers/dotenvbkeepers 的头像

    bkeepers/dotenv

    6,758在 GitHub 上查看↗

    Dotenv is a Ruby library used for loading key-value pairs from files into an application environment. It includes a configuration parser to extract variables into hashes and a loader to inject those pairs into the global environment. The project features a variable interpolator that resolves environment variables and shell command outputs within configuration values. It also provides a validator to verify that required configuration keys are present during application initialization. The toolset covers environment variable management, including the ability to generate configuration templates

    Ruby
    在 GitHub 上查看↗6,758
  • borudar/configurationBoRuDar 的头像

    BoRuDar/configuration

    108在 GitHub 上查看↗

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

    Go12-factorconfigconfiguration
    在 GitHub 上查看↗108
  • burntsushi/tomlBurntSushi 的头像

    BurntSushi/toml

    4,904在 GitHub 上查看↗

    This is a TOML parser and serializer for the Go language. It serves as a data serialization library and configuration file mapper that encodes and decodes data between Go structures and the TOML configuration format. The library provides interfaces for custom type marshaling, allowing for specialized logic when parsing or serializing specific data types. It transforms structured objects into deterministic TOML documents for storage or transmission. The project covers a broad range of data processing capabilities, including structured value encoding, TOML data generation, and metadata inspect

    Go
    在 GitHub 上查看↗4,904
  • bytedance/sonicbytedance 的头像

    bytedance/sonic

    9,492在 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
    在 GitHub 上查看↗9,492
  • caarlos0/envcaarlos0 的头像

    caarlos0/env

    6,004在 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
    在 GitHub 上查看↗6,004
  • cbednarski/hostessC

    cbednarski/hostess

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • chaindead/zerocfgchaindead 的头像

    chaindead/zerocfg

    200在 GitHub 上查看↗

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

    Goconfigconfigurationenvironment
    在 GitHub 上查看↗200
  • conduit8/conduit8C

    conduit8/conduit8

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • craue/craueconfigbundleC

    craue/CraueConfigBundle

    0在 GitHub 上查看↗

    CraueConfigBundle manages configuration settings stored in the database and makes them accessible via a service in your Symfony project. These settings are similar to those defined in parameters.yml but can be modified at runtime, e.g. by an admin user.

    在 GitHub 上查看↗0
  • crgimenes/goconfigC

    crgimenes/goConfig

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • cristalhq/aconfigcristalhq 的头像

    cristalhq/aconfig

    634在 GitHub 上查看↗

    Simple, useful and opinionated config loader.

    Gocommand-lineconfigconfiguration
    在 GitHub 上查看↗634
  • ctripcorp/apolloctripcorp 的头像

    ctripcorp/apollo

    29,760在 GitHub 上查看↗

    Apollo is a microservice configuration management system and dynamic configuration center. It serves as a centralized platform for storing, distributing, and syncing application settings across distributed environments to maintain consistency across various clusters. The system distinguishes itself through a dynamic configuration orchestrator that supports real-time updates to connected applications, eliminating the need for manual service restarts. It features a grayscale configuration deployment tool for rolling out changes to a small subset of service instances and a version control system

    Java
    在 GitHub 上查看↗29,760
  • custompro98/glenvcustompro98 的头像

    custompro98/glenv

    2在 GitHub 上查看↗

    Type-safe environment variables for Gleam.

    Gleam
    在 GitHub 上查看↗2
  • d0rc/sweetconfigd0rc 的头像

    d0rc/sweetconfig

    3在 GitHub 上查看↗

    something to forget about configuration in releases

    Elixir
    在 GitHub 上查看↗3
  • d87/mpv-persist-propertiesD

    d87/mpv-persist-properties

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • a8m/envsubstA

    a8m/envsubst

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0