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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to tailhook/vagga

Open-source alternatives to Vagga

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

  • firecracker-microvm/firecrackerAvatar de firecracker-microvm

    firecracker-microvm/firecracker

    34,954Ver en GitHub↗

    Firecracker is a virtual machine monitor that leverages hardware-assisted virtualization to create and manage isolated execution environments. It functions as a lightweight runtime designed to launch virtual machines with minimal memory overhead and near-instantaneous startup times, providing the security of traditional hardware virtualization with the efficiency of containerized workloads. The project distinguishes itself through a security-focused architecture that enforces strict process boundaries using system-level barriers and restricted user privileges. It minimizes the attack surface

    Rustcontainersminimalistopen-source
    Ver en GitHub↗34,954
  • youki-dev/youkiAvatar de youki-dev

    youki-dev/youki

    7,452Ver en GitHub↗

    Youki is a low-level container runtime written in Rust that creates and manages isolated containers according to Open Container Initiative specifications. It serves as an execution engine that can function as a rootless container manager or a pluggable Kubernetes CRI runtime to manage pods and containers within a cluster. The project distinguishes itself by providing a Wasm container runtime capable of executing WebAssembly modules as isolated workloads compatible with standard orchestration tools. It further supports a rootless execution model, allowing isolated environments to start as non-

    Rustcontainersdockerkubernetes
    Ver en GitHub↗7,452
  • p8952/bockerAvatar de p8952

    p8952/bocker

    12,657Ver en GitHub↗

    Bocker is a minimal container management tool written in Bash that implements core container functionality using Linux namespaces and control groups. It serves as a Linux container manager capable of starting and managing isolated processes and images through low-level kernel features. The project includes an OCI image tool for pulling, saving, and building container images compatible with industry standards. It further integrates a cgroup resource controller to restrict CPU and memory consumption for isolated processes. The tool covers the full container lifecycle, including process isolati

    Shell
    Ver en GitHub↗12,657

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • kata-containers/kata-containersAvatar de kata-containers

    kata-containers/kata-containers

    8,106Ver en GitHub↗

    Kata Containers is an OCI container runtime that launches containers inside lightweight virtual machines to combine hardware-level isolation with container operational speed. It functions as a hardware-isolated container engine and lightweight VM hypervisor, providing a virtual machine monitor interface that abstracts multiple hypervisors to optimize for performance or specific hardware emulation. The project distinguishes itself through a confidential computing runtime that leverages hardware-backed trusted execution environments, such as Intel TDX and AMD SEV-SNP, to protect data in use. It

    Rustacrncontainerscri
    Ver en GitHub↗8,106
  • superradcompany/microsandboxAvatar de superradcompany

    superradcompany/microsandbox

    6,570Ver en GitHub↗

    Microsandbox is a runtime for creating and managing lightweight, hardware-isolated virtual machines — called sandboxes — that boot directly from standard OCI container images. Each sandbox runs as its own host process with a separate kernel, filesystem, and network stack, providing process-per-sandbox isolation. The project includes a command-line tool and multi-language SDKs (Rust, TypeScript, Python, Go) for programmatic lifecycle control, and it communicates with sandbox agents over Unix sockets using a CBOR-encoded protocol. What distinguishes Microsandbox is its combination of host-manag

    Rust
    Ver en GitHub↗6,570
  • anaibol/awesome-serverlessAvatar de anaibol

    anaibol/awesome-serverless

    7,585Ver en GitHub↗

    :cloud: A curated list of awesome services, solutions and resources for serverless / nobackend applications.

    Ver en GitHub↗7,585
  • agrinman/tunneltoAvatar de agrinman

    agrinman/tunnelto

    5,828Ver en GitHub↗

    tunnelto is a network tunneling tool that creates a public URL to forward traffic to a locally running web server, making it accessible from anywhere. It provides a way to expose local development servers to the internet through temporary or persistent public endpoints. The project supports authenticating tunnel connections with an API key to prevent unauthorized access, and allows reserving custom subdomains so the public URL remains stable across sessions. It also enables debugging webhook integrations by forwarding incoming requests to a local server for inspection during development, and

    Rustasync-ioexposelocalhost
    Ver en GitHub↗5,828
  • aantti/mcp-netbirdAvatar de aantti

    aantti/mcp-netbird

    50Ver en GitHub↗

    MCP Server for Netbird

    Go
    Ver en GitHub↗50
  • asuran/zsh-docker-machineAvatar de asuran

    asuran/zsh-docker-machine

    3Ver en GitHub↗

    Docker-machine plugin for oh-my-zsh

    Shell
    Ver en GitHub↗3
  • api7/apisix-mcpAvatar de api7

    api7/apisix-mcp

    37Ver en GitHub↗

    APISIX Model Context Protocol (MCP) server is used to bridge large language models (LLMs) with the APISIX Admin API.

    TypeScript
    Ver en GitHub↗37
  • aws/aws-lambda-rust-runtimeAvatar de aws

    aws/aws-lambda-rust-runtime

    3,602Ver en GitHub↗

    A Rust runtime for AWS Lambda

    Rust
    Ver en GitHub↗3,602
  • awslabs/aws-sdk-rustAvatar de awslabs

    awslabs/aws-sdk-rust

    3,326Ver en GitHub↗

    AWS SDK for the Rust Programming Language

    Rustawsrust
    Ver en GitHub↗3,326
  • azure/azure-sdk-for-rustAvatar de Azure

    Azure/azure-sdk-for-rust

    878Ver en GitHub↗

    This repository is for the active development of the Azure SDK for Rust. For consumers of the SDK we recommend visiting Docs.rs and looking up the docs for any of libraries in the SDK.

    Rustazureazure-sdkmicrosoft
    Ver en GitHub↗878
  • benjefferies/safe-kubectlAvatar de benjefferies

    benjefferies/safe-kubectl

    5Ver en GitHub↗

    Oh my zsh plugin to make kubectl commands a bit safer

    Shell
    Ver en GitHub↗5
  • adamcooke/staytusAvatar de adamcooke

    adamcooke/staytus

    2,177Ver en GitHub↗

    💡 An open source solution for publishing the status of your services

    Rubyrailsstatusstatus-site
    Ver en GitHub↗2,177
  • bossjones/boss-docker-zsh-pluginAvatar de bossjones

    bossjones/boss-docker-zsh-plugin

    1Ver en GitHub↗

    ZSH plugin for managing docker

    Shell
    Ver en GitHub↗1
  • boostorg/beastAvatar de boostorg

    boostorg/beast

    4,801Ver en GitHub↗

    Beast is a C++ library for implementing low-level HTTP and WebSocket clients and servers. It functions as an asynchronous networking framework designed to compose non-blocking I/O operations and layered stream stacks for managing concurrent network traffic, specifically utilizing the Boost.Asio asynchronous model. The library provides a comprehensive implementation of the HTTP/1.1 and WebSocket protocols. For HTTP, it includes primitives for parsing and serializing messages with support for chunked transfer encoding, incremental body reading, and request pipelining. Its WebSocket implementati

    C++asioasync-programmingboost
    Ver en GitHub↗4,801
  • apache/brpcAvatar de apache

    apache/brpc

    17,545Ver en GitHub↗

    brpc is a high-performance C++ RPC framework and network programming library designed for building distributed systems. It functions as a multi-protocol RPC server capable of hosting and detecting multiple communication protocols, including gRPC, Thrift, HTTP, Redis, and Memcached, on a single TCP port. The project distinguishes itself through high-throughput data transport and memory efficiency, utilizing RDMA-based transport to bypass the kernel TCP stack and zero-copy memory management to eliminate data duplication. It also implements the Raft algorithm for consensus-based state replicatio

    C++rpc
    Ver en GitHub↗17,545
  • bparli/conveyAvatar de bparli

    bparli/convey

    354Ver en GitHub↗

    Layer 4 load balancer with dynamic configuration loading

    Rustload-balancerrusttcp
    Ver en GitHub↗354
  • caronc/appriseAvatar de caronc

    caronc/apprise

    15,876Ver en GitHub↗

    Apprise is a notification library and command-line utility that provides a unified interface for sending alerts to a wide range of messaging, email, and push services. It abstracts the complexities of diverse third-party communication APIs, allowing users to dispatch notifications through a single, standardized method. The project utilizes a connection-string-based routing system to map notification requests to specific service drivers. It features a modular plugin architecture that supports the integration of new messaging platforms and custom notification hooks. Users can organize service e

    Pythonalertsappriseframework
    Ver en GitHub↗15,876
  • causefx/organizrAvatar de causefx

    causefx/Organizr

    5,693Ver en GitHub↗

    Organizr is a self-hosted service dashboard that aggregates links to all of your self-hosted applications into a single landing page for quick access. It functions as a unified tab manager, loading multiple services as individual tabs within one webpage to consolidate browser tabs and reduce clutter. The project provides role-based access control, restricting dashboard visibility and service links based on user authentication and permissions. It includes an external authentication gateway that validates credentials through Plex, Emby, LDAP, or sFTP, and a user management backend for creating,

    PHPbookmarkchatcouchpotato
    Ver en GitHub↗5,693
  • cfal/tobaruAvatar de cfal

    cfal/tobaru

    286Ver en GitHub↗

    Port forwarding utility written in Rust with IP and TLS SNI/ALPN-based forwarding rules, multiple targets per port, iptables support, and hot reloading.

    Rustload-balancingport-forwardport-forwarding
    Ver en GitHub↗286
  • cfenollosa/bashblogAvatar de cfenollosa

    cfenollosa/bashblog

    1,769Ver en GitHub↗

    A single Bash script to create blogs. Download, run, write, done!

    Shell
    Ver en GitHub↗1,769
  • chenshuo/muduoAvatar de chenshuo

    chenshuo/muduo

    16,157Ver en GitHub↗

    Muduo is a C++11 event-driven network library and framework designed for building high-concurrency Linux servers. It provides a toolkit for implementing scalable network services and socket communication using non-blocking I/O and asynchronous event processing. The framework implements a multi-threaded TCP server architecture that distributes connection handling across multiple CPU threads to maximize server throughput. This is achieved through a one-loop-per-thread model and a reactor pattern implementation, which dispatch network events from a central demultiplexer to registered handler fun

    C++
    Ver en GitHub↗16,157
  • chmouel/kubectl-config-switcherAvatar de chmouel

    chmouel/kubectl-config-switcher

    4Ver en GitHub↗

    A zsh plugin to switch between kubectl config files

    Shell
    Ver en GitHub↗4
  • chronoxor/cppserverAvatar de chronoxor

    chronoxor/CppServer

    1,634Ver en GitHub↗

    Ultra fast and low latency asynchronous socket server & client C++ library with support TCP, SSL, UDP, HTTP, HTTPS, WebSocket protocols and 10K connections problem solution

    C++
    Ver en GitHub↗1,634
  • ciandcd/awesome-ciandcdAvatar de ciandcd

    ciandcd/awesome-ciandcd

    1,999Ver en GitHub↗

    continuous integration and continuous delivery

    Ver en GitHub↗1,999
  • cloudstek/zsh-plugin-appupAvatar de Cloudstek

    Cloudstek/zsh-plugin-appup

    19Ver en GitHub↗

    The command that can save you typing 15 characters or more, each time!

    Shell
    Ver en GitHub↗19
  • containers/libpodAvatar de containers

    containers/libpod

    32,040Ver en GitHub↗

    Libpod is a container management library for running and controlling the lifecycle of Open Container Initiative compliant containers and images across different storage backends. It provides a programmatic interface for the remote control and automation of container environments. The project enables the coordination of multiple containers into pods that share network namespaces and other shared resources. It supports rootless container execution by using user namespaces to launch containers without administrative privileges. The library covers a broad range of system operations, including im

    Go
    Ver en GitHub↗32,040
  • bhznjns/nfc-plinkdAvatar de BHznJNs

    BHznJNs/NFC-PLinkD

    21Ver en GitHub↗

    A mobile application that helps you create links between your paper materials and digital resources via NFC.

    Dart
    Ver en GitHub↗21