Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

The runtime is the executable part of every AppImage. It mounts the payload via FUSE and executes the entrypoint.

License

NotificationsYou must be signed in to change notification settings

AppImage/type2-runtime

Repository files navigation

The runtime is the executable part of every AppImage. It mounts the payload via FUSE and executes the entrypoint.

This repository builds a statically linked runtime for type-2 AppImages in aAlpine Linux chroot withmusl libc.

Since the runtime is linked statically, libfuse2 is no longer required on the target system.

Notes for users

As an AppImage user, you do not need this repository, as the AppImage runtime is embedded into every AppImage.

Notes for developers

Please note: This repository is meant to be extremely simple.

  • Do NOT add additional external dependencies or files. Everything shall be implemented in one file.runtime.c
  • Do NOT add a complicated "build system" (like autotools, CMake,...) other than the existing simple Makefile and bash

Binaries are provided on GitHub Releases.

Please seeBUILD.md if you want to build the runtime yourself.

Signing

Release builds are signed automatically using GnuPG. The corresponding public key can be found in the filesigning-pubkey.asc.

About

The runtime is the executable part of every AppImage. It mounts the payload via FUSE and executes the entrypoint.

Resources

License

Stars

Watchers

Forks

Languages


[8]ページ先頭

©2009-2025 Movatter.jp