appimage
Zero-setup, reproducible builds.
appimage bundles a complete Python distribution together with your application and all its dependencies into a single executable file.
- Same Python as uv: the bundled interpreter comes from python-build-standalone, the same builds
uv python installuses - what you develop and test with locally is what ships in the AppImage - Reproducible builds: two independent builds of the same project produce a byte-for-byte identical
.AppImage, no configuration needed (details below)
Quick Start
pip install appimage
A pyproject.toml is all that's needed to build. If your project already has one, app, entry_point, and python version are read from [project] automatically.
# Check what will be detected before building
python -m appimage.ctl check
# Writes the AppImage to dist/myapp-x86_64.AppImage
python -m appimage.ctl
# Optionally: persist detected values to pyproject.toml to pin or adjust them
python -m appimage.ctl init
Reproducible builds
Covers bytecode compilation, file timestamps, and the appimagetool binary itself - appimage defaults to the maintained successor of the classic tool, whose bundled mksquashfs has a documented non-deterministic compression bug.
To guarantee this across machines and over time too, with every dependency hash-verified:
python -m appimage.ctl enable-reproducible # pin the toolchain, hash-pin every
# dependency, verify with a real build,
# then turn reproducible = true on
See Reproducible builds for what's automatic, how to pin appimagetool/Python for cross-machine guarantees, and how to hash-verify third-party dependencies with lock.
Bundled interpreter access
The bundled Python is accessible at runtime without extracting the AppImage:
./myapp-x86_64.AppImage --python-interpreter # interactive REPL
./myapp-x86_64.AppImage --python-interpreter script.py # run a script
./myapp-x86_64.AppImage --python-interpreter -m pip list
./myapp-x86_64.AppImage --python-list-entry-points # list all entry points
./myapp-x86_64.AppImage --python-entry-point other:main # switch entry point
Virtual environments
The AppImage can act as the Python interpreter for a virtual environment. Packages installed into the venv extend the bundled ones, without repackaging the AppImage:
./myapp-x86_64.AppImage --python-interpreter -m venv ~/.venv/myapp
~/.venv/myapp/bin/pip install extra-package
~/.venv/myapp/bin/myapp
When launched through a venv symlink, the bundled appimage module activates the environment automatically.
Configuration
All options go in [tool.appimage] inside pyproject.toml, and every key is optional. Lifecycle hooks, extra files, custom AppRun scripts, and environment variable injection are supported. See the full documentation for details.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file appimage-3.0.1.tar.gz.
File metadata
- Download URL: appimage-3.0.1.tar.gz
- Upload date:
- Size: 85.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
adf4f5efd918d76310c4adf297a472457765b798110cd077f8bb40d551bda628
|
|
| MD5 |
845866d69356e3b962718c80183a7b1d
|
|
| BLAKE2b-256 |
d32a2b05d1de7fb254e8b3d69bf7f51746f70e57d1289c9a70fb43281d0404e8
|
Provenance
The following attestation bundles were made for appimage-3.0.1.tar.gz:
Publisher:
python-publish.yml on ssh-mitm/appimage
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
appimage-3.0.1.tar.gz -
Subject digest:
adf4f5efd918d76310c4adf297a472457765b798110cd077f8bb40d551bda628 - Sigstore transparency entry: 2686718692
- Sigstore integration time:
-
Permalink:
ssh-mitm/appimage@a4423b59b2f6ac082887b2b41b719e23c139a545 -
Branch / Tag:
refs/tags/3.0.1 - Owner: https://github.com/ssh-mitm
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-publish.yml@a4423b59b2f6ac082887b2b41b719e23c139a545 -
Trigger Event:
release
-
Statement type:
File details
Details for the file appimage-3.0.1-py3-none-any.whl.
File metadata
- Download URL: appimage-3.0.1-py3-none-any.whl
- Upload date:
- Size: 94.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/7.0.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b44ee938a5482ae7cd95106d8c2f8f2e58b19b0becf4be97e2b62ca88af9905f
|
|
| MD5 |
65490b89da625c3099023018a74bb932
|
|
| BLAKE2b-256 |
62445418008becc4c6209263df4e212f5b57e20a8586d0aad93c85a814f5cda2
|
Provenance
The following attestation bundles were made for appimage-3.0.1-py3-none-any.whl:
Publisher:
python-publish.yml on ssh-mitm/appimage
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
appimage-3.0.1-py3-none-any.whl -
Subject digest:
b44ee938a5482ae7cd95106d8c2f8f2e58b19b0becf4be97e2b62ca88af9905f - Sigstore transparency entry: 2686718747
- Sigstore integration time:
-
Permalink:
ssh-mitm/appimage@a4423b59b2f6ac082887b2b41b719e23c139a545 -
Branch / Tag:
refs/tags/3.0.1 - Owner: https://github.com/ssh-mitm
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
python-publish.yml@a4423b59b2f6ac082887b2b41b719e23c139a545 -
Trigger Event:
release
-
Statement type: