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 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/firecrackerfirecracker-microvm avatar

    firecracker-microvm/firecracker

    34,954View on 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
    View on GitHub↗34,954
  • youki-dev/youkiyouki-dev avatar

    youki-dev/youki

    7,452View on 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
    View on GitHub↗7,452
  • p8952/bockerp8952 avatar

    p8952/bocker

    12,657View on 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
    View on GitHub↗12,657

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
  • kata-containers/kata-containerskata-containers avatar

    kata-containers/kata-containers

    8,106View on 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
    View on GitHub↗8,106
  • superradcompany/microsandboxsuperradcompany avatar

    superradcompany/microsandbox

    6,570View on 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
    View on GitHub↗6,570
  • anaibol/awesome-serverlessanaibol avatar

    anaibol/awesome-serverless

    7,585View on GitHub↗

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

    View on GitHub↗7,585
  • agrinman/tunneltoagrinman avatar

    agrinman/tunnelto

    5,828View on 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
    View on GitHub↗5,828
  • aantti/mcp-netbirdaantti avatar

    aantti/mcp-netbird

    50View on GitHub↗

    MCP Server for Netbird

    Go
    View on GitHub↗50
  • asuran/zsh-docker-machineasuran avatar

    asuran/zsh-docker-machine

    3View on GitHub↗

    Docker-machine plugin for oh-my-zsh

    Shell
    View on GitHub↗3
  • api7/apisix-mcpapi7 avatar

    api7/apisix-mcp

    37View on GitHub↗

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

    TypeScript
    View on GitHub↗37
  • aws/aws-lambda-rust-runtimeaws avatar

    aws/aws-lambda-rust-runtime

    3,602View on GitHub↗

    A Rust runtime for AWS Lambda

    Rust
    View on GitHub↗3,602
  • awslabs/aws-sdk-rustawslabs avatar

    awslabs/aws-sdk-rust

    3,326View on GitHub↗

    AWS SDK for the Rust Programming Language

    Rustawsrust
    View on GitHub↗3,326
  • azure/azure-sdk-for-rustAzure avatar

    Azure/azure-sdk-for-rust

    878View on 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
    View on GitHub↗878
  • benjefferies/safe-kubectlbenjefferies avatar

    benjefferies/safe-kubectl

    5View on GitHub↗

    Oh my zsh plugin to make kubectl commands a bit safer

    Shell
    View on GitHub↗5
  • adamcooke/staytusadamcooke avatar

    adamcooke/staytus

    2,177View on GitHub↗

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

    Rubyrailsstatusstatus-site
    View on GitHub↗2,177
  • bossjones/boss-docker-zsh-pluginbossjones avatar

    bossjones/boss-docker-zsh-plugin

    1View on GitHub↗

    ZSH plugin for managing docker

    Shell
    View on GitHub↗1
  • boostorg/beastboostorg avatar

    boostorg/beast

    4,801View on 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
    View on GitHub↗4,801
  • apache/brpcapache avatar

    apache/brpc

    17,545View on 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
    View on GitHub↗17,545
  • bparli/conveybparli avatar

    bparli/convey

    354View on GitHub↗

    Layer 4 load balancer with dynamic configuration loading

    Rustload-balancerrusttcp
    View on GitHub↗354
  • caronc/apprisecaronc avatar

    caronc/apprise

    15,876View on 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
    View on GitHub↗15,876
  • causefx/organizrcausefx avatar

    causefx/Organizr

    5,693View on 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
    View on GitHub↗5,693
  • cfal/tobarucfal avatar

    cfal/tobaru

    286View on 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
    View on GitHub↗286
  • cfenollosa/bashblogcfenollosa avatar

    cfenollosa/bashblog

    1,769View on GitHub↗

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

    Shell
    View on GitHub↗1,769
  • chenshuo/muduochenshuo avatar

    chenshuo/muduo

    16,157View on 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++
    View on GitHub↗16,157
  • chmouel/kubectl-config-switcherchmouel avatar

    chmouel/kubectl-config-switcher

    4View on GitHub↗

    A zsh plugin to switch between kubectl config files

    Shell
    View on GitHub↗4
  • chronoxor/cppserverchronoxor avatar

    chronoxor/CppServer

    1,634View on 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++
    View on GitHub↗1,634
  • ciandcd/awesome-ciandcdciandcd avatar

    ciandcd/awesome-ciandcd

    1,999View on GitHub↗

    continuous integration and continuous delivery

    View on GitHub↗1,999
  • cloudstek/zsh-plugin-appupCloudstek avatar

    Cloudstek/zsh-plugin-appup

    19View on GitHub↗

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

    Shell
    View on GitHub↗19
  • containers/libpodcontainers avatar

    containers/libpod

    32,040View on 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
    View on GitHub↗32,040
  • bhznjns/nfc-plinkdBHznJNs avatar

    BHznJNs/NFC-PLinkD

    21View on GitHub↗

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

    Dart
    View on GitHub↗21