This repository provides build scripts to create a Universal AppImage for Ladybird. This unofficial build offers an executable AppImage compatible with any Linux distribution (Including musl based).
-
Command Line (Manual)
Run the following commands in your terminal:
# Download the latest AppImage package from releases wget https://github.com/pkgforge-dev/ladybird-appimage/releases/download/${VERSION}/Ladybird-${VERSION}-${ARCH}.AppImage # Make the AppImage executable chmod +x Ladybird-${VERSION}-${ARCH}.AppImage # Run the AppImage ./Ladybird-${VERSION}-${ARCH}.AppImage # Optionally, add the AppImage to your PATH for easier access # With sudo for system wide availability sudo install ./Ladybird-${VERSION}-${ARCH}.AppImage /usr/local/bin/ladybird # Without sudo, XDG base spec mandate install ./Ladybird-${VERSION}-${ARCH}.AppImage $HOME/.local/bin/ladybird # Now you can run Ladybird from anywhere using the command: ladybird
-
Using AM or AppMan (Choose one as appropriate)
# Install am -i ladybird # Upgrade am -u ladybird # Uninstall am -r ladybird
Since AppImages are self-contained executables, there is no formal installation process beyond setting executable permissions.
- Download the latest AppImage package from the releases section.
- Follow the same steps as in the Installation section to make it executable and run it.
Contributions & Bugfixes are welcome. If you like to contribute, please feel free to fork the repository and submit a pull request.
For any questions or discussions, please open an issue in the repository.