awesome-repositories.com
Blog
MCP
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 derekparker/delve

Open-source alternatives to Delve

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

  • github/hubgithub avatar

    github/hub

    22,955View on GitHub↗

    Hub is a git command line tool and GitHub API client that provides a shell interface for automating workflows. It functions as a GitHub git wrapper, extending standard git commands to include direct management of repositories, issues, and pull requests. The tool integrates REST API communication with a wrapper-based execution model to perform administrative tasks without a web browser. It utilizes OAuth-based authentication and a local configuration store to secure API requests. The utility includes shell command completion and argument parsing to improve terminal productivity. It also suppo

    Go
    View on GitHub↗22,955
  • 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
  • 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

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
  • jmoiron/sqlxjmoiron avatar

    jmoiron/sqlx

    17,651View on GitHub↗

    sqlx is a set of extensions for the Go database/sql package that reduces boilerplate code by automating the mapping of database query results directly into structs and slices. It provides a wrapper around standard database types to eliminate manual row scanning and repetitive error handling. The project distinguishes itself through named parameter binding and query placeholder rebinding, which translate generic markers into driver-specific symbols. It also enables dynamic SQL execution by allowing the application to read and execute SQL statements directly from the filesystem. The library co

    Go
    View on GitHub↗17,651
  • go-task/taskgo-task avatar

    go-task/task

    15,721View on GitHub↗

    Task is a YAML-based task runner and build tool used to define and automate development workflows. It functions as a dependency-based build system and cross-platform task automator, allowing users to execute shell commands across different operating systems using a declarative configuration file. The project operates as an incremental build tool, utilizing file fingerprints and checksums to track state and avoid redundant work by determining if tasks are up to date. It manages execution via a dependency graph to ensure prerequisites are completed before target commands run. The system includ

    Go
    View on GitHub↗15,721
  • junegunn/fzfjunegunn avatar

    junegunn/fzf

    81,017View on GitHub↗

    This project is a general-purpose command-line filter that provides an interactive interface for processing standard input streams. It enables real-time fuzzy searching, data selection, and transformation, allowing users to navigate complex information or file systems directly within their terminal. By utilizing a pipe-oriented architecture, it integrates into existing shell pipelines and workflows to facilitate efficient data exploration. What distinguishes this tool is its highly extensible, event-driven design that allows for deep integration with external processes. It supports asynchrono

    Gobashclifish
    View on GitHub↗81,017
  • goreleaser/goreleasergoreleaser avatar

    goreleaser/goreleaser

    15,897View on GitHub↗

    GoReleaser is a release automation tool for building, packaging, and distributing Go binaries across multiple platforms and architectures. It functions as a cross-compilation build pipeline and binary distribution orchestrator that manages the end-to-end lifecycle of versioned software releases. The tool utilizes a declarative configuration pipeline based on a YAML definition file to automate the Go toolchain. It links Git tags to the compilation process, allowing for automated version tagging and the injection of build metadata and version strings into binaries via linker flags. Its capabil

    Go
    View on GitHub↗15,897
  • peco/pecopeco avatar

    peco/peco

    7,892View on GitHub↗

    Peco is an interactive text filter and fuzzy finder for the terminal. It serves as a terminal user interface selection tool that filters standard input in real-time using fuzzy matching and regular expressions. The tool preserves and renders ANSI color escape sequences from piped input streams while performing matching logic on plain-text versions. It supports multi-stage filtering, allowing users to freeze result sets to create a new base for subsequent refinements. Capability areas include advanced search filtering with negative matching, multi-item selection, and the ability to pipe selec

    Go
    View on GitHub↗7,892
  • cosiner/gohperC

    cosiner/gohper

    0View on GitHub↗
    View on GitHub↗0
  • blockloop/scanB

    blockloop/scan

    0View on GitHub↗
    View on GitHub↗0
  • btnguyen2k/olafB

    btnguyen2k/olaf

    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
  • chrispassas/nfdumpC

    chrispassas/nfdump

    0View on GitHub↗
    View on GitHub↗0
  • clevergo/jsendC

    clevergo/jsend

    0View on GitHub↗
    View on GitHub↗0
  • create-go-app/clicreate-go-app avatar

    create-go-app/cli

    2,759View on GitHub↗

    ✨ A complete and self-contained solution for developers of any qualification to create a production-ready project with backend (Go), frontend (JavaScript, TypeScript) and deploy automation (Ansible, Docker) by running only one CLI command.

    Goansible-playbookbackendbackend-template
    View on GitHub↗2,759
  • asticode/go-astitodoA

    asticode/go-astitodo

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

    aofei/mimesniffer

    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
  • aplescia-chwy/lets-goA

    aplescia-chwy/lets-go

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

    adelowo/onecache

    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
  • bezzad/downloaderbezzad avatar

    bezzad/Downloader

    1,674View on GitHub↗

    Fast, cross-platform and reliable multipart downloader with asynchronous progress events for .NET applications.

    C#cross-platformcsharpdotnet
    View on GitHub↗1,674
  • biter777/countriesB

    biter777/countries

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

    abo/rerate

    0View on GitHub↗
    View on GitHub↗0
  • bndr/gopencilsB

    bndr/gopencils

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

    carlescere/goback

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

    cep21/circuit

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

    chrispassas/silk

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

    antham/chyle

    0View on GitHub↗
    View on GitHub↗0