Skip to content

pkgforge-dev/ladybird-appimage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Ladybird Logo AppImage Logo
Ladybird AppImage
License: MIT Build Status GitHub Release GitHub Release Date GitHub Downloads (all assets/images, all releases) GitHub Downloads (all assets/images, latest release)

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).

βš™οΈ Installation

  1. 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
  2. Using AM or AppMan (Choose one as appropriate)

    # Install
    am -i ladybird
    
    # Upgrade
    am -u ladybird
    
    # Uninstall
    am -r ladybird

⏫ Updating

Since AppImages are self-contained executables, there is no formal installation process beyond setting executable permissions.

  1. Download the latest AppImage package from the releases section.
  2. Follow the same steps as in the Installation section to make it executable and run it.

🀝 Contributing

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.

About

🐞 βš™οΈ AppImage for Ladybird Browser [Maintainer=@psadi]

Resources

Stars

Watchers

Forks

Languages