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

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

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

Open-source alternatives to Pouch

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

  • 1panel-dev/1panel1Panel-dev 的头像

    1Panel-dev/1Panel

    35,898在 GitHub 上查看↗

    1Panel is a centralized server management and container orchestration platform designed to simplify the administration of Linux-based infrastructure. It provides a unified web interface for managing containerized workloads, automating system maintenance, and configuring server resources. By acting as a comprehensive control plane, the platform streamlines the deployment of applications, databases, and web services while offering granular control over host system internals and security settings. What distinguishes this platform is its integrated support for private artificial intelligence infr

    Go1panelagentclawdbot
    在 GitHub 上查看↗35,898
  • akihirosuda/limaA

    AkihiroSuda/lima

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • area39/webug4.0-dockerA

    Area39/Webug4.0-Docker

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • baidu/bfsbaidu 的头像

    baidu/bfs

    2,847在 GitHub 上查看↗

    The Baidu File System.

    C++
    在 GitHub 上查看↗2,847
  • baidu/sofa-pbrpcbaidu 的头像

    baidu/sofa-pbrpc

    2,142在 GitHub 上查看↗

    A light-weight RPC implement of google protobuf RPC framework.

    C++
    在 GitHub 上查看↗2,142
  • brpc/brpcB

    brpc/brpc

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

AI 搜索

探索更多 awesome 仓库

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

