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

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

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

19 个仓库

Awesome GitHub RepositoriesDevelopment Utilities

Tools for debugging, profiling, and infrastructure management.

Explore 19 awesome GitHub repositories matching part of an awesome list · Development Utilities. Refine with filters or upvote what's useful.

Awesome Development Utilities GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • jesseduffield/lazydockerjesseduffield 的头像

    jesseduffield/lazydocker

    51,376在 GitHub 上查看↗

    Lazydocker is a terminal-based command-line utility that provides an interactive dashboard for monitoring and controlling containerized environments. It functions as a text-based user interface, allowing users to manage containers, images, and volumes directly within a terminal emulator through keyboard-driven navigation. The tool distinguishes itself by replacing manual command-line sequences with a unified workspace that communicates directly with the Docker daemon via the local Unix domain socket. It maintains state synchronization by listening to real-time container events and utilizes co

    Terminal UI for managing Docker containers and services.

    Go
    在 GitHub 上查看↗51,376
  • usebruno/brunousebruno 的头像

    usebruno/bruno

    44,931在 GitHub 上查看↗

    Bruno is a local-first API client designed for building, testing, and managing network requests across a wide range of protocols. By storing all collections and configurations as plain-text files directly on the local filesystem, it enables native version control and offline access, ensuring that project data remains under user control without requiring cloud synchronization. The platform distinguishes itself through a declarative approach to API management, utilizing a domain-specific language to define request parameters and metadata. This architecture supports a robust testing environment

    Lightweight IDE for exploring and testing API endpoints.

    JavaScriptapi-clientapi-testingautomation
    在 GitHub 上查看↗44,931
  • kong/insomniaKong 的头像

    Kong/insomnia

    38,496在 GitHub 上查看↗

    Insomnia is a desktop application designed for the design, testing, and debugging of network requests. It serves as a comprehensive environment for managing the API lifecycle, allowing users to draft interface specifications, simulate endpoints, and execute automated testing workflows within continuous integration pipelines. The platform distinguishes itself through a modular, plugin-based architecture that enables the integration of custom scripts and external tools. It supports complex development needs by providing a local-first data persistence model, environment-variable substitution for

    Client for testing and developing REST APIs.

    TypeScriptapiapi-clientapi-design
    在 GitHub 上查看↗38,496
  • containers/podmancontainers 的头像

    containers/podman

    32,035在 GitHub 上查看↗

    Podman is a container engine designed for managing containerized applications and images without the need for a persistent background daemon. By utilizing a fork-exec process model, it executes container management commands as direct child processes of the host system, ensuring that container lifecycles are handled through standard host-level process control. The project distinguishes itself through a focus on rootless security and cross-platform compatibility. It employs user namespace mapping to allow unprivileged users to manage isolated workloads without requiring administrative system ac

    Daemonless tool for managing OCI containers and pods.

    Gocontainersdockerkubernetes
    在 GitHub 上查看↗32,035
  • qarmin/czkawkaqarmin 的头像

    qarmin/czkawka

    31,526在 GitHub 上查看↗

    Czkawka is a cross-platform utility designed for storage optimization and filesystem maintenance. It functions as a comprehensive file analysis engine that identifies redundant data, including duplicate files, empty directories, broken symbolic links, and temporary files. By utilizing hash-based content verification, the tool ensures accurate identification of duplicates regardless of file names or metadata. The project distinguishes itself by offering both a native graphical user interface and a command-line interface, allowing for both interactive management and automated, headless system m

    Utility for finding duplicate files and similar images.

    Fluentcleanerduplicatesmultiplatform
    在 GitHub 上查看↗31,526
  • coatisoftware/sourcetrailCoatiSoftware 的头像

    CoatiSoftware/Sourcetrail

    16,471在 GitHub 上查看↗

    Sourcetrail is an interactive source code explorer and visualizer designed for indexing and navigating relationships between symbols and structures across large, multi-language codebases. It functions as a static analysis indexer and code dependency visualizer that maps calls and dependencies between source files to help reveal project architecture. The tool enables multi-language project analysis by using a language-agnostic indexing system to track symbols across different programming languages within a single interface. It allows for the discovery of software architecture and the explorati

    Source explorer for navigating unfamiliar codebases.

    C++
    在 GitHub 上查看↗16,471
  • zealdocs/zealzealdocs 的头像

    zealdocs/zeal

    12,670在 GitHub 上查看↗

    Zeal is an offline technical documentation browser and developer reference library. It serves as a local system for storing, searching, and reading API and language documentation sets without requiring an internet connection. The application functions as a docset management tool that downloads and organizes standardized documentation packages from remote repositories. It includes a local search engine that indexes these sets, enabling fast retrieval of technical terms across multiple libraries and providing the ability to filter results by specific document sets. The system supports integrat

    Offline documentation browser for developers.

    C++apiapi-documentationdash
    在 GitHub 上查看↗12,670
  • evolus/pencilevolus 的头像

    evolus/pencil

    9,809在 GitHub 上查看↗

    Pencil 是一个跨平台的设计环境和矢量绘图应用程序,用于 GUI 原型设计和图表绘制。它提供了一个基于画布的编辑器,用于创建交互式用户界面模型、系统架构图和技术流程的可缩放视觉表示。 该工具作为矢量图形编辑器运行,将形状渲染为数学路径,以确保在不同分辨率下的可缩放性。它包含一个 PDF 导出布局引擎,专门用于将基于屏幕的视觉设计转换为用于物理打印和分发的固定布局文档。 该平台涵盖了广泛的设计领域,包括视觉 UI 模型、系统架构图绘制以及可打印文档的创建。它通过分层页面组织系统管理复杂的项目布局,并支持使用嵌入式自定义字体以保持视觉一致性。

    Tool for GUI prototyping and wireframing.

    JavaScriptdrawingelectronjavascript
    在 GitHub 上查看↗9,809
  • cytopia/devilboxcytopia 的头像

    cytopia/devilbox

    4,470在 GitHub 上查看↗

    Devilbox is a containerized development environment that provides a reproducible suite of web servers, databases, and language runtimes managed through a unified configuration. It functions as a Docker-based local development stack for LAMP and MEAN software stacks and as a manager for switching between different versions of these services to match specific project requirements. The system distinguishes itself by automating local network orchestration. It includes a Docker-based virtual host manager that automatically maps local directories to custom domains and a local DNS and SSL orchestrat

    Dockerized stack for local PHP development environments.

    PHP
    在 GitHub 上查看↗4,470
  • flox/floxflox 的头像

    flox/flox

    3,791在 GitHub 上查看↗

    Flox is a Nix environment manager designed to create, share, and maintain reproducible software stacks. It uses declarative manifests to isolate project dependencies and toolchains, ensuring identical runtimes across different machines and operating systems. The platform distinguishes itself by enabling the deployment of imageless workloads to Kubernetes, allowing software to run in pods without traditional container images. It can also synthesize OCI-compliant container images and distroless artifacts directly from declarative environment definitions. The project covers broad capability are

    Virtual environment manager and package distribution tool.

    Rustdeveloper-toolsdevelopment-environmentnix
    在 GitHub 上查看↗3,791
  • uncrustify/uncrustifyuncrustify 的头像

    uncrustify/uncrustify

    3,051在 GitHub 上查看↗

    Code beautifier

    Automated source code beautifier and formatter.

    C++
    在 GitHub 上查看↗3,051
  • gaphor/gaphorgaphor 的头像

    gaphor/gaphor

    2,244在 GitHub 上查看↗

    Gaphor is the simple modeling tool

    Modeling tool for software and system architecture.

    Python
    在 GitHub 上查看↗2,244
  • kspalaiologos/bzip3kspalaiologos 的头像

    kspalaiologos/bzip3

    1,213在 GitHub 上查看↗

    A better and stronger spiritual successor to BZip2.

    Statistical compression tool for efficient file archiving.

    C
    在 GitHub 上查看↗1,213
  • sonnyp/workbenchsonnyp 的头像

    sonnyp/Workbench

    836在 GitHub 上查看↗

    Code playground for GNOME 🛠️

    Environment for experimenting with GNOME technologies.

    JavaScript
    在 GitHub 上查看↗836
  • dialect-app/dialectdialect-app 的头像

    dialect-app/dialect

    668在 GitHub 上查看↗

    A translation app for GNOME.

    Translation application for the GNOME desktop.

    Python
    在 GitHub 上查看↗668
  • stuartlangridge/colourpickerstuartlangridge 的头像

    stuartlangridge/ColourPicker

    289在 GitHub 上查看↗

    A colour picker app for Ubuntu and Linux which allows picking any colour on the screen

    Simple utility for selecting colors on screen.

    Python
    在 GitHub 上查看↗289
  • windsoilder/horsWindSoilder 的头像

    WindSoilder/hors

    248在 GitHub 上查看↗

    instant coding answers via the command line (howdoi in rust)

    Command-line tool for fetching instant coding answers.

    Rust
    在 GitHub 上查看↗248
  • geopjr/collisionGeopJr 的头像

    GeopJr/Collision

    200在 GitHub 上查看↗

    MIRROR Check hashes for your files - A GUI tool to generate, compare and verify MD5, SHA-1, SHA-256, SHA-512, Blake3, CRC32 & Adler32 hashes.

    Simple utility for removing metadata from image files.

    Crystal
    在 GitHub 上查看↗200
  • docker/desktop-linuxdocker 的头像

    docker/desktop-linux

    92在 GitHub 上查看↗

    Bug reports for Docker Desktop for Linux

    Platform for building and running containerized applications.

    在 GitHub 上查看↗92
  1. Home
  2. Part of an Awesome List
  3. DevOps & Infrastructure
  4. Development Utilities