awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 مستودعات

Awesome GitHub RepositoriesHost-Guest Folder Synchronization

Synchronization of files between a host machine and a virtualized guest environment.

Distinct from Bidirectional Folder Synchronization: Distinct from bidirectional folder synchronization: specifically targets the host-to-guest boundary in virtualization rather than general multi-folder syncing.

Explore 6 awesome GitHub repositories matching networking & communication · Host-Guest Folder Synchronization. Refine with filters or upvote what's useful.

Awesome Host-Guest Folder Synchronization GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • hashicorp/vagrantالصورة الرمزية لـ hashicorp

    hashicorp/vagrant

    27,154عرض على GitHub↗

    Vagrant is a virtual machine environment manager and infrastructure as code tool used to create and configure consistent development environments. It acts as a virtual machine provisioner and hypervisor abstraction layer, allowing users to define machine specifications and automate software installation on guest systems via declarative configuration files. The project enables cross-hypervisor orchestration by decoupling the command interface from specific virtualization backends. It ensures environment consistency through the distribution of pre-configured machine images and the orchestration

    Implements synchronization mechanisms to map host directories to guest machines for real-time development.

    Rubyautomationrubyvagrant
    عرض على GitHub↗27,154
  • dagger/daggerالصورة الرمزية لـ dagger

    dagger/dagger

    15,970عرض على GitHub↗

    Dagger is a programmable CI/CD engine and containerized task runner designed to orchestrate build and test pipelines. It functions as an incremental build system that manages containers, filesystems, and secrets through a typed API to ensure consistent execution across local and cloud environments. The engine utilizes a language-agnostic client-server API to allow multi-language pipeline orchestration, enabling the sharing of typed artifacts and state across different SDKs without manual serialization. It optimizes execution through content-addressable caching and a directed acyclic graph to

    Synchronizes files and directories between the host filesystem and the execution engine using tilde expansion and find-up searches.

    Go
    عرض على GitHub↗15,970
  • recloudstream/cloudstreamالصورة الرمزية لـ recloudstream

    recloudstream/cloudstream

    8,922عرض على GitHub↗

    Cloudstream is an Android media streaming client and extensible media player that aggregates video and audio content from external sources. It operates as an Android application container within a Linux-based environment, enabling the installation and execution of Android software packages via APK files. The project utilizes an extension-based provider system that allows for the creation of custom plugins. These extensions define the logic for scraping and retrieving multimedia content and metadata from third-party sources. Additional capabilities include the ability to cast media playback t

    Synchronizes files between the host system and the containerized environment using shared directories.

    Kotlinandroidgood-first-issuehome-theater
    عرض على GitHub↗8,922
  • bottlesdevs/bottlesالصورة الرمزية لـ bottlesdevs

    bottlesdevs/Bottles

    8,080عرض على GitHub↗

    Bottles is a Wine compatibility manager and prefix manager that provides a graphical interface for running Windows applications on Linux. It functions as a Windows application sandbox and dependency manager, organizing isolated environments to prevent dependency conflicts and protect the host operating system. The project acts as a Wine runner orchestrator, allowing users to download, install, and switch between different compatibility layers and graphics renderers. It distinguishes itself by using community-driven scripts for automated software installation and dependency management, alongsi

    Links local host folders into a Windows environment, allowing applications to access and modify host files.

    Pythonbottlesbottles-versioningdxvk
    عرض على GitHub↗8,080
  • laravel/homesteadالصورة الرمزية لـ laravel

    laravel/homestead

    3,972عرض على GitHub↗

    Homestead is a virtual machine provisioner that creates a standardized PHP development environment. It provides a disposable development workspace that isolates project dependencies and server tools from the host operating system, using Vagrant to orchestrate the machine lifecycle. The system functions as a local site orchestrator, allowing users to map custom domains to specific project folders through virtual host routing and network port forwarding. It includes a dedicated local mail testing tool that intercepts outgoing application emails in a dashboard for inspection without sending them

    Synchronizes local project folders with the virtualized guest environment for seamless development.

    Shell
    عرض على GitHub↗3,972
  • containers/toolboxالصورة الرمزية لـ containers

    containers/toolbox

    3,250عرض على GitHub↗

    Toolbox is a development workspace orchestrator and container environment manager that bootstraps mutable toolsets and SDKs inside containers. It functions as a Linux distribution sandbox and a host-integrated container runtime, allowing users to run native package managers and software without modifying the host operating system. The project differentiates itself by bridging isolated containers with the host system through the mapping of user identities, network sockets, and home directories. It utilizes a daemonless engine to provide these environments while ensuring that system configurati

    Propagates user identity, timezones, and network settings from the host to ensure environment consistency.

    Shellcontainerslinux
    عرض على GitHub↗3,250
  1. Home
  2. Networking & Communication
  3. Distributed Systems and Peer-to-Peer
  4. Distributed Computing
  5. Data Synchronization and Consistency
  6. Distributed File Synchronization
  7. Bidirectional Folder Synchronization
  8. Host-Guest Folder Synchronization

استكشف الوسوم الفرعية

  • System Configuration PropagationCopying system-level configurations and credentials from a host to a guest environment. **Distinct from Host-Guest Folder Synchronization:** Distinct from Host-Guest Folder Synchronization: covers metadata like timezones and identities, not just files.