PkgForge
GithubSoar
  • Orgs
    • PkgForge (Core)
      • About
      • Projects
        • Soarpkgs
        • bincache
        • pkgcache
      • People
    • PkgForge-Community
    • PkgForge-Dev
      • Projects
        • Anylinux-AppImages
      • People
    • PkgForge-Security
      • Projects
        • CertStream
  • Soar
    • Soar (Docs)
    • Comparisons
      • 1. Candidates
      • 2. Dependencies
      • 3. Packages
      • 4. Security
  • Formats
    • Binaries
      • Dynamic
      • Static
        • Build Notes
          • Cargo (Rust)
          • GoLang
          • Make
          • Nim
          • Nix
          • Vlang
          • Zig (Musl)
        • Build Tests
    • Packages
      • Archive
      • AppBundle
      • AppImage
      • FlatImage
      • GameImage (TBD)
      • NixAppImage
      • RunImage
      • Errors & Quirks
        • Fonts
        • Fuse
        • Namespaces
        • Zsync
  • SBUILD
    • Introduction
    • Specification
      • 0.Prerequisite
      • 1.Shebang
      • 2.Pkg
      • 3.Version
      • 4.AppID
      • 5.BuildAsset
      • 6.BuildUtil
      • 7.Category
      • 8.Description
      • 9.Desktop
      • 10.DistroPkg
      • 11.HomePage
      • 12.Icon
      • 13.License
      • 14.Maintainer
      • 15.Note
      • 16.Provides
      • 17.Repology
      • 18.SourceURL
      • 19.Tag
      • 20.x_exec
    • Instructions
      • ENV_VARS (x_exec.run)
      • ENV_VARS (SBUILDER)
      • NEEDED_FILES
      • Examples
  • Repositories
    • soarpkgs
      • Contribution
      • Copy of DMCA | Copyright (Cease & Desist)
      • Differences
      • FAQ
      • Infra
      • Metadata
      • Package-Request
      • Security
    • bincache
      • Cache
      • Contribution
      • Differences
      • DMCA | Copyright (Cease & Desist)
      • FAQ
      • Infra
      • Metadata
      • Package-Request
      • Security
    • pkgcache
      • Cache
      • Contribution
      • Differences
      • DMCA | Copyright (Cease & Desist)
      • FAQ
      • Infra
      • Metadata
      • Package-Request
      • Security
    • external
      • AM
      • cargo-bins
      • appimage.github.io
      • AppImageHub
    • Nests
  • Contact
    • Chat
Powered by GitBook
On this page
  • Schema
  • Prerequisites (HOST)
  • Sandbox
  • Quirks

Was this helpful?

  1. Formats
  2. Packages

NixAppImage

AppImages created from NixOs Derivations & FHS

PreviousGameImage (TBD)NextRunImage

Last updated 2 months ago

Was this helpful?

  • Author: + +

  • Project Page:

  • Described as An AppImage created using a like &

  • Sources:


Schema

: ${PKG_NAME}

: nixappimage

${SBUILD_PKG} : ${PKG_NAME}.nixappimage


Prerequisites (HOST)

  • : Required for mounting Filesystems & Images

  • : Required to display/render Non-English Chars, Emojis, Symbols etc.

  • : Required for Sandboxing, Security & Performance


Sandbox

NixAppImages have built-in sandboxing, run SHOW_HELP=1 to see available options.


Quirks

KNOWN ISSUES

  • Size: About 2-5x larger than other formats, but guarantee absolute portability.

WARNINGS

  • NEVER run strip, objcopy or any other binary rewriting tool as they will often just strip the squashfs|dwarfs archive, only preserving the runtime.

  • A typical .nixappimage file is not a real elf binary, thus will not survive this process.

LibGL:

@ralismark
@Azathothas
Others
https://github.com/pkgforge/nix-appimage
Nix-Bundler
pkgforge/nix-appimage
DavHau/nix-portable
NixOS Packages
.pkg
.pkg_type
Fuse
Fonts
Kernel User NameSpaces
https://github.com/NixOS/nixpkgs/issues/9415