awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

5 repository-uri

Awesome GitHub RepositoriesRoot Filesystem Managers

Utilities for manipulating the attachment and detachment of root filesystems from the kernel.

Distinct from Root Filesystem Bootstrapping: Focuses on the management/detachment of the rootfs rather than its generation or bootstrapping.

Explore 5 awesome GitHub repositories matching operating systems & systems programming · Root Filesystem Managers. Refine with filters or upvote what's useful.

Awesome Root Filesystem Managers GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • marcan/takeover.shAvatar marcan

    marcan/takeover.sh

    7,332Vezi pe GitHub↗

    This project provides specialized system utilities for deploying volatile rescue environments, managing root filesystems, and migrating live operating systems remotely. It functions as a tool for wiping and reinstalling a Linux system via SSH and serving as a remote OS migration tool. The software enables the deployment of an in-memory rescue environment over SSH to perform emergency maintenance and disk modifications. It allows for the unmounting of root filesystems and the detachment of volumes from a live kernel to facilitate repartitioning and filesystem layout changes without requiring a

    Provides utilities to unmount root filesystems and detach volumes from a live kernel to enable repartitioning.

    Shell
    Vezi pe GitHub↗7,332
  • fex-emu/fexAvatar FEX-Emu

    FEX-Emu/FEX

    6,896Vezi pe GitHub↗

    FEX is an emulator that executes 32-bit and 64-bit x86 binaries on ARM64 hardware. It functions as a binary translation framework that converts guest machine code into host instructions using a JIT compilation engine and a persistent code cache. The project features a Vulkan graphics wrapper that translates OpenGL and Vulkan API calls to native host drivers, enabling cross-architecture graphics rendering. It includes a dedicated root filesystem manager for downloading, mounting, and switching between compressed filesystem images required for guest application environments. The system provide

    Includes a dedicated manager for downloading and mounting compressed root filesystem images for guest apps.

    C++arm64cppemulation
    Vezi pe GitHub↗6,896
  • termux/termux-x11Avatar termux

    termux/termux-x11

    4,284Vezi pe GitHub↗

    termux-x11 is an X11 display server and graphical interface layer for Android that enables the execution of Linux desktop environments and graphical applications. It functions as an input emulator and display server, translating X11 protocol requests into graphical output on mobile hardware. The project features a coordination layer for integrating isolated proot or chroot containers by sharing temporary directories and configuration paths. It also includes an input translation system that maps mobile touch gestures and multi-finger taps into standard X11 mouse clicks and scroll events. The

    Enables the sharing of temporary directories and configuration paths to connect display servers with proot or chroot containers.

    Candroidgraphicslinux
    Vezi pe GitHub↗4,284
  • cypherpunkarmory/userlandAvatar CypherpunkArmory

    CypherpunkArmory/UserLAnd

    4,227Vezi pe GitHub↗

    UserLAnd este un mediu Linux pentru mobil, fără necesitate de root, care permite rularea sistemelor de operare și a aplicațiilor Linux pe dispozitive mobile. Acesta funcționează ca un emulator bazat pe proot pentru a simula un sistem de fișiere root și a executa binare fără a necesita privilegii de administrator pe sistemul gazdă. Proiectul oferă un client de desktop la distanță pentru lansarea mediilor grafice și conectarea la acestea printr-un server vizual. Permite instalarea diverselor distribuții Linux, oferind utilizatorilor posibilitatea de a gestiona pachetele de sistem folosind instrumente native precum apt sau pacman. Mediul acoperă provizionarea în spațiul utilizatorului, izolarea sistemului de fișiere și traducerea apelurilor de sistem pentru a permite execuția binară. De asemenea, suportă configurarea mediilor desktop și instalarea sau actualizarea binarilor software direct în sistemul de fișiere virtualizat.

    Utilizes PRoot to simulate root privileges and redirect file paths, enabling rootless Linux execution on mobile devices.

    Kotlin
    Vezi pe GitHub↗4,227
  • termux/proot-distroAvatar termux

    termux/proot-distro

    2,839Vezi pe GitHub↗

    proot-distro is a rootless container runtime and Linux distribution manager that allows users to install and run isolated guest environments without requiring administrative root privileges. It utilizes PRoot to simulate root access and filesystem redirection, enabling the deployment of full Linux distributions in a non-root space. The project functions as an OCI container image handler, capable of building, pulling, and pushing OCI-compatible images and manifests. It further serves as a cross-architecture execution layer, utilizing user-mode emulation to run binaries and containers built for

    Utilizes PRoot to simulate root access and filesystem redirection for isolated rootless environments.

    Shell
    Vezi pe GitHub↗2,839
  1. Home
  2. Operating Systems & Systems Programming
  3. Root Filesystem Managers

Explorează sub-etichetele

  • PRoot-Based Isolation1 sub-tagRootless isolation utilizing PRoot to simulate root privileges and filesystem redirection. **Distinct from Root Filesystem Managers:** Focuses on the PRoot simulation mechanism rather than general root filesystem attachment/detachment.
  • RootFS Acquisition InterfacesInterfaces for fetching and installing preconfigured root filesystem images. **Distinct from Root Filesystem Managers:** Focuses on the acquisition and retrieval process rather than the kernel-level management of the filesystem.