Home

Awesome

AppImage Specification README


For direct access to the current specification in writing please go to draft.md.


This repository holds the specification for the AppImage format. The objectives of this specification are to:

  1. Be a single, definitive source of information about the AppImage format
  2. Ensure AppImages behave in a consistent manner, thereby enabling third-party developers to write AppImage management applications and distributions to offer built-in support for AppImages
  3. Serve as a guide for AppImageKit development
  4. Provide developers with a checklist for creating AppImages
  5. Enable a lintian-style application to be written to check AppImages for compliance with the standard (start here)
  6. Indicate the direction of the project and warn developers of future changes to the AppImage format
  7. Document the open nature of the AppImage format

AppImageKit is becoming a reference implementation of building standards-compliant AppImages, and the AppImages repository provides examples.

Contributing

Organization of this repository

FilePurpose
README.mdInstructions for contributing
LICENSECopyright and license
draft.mdWorking document with proposed changes for the next specification release
versions/Directory for released versions of the specification
versions/v1.0.mdVersion 1.0 of the specification
versions/v2.0.md...