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

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

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

6 个仓库

Awesome GitHub RepositoriesWindows Linux Integration

Systems and layers that enable Linux environments to run natively or semi-natively on Windows.

Distinct from Windows DLL Loaders for Linux: Candidates focus on specific DLL loaders or fuzzers, not the overall integration of a Linux environment on Windows.

Explore 6 awesome GitHub repositories matching operating systems & systems programming · Windows Linux Integration. Refine with filters or upvote what's useful.

Awesome Windows Linux Integration GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • microsoft/wsl2-linux-kernelmicrosoft 的头像

    microsoft/WSL2-Linux-Kernel

    10,463在 GitHub 上查看↗

    This project is a Linux kernel designed for Windows Linux integration, providing the underlying operating system kernel required to execute binary files and applications within the Windows Subsystem for Linux. It utilizes hypervisor-based virtualization to run a full kernel within a lightweight utility virtual machine managed by a Windows host. The repository enables the customization and compilation of the kernel from source. This allows for the modification of system behavior, the addition of specific drivers, and the tailoring of hardware compatibility for virtualized environments. The sy

    Integrates a full Linux environment on Windows to execute binary files and applications with native kernel support.

    C
    在 GitHub 上查看↗10,463
  • fmstrat/winappsFmstrat 的头像

    Fmstrat/winapps

    10,217在 GitHub 上查看↗

    Winapps is a virtualization bridge that allows Windows applications to run on a Linux desktop as if they were native. It uses the Remote Desktop Protocol to stream individual application windows from a background virtual machine or remote server, avoiding the need for a full virtual machine window. The system identifies installed software by scanning the guest registry to automatically generate native desktop shortcuts and icons. It integrates these applications into the local desktop environment, including the mapping of executables to desktop entries and the configuration of file manager co

    Provides a layer for running Windows software on Linux with seamless window management and shortcuts.

    Shell
    在 GitHub 上查看↗10,217
  • maharmstone/btrfsmaharmstone 的头像

    maharmstone/btrfs

    7,524在 GitHub 上查看↗

    Btrfs for Windows is a kernel-mode driver and filesystem manager that enables read and write access to Btrfs formatted drives on Windows operating systems. It implements the Linux Btrfs on-disk format, providing a bridge for native filesystem interaction including a dedicated integration for the Windows Subsystem for Linux. The project distinguishes itself through an identity mapping layer that translates Linux user and group IDs into Windows security identifiers to maintain file ownership and permissions. It further integrates with the Windows environment via a shell extension for managing s

    Provides a bridge that passes Linux metadata to the Windows Subsystem for Linux to enable native filesystem interaction.

    Cbtrfswindows
    在 GitHub 上查看↗7,524
  • rundeck/rundeckrundeck 的头像

    rundeck/rundeck

    6,145在 GitHub 上查看↗

    Rundeck is a job scheduling and automation platform that enables organizations to execute operational tasks across servers, containers, and cloud APIs from a central web console or API. It functions as a multi-node command execution engine, allowing scripts and commands to run across distributed Linux and Windows nodes, and serves as a self-service operations portal that delegates specific tasks to authorized users without granting full system access. The platform also operates as an incident response automation tool, automatically triggering diagnostic and remediation workflows when monitorin

    Standardizes and executes operational tasks across both Linux and Windows nodes from a central platform.

    Groovy
    在 GitHub 上查看↗6,145
  • docker/genai-stackdocker 的头像

    docker/genai-stack

    5,333在 GitHub 上查看↗

    该项目是一个容器化的开发栈和应用程序框架,用于构建检索增强生成(RAG)系统。它提供了一个 Docker 化的 AI 沙盒,集成了本地模型运行时、知识图谱和向量存储,以实现上下文感知聊天机器人的创建。 该栈的特点在于其基于图的向量存储,它结合了结构化知识图谱与向量索引,用于语义和结构化数据检索。它允许在 CPU 或 GPU 加速下进行本地模型托管,从而无需依赖外部云 API 即可执行生成任务。 该框架涵盖了广泛的功能,包括 PDF 文档的处理和索引、基于容器的 AI 服务编排,以及实现基于事实的响应生成。它包含一个带有增量响应流的 Web 聊天界面,以及用于在不同语言模型提供商之间切换的标准接口。 该环境通过容器编排进行引导,以快速部署预配置的模型和数据库栈。

    Integrates container tools with a Linux subsystem to enable AI services to run on Windows.

    Python
    在 GitHub 上查看↗5,333
  • codeedu/wsl2-docker-quickstartcodeedu 的头像

    codeedu/wsl2-docker-quickstart

    4,463在 GitHub 上查看↗

    本项目是一个在 Windows Subsystem for Linux 2 (WSL 2) 环境中安装和配置 Docker 的技术指南。它旨在引导用户在 Windows 上创建一个虚拟化的 Linux 工作空间,从而以原生性能构建和运行软件。 该指南重点介绍了如何集成容器引擎以实现隔离的应用部署,并建立跨平台工作流。它提供了将外部代码编辑器链接到子系统、在宿主机上运行图形化 Linux 应用以及在 Linux 终端中执行宿主机二进制文件的说明。 它涵盖了虚拟化资源的管理,包括调整 CPU 和内存分配,以及扩展或压缩虚拟磁盘空间。此外,它还详细介绍了自动化系统服务的方法,以及使用环境快照来导出、导入和保留开发状态的技巧。

    Sets up a virtualized Linux kernel within Windows to provide native system call compatibility.

    docker-desktopwindows-subsystem-for-linuxwindows-subsystem-linux
    在 GitHub 上查看↗4,463
  1. Home
  2. Operating Systems & Systems Programming
  3. Windows Linux Integration

探索子标签

  • Cross-Platform Task AutomationStandardized execution of operational tasks across both Linux and Windows operating systems. **Distinct from Windows Linux Integration:** Distinct from Windows Linux Integration: focuses on executing operational tasks across both OS types, not running Linux environments on Windows.
  • Identity Mapping LayersTranslation layers that map user and group identifiers between different operating system security models. **Distinct from Windows Linux Integration:** Distinct from general integration by specifically handling the mapping of Linux UIDs/GIDs to Windows SIDs.
  • WSL Metadata Pass-throughMechanisms for forwarding filesystem metadata between a host driver and the Windows Subsystem for Linux. **Distinct from Windows Linux Integration:** Distinct from general integration by focusing specifically on the passing of filesystem metadata for environment compatibility.