awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to imdario/mergo

Projects sharing features with Mergo

30 open-source projects similar to imdario/mergo, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • thoas/go-funkthoas avatar

    thoas/go-funk

    4,939View on GitHub↗

    go-funk is a functional programming library for Go that provides a set of helper functions to transform and query slices and maps. It enables a declarative coding style for collection manipulation and data transformation, reducing the need for repetitive manual loops. The library implements higher-order functions for common operations, including mapping, filtering, and searching through data structures using predicates and callbacks. It includes utilities for detecting element existence and finding common elements between collections. These capabilities are supported through generic-based ty

    Go
    View on GitHub↗4,939
  • clevergo/jsendC

    clevergo/jsend

    0View on GitHub↗
    View on GitHub↗0
  • alexpantyukhin/go-pattern-matchA

    alexpantyukhin/go-pattern-match

    0View on GitHub↗
    View on GitHub↗0
  • asdine/stormasdine avatar

    asdine/storm

    2,097View on GitHub↗

    Simple and powerful toolkit for BoltDB

    Goboltdbbucketdatabase
    View on GitHub↗2,097
  • bndr/gopencilsB

    bndr/gopencils

    0View on GitHub↗
    View on GitHub↗0
  • chrispassas/silkC

    chrispassas/silk

    0View on GitHub↗
    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
  • andy2046/tikA

    andy2046/tik

    0View on GitHub↗
    View on GitHub↗0
  • antham/ghokinA

    antham/ghokin

    0View on GitHub↗
    View on GitHub↗0
  • aplescia-chwy/lets-goA

    aplescia-chwy/lets-go

    0View on GitHub↗
    View on GitHub↗0
  • asciimoo/wuzzasciimoo avatar

    asciimoo/wuzz

    10,711View on GitHub↗

    Wuzz is an interactive command line HTTP client and request inspector designed for capturing, reviewing, and analyzing outgoing network calls and their payloads. It functions as a terminal-based tool for debugging API issues and testing web endpoints. The tool provides specialized filtering for response bodies, using regular expressions and format-specific query syntaxes tailored for JSON and HTML data. It allows for the persistence of captured requests and responses to disk to facilitate the reproduction of network issues and offline analysis. User settings and default request behaviors are

    Goclicurlgo
    View on GitHub↗10,711
  • bcicen/ctopbcicen avatar

    bcicen/ctop

    17,765View on GitHub↗

    ctop is a terminal-based dashboard utility designed for monitoring and managing containerized applications. It provides a real-time interface for tracking the operational status and resource utilization of multiple containers simultaneously, offering a centralized view of system health directly within a terminal emulator. The tool distinguishes itself by integrating directly with the container runtime to provide both high-level infrastructure overviews and deep inspection capabilities. Users can organize their dashboard through persistent filtering and sorting preferences, ensuring that perfo

    Gocommand-linecommandlinecontainers
    View on GitHub↗17,765
  • blockloop/scanB

    blockloop/scan

    0View on GitHub↗
    View on GitHub↗0
  • carlescere/gobackC

    carlescere/goback

    0View on GitHub↗
    View on GitHub↗0
  • chrispassas/nfdumpC

    chrispassas/nfdump

    0View on GitHub↗
    View on GitHub↗0
  • antirez/sdsantirez avatar

    antirez/sds

    5,486View on GitHub↗

    sds is a C dynamic string library that provides a memory management wrapper for heap-allocated strings. It implements binary-safe storage by tracking string lengths explicitly, allowing the library to handle null characters within data. The library distinguishes itself through a memory architecture that uses interchangeable function pointers for allocation and freeing, enabling the integration of custom memory managers. It utilizes header-stored length tracking to provide constant-time length retrieval and maintains null-terminated buffer padding to ensure compatibility with standard C string

    C
    View on GitHub↗5,486
  • alxrm/ugoA

    alxrm/ugo

    0View on GitHub↗
    View on GitHub↗0
  • anrieff/libcpuidanrieff avatar

    anrieff/libcpuid

    532View on GitHub↗

    a small C library for x86 CPU detection and feature extraction

    C
    View on GitHub↗532
  • antham/chyleA

    antham/chyle

    0View on GitHub↗
    View on GitHub↗0
  • abo/rerateA

    abo/rerate

    0View on GitHub↗
    View on GitHub↗0
  • aofei/mimesnifferA

    aofei/mimesniffer

    0View on GitHub↗
    View on GitHub↗0
  • adelowo/onecacheA

    adelowo/onecache

    0View on GitHub↗
    View on GitHub↗0
  • arthurkushman/pgoA

    arthurkushman/pgo

    0View on GitHub↗
    View on GitHub↗0
  • afex/hystrix-goafex avatar

    afex/hystrix-go

    4,418View on GitHub↗

    This is a fault tolerance library for Go designed to prevent cascading failures by isolating unhealthy remote services using the circuit breaker pattern. It serves as a resilience tool for managing request timeouts, defining fallback logic, and protecting remote systems from overloading. The library differentiates itself through the integration of a health metrics exporter that streams real-time performance and status data of remote connections to external monitoring tools. It combines this observability with a circuit breaker state machine that tracks success and failure rates to block calls

    Go
    View on GitHub↗4,418
  • astral-sh/uvastral-sh avatar

    astral-sh/uv

    86,451View on GitHub↗

    uv is a high-performance Python package manager and project build tool designed to handle dependency resolution, virtual environment orchestration, and Python interpreter management. It functions as a comprehensive workspace orchestrator, enabling developers to manage complex, multi-package repositories and ensure reproducible builds across different platforms. The tool distinguishes itself through its use of a global, content-addressable cache and hard-link-based environment provisioning, which allow for near-instant environment creation and minimal disk usage. It employs a high-performance

    Rustpackagingpythonresolver
    View on GitHub↗86,451
  • beefsack/go-rateB

    beefsack/go-rate

    0View on GitHub↗
    View on GitHub↗0
  • biter777/countriesB

    biter777/countries

    0View on GitHub↗
    View on GitHub↗0
  • briandowns/spinnerbriandowns avatar

    briandowns/spinner

    2,525View on GitHub↗

    Go (golang) package with 90 configurable terminal spinner/progress indicators.

    Gocligogolang
    View on GitHub↗2,525
  • btnguyen2k/olafB

    btnguyen2k/olaf

    0View on GitHub↗
    View on GitHub↗0
  • cep21/circuitC

    cep21/circuit

    0View on GitHub↗
    View on GitHub↗0
  • asticode/go-astitodoA

    asticode/go-astitodo

    0View on GitHub↗
    View on GitHub↗0