Find more with AI search
  • bugy/script-serverbugy 的头像

    bugy/script-server

    1,866在 GitHub 上查看↗

    Web UI for your scripts with execution management

    Python
    在 GitHub 上查看↗1,866
  • bugzilla/bugzillabugzilla 的头像

    bugzilla/bugzilla

    835在 GitHub 上查看↗

    Official repository for the Bugzilla bug tracking system. Report bugs to https://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&format=default . Main website:

    Perl
    在 GitHub 上查看↗835
  • bytecodealliance/wasm-micro-runtimebytecodealliance 的头像

    bytecodealliance/wasm-micro-runtime

    5,990在 GitHub 上查看↗
    Caotassembly-scriptembedded
    在 GitHub 上查看↗5,990
  • cameri/nostrilleryCameri 的头像

    Cameri/nostrillery

    8在 GitHub 上查看↗

    A wrapper around Artillery to run performance tests on Nostr Relays

    JavaScript
    在 GitHub 上查看↗8
  • charmbracelet/vhscharmbracelet 的头像

    charmbracelet/vhs

    18,682在 GitHub 上查看↗

    This project is a terminal automation and recording tool that uses a custom declarative scripting language to execute command-line sequences. It functions as a framework for both generating animated media files and performing automated terminal output validation. By managing isolated pseudo-terminal sessions, it captures and renders terminal interactions into high-quality GIFs, videos, or static images. The tool distinguishes itself through its ability to treat terminal sessions as testable, repeatable artifacts. It supports golden-file testing, allowing users to verify command-line behavior

    Goasciiclicommand-line
    在 GitHub 上查看↗18,682
  • cjbassi/gotopcjbassi 的头像

    cjbassi/gotop

    7,421在 GitHub 上查看↗

    Gotop is a terminal-based system monitor and resource dashboard built with the Go programming language. It serves as a text-based user interface for real-time tracking of hardware resources, network activity, and running processes. The application provides a performance dashboard featuring graphical widgets for CPU and memory metrics. It includes a process manager that allows users to list, sort, and terminate active system processes based on their resource consumption. The interface supports customization through theme styling and layout configurations, enabling users to adjust color scheme

    Gogogolanglinux
    在 GitHub 上查看↗7,421
  • containerd/containerdcontainerd 的头像

    containerd/containerd

    20,369在 GitHub 上查看↗

    Containerd is a daemon-based container runtime that manages the complete lifecycle of containers on a host system. It functions as a core orchestration backend, handling image distribution, storage, and process execution while adhering to industry-standard specifications for container execution and configuration. The project is distinguished by its modular, plugin-based architecture, which allows for the extension of storage, runtime, and networking capabilities without requiring a full daemon recompile. It utilizes a shim-based execution model to delegate low-level operations, ensuring isola

    Gocncfcontainerdcontainers
    在 GitHub 上查看↗20,369
  • containerd/runwasicontainerd 的头像

    containerd/runwasi

    1,308在 GitHub 上查看↗

    Facilitates running Wasm / WASI workloads managed by containerd

    Rustcontainerdkubernetesrust
    在 GitHub 上查看↗1,308
  • containers/cruncontainers 的头像

    containers/crun

    3,975在 GitHub 上查看↗

    crun is a low-level container runtime that implements the Open Container Initiative specification for managing the lifecycle of isolated processes. It provides the core mechanisms for container creation, execution, and deletion, ensuring compatibility across platforms through standardized lifecycle management. The project distinguishes itself by offering a shared C library that allows container runtime operations to be embedded directly into other compiled applications. It further extends execution capabilities through specialized handlers that enable the deployment of containers within isola

    Ccontainersiotiot-cloud
    在 GitHub 上查看↗3,975
  • 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

    Gocontainersdockerkubernetes
    在 GitHub 上查看↗32,035
  • cri-o/cri-ocri-o 的头像

    cri-o/cri-o

    5,629在 GitHub 上查看↗

    CRI-O is an open-source container runtime that implements the Kubernetes Container Runtime Interface (CRI) to manage container images, pods, and containers on cluster nodes using OCI-compatible runtimes. It serves as a node-level container manager that handles image pulling, container lifecycle, and resource monitoring for Kubernetes clusters, running containers according to the Open Container Initiative specifications. The runtime distinguishes itself through live configuration reloading that applies changes to runtime definitions, registry mirrors, and TLS certificates without restarting th

    Go
    在 GitHub 上查看↗5,629
  • 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
  • dangdangdotcom/elastic-jobD

    dangdangdotcom/elastic-job

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • deislabs/containerd-wasm-shimsD

    deislabs/containerd-wasm-shims

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • deislabs/krustletD

    deislabs/krustlet

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • dianping/catdianping 的头像

    dianping/cat

    18,944在 GitHub 上查看↗

    Cat is a distributed application performance monitoring tool and tracing framework designed to track transactions, latency, and health across distributed services. It functions as a Kubernetes-native monitoring stack that utilizes multi-language monitoring clients and a real-time alerting system to maintain system visibility. The system provides monitoring clients for Java, Go, Python, Node.js, and C++ to collect performance metrics and trace data. It distinguishes itself by sampling request flows to record call chains and identify bottlenecks, while using a monitoring engine to trigger immed

    Javaapmdistributedjava
    在 GitHub 上查看↗18,944
  • docker/composedocker 的头像

    docker/compose

    37,588在 GitHub 上查看↗

    Docker Compose is a tool for defining and running multi-container applications through declarative configuration files. It functions as an application lifecycle manager, coordinating the startup, shutdown, and scaling of interconnected services within isolated environments. By using a standardized configuration format, it enables infrastructure as code, allowing developers to manage complex application stacks and their dependencies in a single, repeatable file. The project distinguishes itself by integrating directly with the broader Docker platform, leveraging a client-server architecture wh

    Godockerdocker-composego
    在 GitHub 上查看↗37,588
  • eleme/bansheeE

    eleme/banshee

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • falcosecurity/pdigF

    falcosecurity/pdig

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • fermyon/spinfermyon 的头像

    fermyon/spin

    6,443在 GitHub 上查看↗

    Spin is a WebAssembly serverless framework and development toolchain for building and running portable microservices. It functions as an event-driven orchestrator and runtime that executes WebAssembly components, allowing developers to map HTTP requests, Redis messages, and cron schedules to specific modules. The project distinguishes itself by implementing a Wasm-based AI inference gateway, enabling components to perform model inference and generate text embeddings. It utilizes the WebAssembly Component Model and WASI for language-agnostic composition and portable host interfacing, while emp

    Rust
    在 GitHub 上查看↗6,443
  • firecracker-microvm/firecracker-containerdfirecracker-microvm 的头像

    firecracker-microvm/firecracker-containerd

    2,850在 GitHub 上查看↗

    firecracker-containerd enables containerd to manage containers as Firecracker microVMs

    Goawscontainerdcontainers
    在 GitHub 上查看↗2,850
  • fishworks/gofishF

    fishworks/gofish

    0在 GitHub 上查看↗
    在 GitHub 上查看↗0
  • genuinetools/imggenuinetools 的头像

    genuinetools/img

    3,987在 GitHub 上查看↗

    img is a collection of toolsets for building, managing, and manipulating OCI compliant container images. It functions as an image build tool and registry client, providing the capabilities to create images from configuration files, push and pull images to remote registries, and extract image layers into root filesystems or archives. The project distinguishes itself through support for multi-platform builds using hardware emulators and the ability to perform unprivileged container builds via namespace-based process isolation and user ID mapping. It also includes a cross-platform binary compile

    Gobuildkitclicontainers
    在 GitHub 上查看↗3,987
  • 0xtrr/chief0xtrr 的头像

    0xtrr/chief

    17在 GitHub 上查看↗

    A writepolicy plugin for Strfry relays

    Rust
    在 GitHub 上查看↗17