Git Product home page Git Product logo

appimage-builder's Introduction

appimage-builder

GNU/Linux packaging made easy! โ„ข

What is it?

It's a tool for packing applications along with all of its dependencies using the system package manager to obtain binaries and resolve dependencies. It creates a self-sufficient and portable bundle using the AppImage format.

Features:

  • Real GNU/Linux packaging. (no more distro packaging)
  • Simple recipes.
  • Simple workflow.
  • Backward and forward compatibility.
  • One binary, many target systems.

Useful links

Projects using appimage-builder

Zeal Kstars LocalSend MystiQ MAUI Saber ProtonUp-QT

Developers

If you want to contribute, you can install this project from source like this:

(After cloning the repository)

Requirements

This project requires python 3.8 to work!

1. Using pipenv

you can use pipenv (installed through pip) to simplify the process of setting up a virtual environment.

  1. Create a virtual environment:
pipenv shell

if you do not have python 3.8 installed you can use another version like so:

pipenv shell --python path/to/python
  1. Install the dependencies:
pipenv install
  1. Add the current directory to the list of python modules:
export PYTHONPATH="`pwd`"

At this point you should be able to run appimage-builder by running pipenv run appimagebuilder!

2. Manual Installation

For those who don't want to use pipenv there's a requirements.txt file that contains all the dependencies.

Next you need to add the current directory to the list of python modules:

export PYTHONPATH="`pwd`"

Then you can run the project like so:

python appimagebuilder/__main__.py

Notes

  • This project uses the Black code formatter.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.