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

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

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

2 个仓库

Awesome GitHub RepositoriesAppImage Bundlers

Tools that package desktop applications into a single executable AppImage file for Linux distribution.

Distinct from Linux Package Generators: Distinct from Linux Package Generators: focuses specifically on the AppImage format rather than generating multiple Linux package formats.

Explore 2 awesome GitHub repositories matching devops & infrastructure · AppImage Bundlers. Refine with filters or upvote what's useful.

Awesome AppImage Bundlers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • 1j01/jspaint1j01 的头像

    1j01/jspaint

    7,801在 GitHub 上查看↗

    jspaint is a web-based reimplementation of Microsoft Paint, built entirely in JavaScript to run in a browser. It recreates the classic desktop application by reverse-engineering the original Win32 API calls and event handling, rendering the entire interface onto an HTML5 canvas for pixel-perfect retro graphics. The project preserves the original file format compatibility with BMP, PNG, GIF, and JPEG, ensuring exact pixel data matches the legacy application. The application maintains a complete undo history stack using compressed image snapshots, and offloads computationally intensive image pr

    Bundles the desktop application into a single executable AppImage file for Linux distributions.

    JavaScriptappcanvasdrawing
    在 GitHub 上查看↗7,801
  • ptitseb/box64ptitSeb 的头像

    ptitSeb/box64

    5,480在 GitHub 上查看↗

    Box64 是一个跨架构运行时和用户模式仿真层,允许 Linux 和 Windows 软件在非原生硬件上运行。它作为 x86-64 指令模拟器和二进制翻译器,通过将机器码翻译为原生指令,在不同 CPU 架构上执行 64 位二进制文件。 该项目利用动态重编译来加速执行,并将客户机系统调用映射到原生宿主库,以提高速度和硬件兼容性。它能够模拟 32 位执行环境以支持旧版软件,并与操作系统内核集成以自动识别和启动外部可执行文件。 该系统涵盖了 64 位和 32 位 Linux 程序、Windows 二进制文件及游戏客户端的执行,包括对 Vulkan 图形覆盖层的支持。它提供了库打包、AppImage 包加载以及针对特定硬件的目标优化机制。 该软件支持静态二进制编译,并提供用于跨架构部署的交叉编译工具链。

    Extracts and executes bundled binary packages within the emulated environment.

    C
    在 GitHub 上查看↗5,480
  1. Home
  2. DevOps & Infrastructure
  3. Distribution and Packaging
  4. Software Distribution
  5. Linux Package Generators
  6. AppImage Bundlers

探索子标签

  • AppImage Execution SupportCapability to extract and execute bundled AppImage binaries within an emulated environment. **Distinct from AppImage Bundlers:** Focuses on the loading and execution of AppImages for emulation, not the creation of AppImage bundles.