# Videos for appimage

**URL:** https://discourse.appimage.org/t/videos-for-appimage/148
**Category:** Creating AppImages
**Created:** [February 14, 2017, 8:17pm UTC](https://discourse.appimage.org/t/videos-for-appimage/148 "2017-02-14T20:17:15Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![jjk](https://avatars.discourse-cdn.com/v4/letter/j/a9adbd/32.png) [@jjk](https://discourse.appimage.org/u/jjk)
#### Post date: [February 14, 2017, 8:17pm UTC](https://discourse.appimage.org/t/videos-for-appimage/148/1 "2017-02-14T20:17:15Z")

</div>

Hello, AppImage seams very good.  
I have try to make appimage for my binary, i see video in youtube ([https://www.youtube.com/watch?v=LsQEbLoNkq4&t=129s](https://www.youtube.com/watch?v=LsQEbLoNkq4&t=129s) ), but i think someone must course a video files for an easy way to understood newbies the way.  
I have see AppImageAssistant AppImageExtract e.t.c. and other program images, that don’t run in my last Mint Linux.  
I am trying to find source code from those projects but nothing.  
Someone must do those videos.  
A am looking for AppImageAssistant AppImageExtract e.t.c. source code. Where i can find it?  
Thanks.

Jim

---

<div class="post-metadata">

### Author: ![probono](https://yyz1.discourse-cdn.com/flex027/user_avatar/discourse.appimage.org/probono/32/81_2.png) [@probono](https://discourse.appimage.org/u/probono)
#### Post date: [February 14, 2017, 11:00pm UTC](https://discourse.appimage.org/t/videos-for-appimage/148/2 "2017-02-14T23:00:37Z")

</div>

Hi Jim,

If there is no AppImage of your favorite application available, please request it from the author(s) of the application, e.g., as a feature request in the issue tracker of the application. For example, if you would like to see an AppImage of Mozilla Firefox, then please leave a comment at [https://bugzilla.mozilla.org/show\_bug.cgi?id=1249971](https://bugzilla.mozilla.org/show_bug.cgi?id=1249971). The more people request an AppImage from the upstream authors, the more likely is that an AppImage will be provided.

If you are an application author yourself and would like to provide an AppImage of your application, please start at [https://github.com/probonopd/AppImageKit/wiki/Creating-AppImages](https://github.com/probonopd/AppImageKit/wiki/Creating-AppImages).

Essentially, there are multiple options depending on your situation:

1. **Convert existing binary packages**. This option might be the easiest if you already have up-to-date packages in place, ideally a ppa for trusty or earlier or a debian repository for oldstable. In this case, you can write a small `.yml` file and in many cases are done with the package to AppImage conversion. [See examples](https://github.com/probonopd/AppImages/tree/master/recipes/meta) **OR**
2. **Bundle your Travis CI builds as AppImages**. This option might be the easiest if you already have continuous builds on Travis CI in place. In this case, you can write a small scriptfile and in many cases are done with the AppImage generation. [See examples](https://github.com/search?utf8=%E2%9C%93&q=%22Package+the+binaries+built+on+Travis-CI+as+an+AppImage%22&type=Code&ref=searchresults) **OR**
3. **Run linuxdeployqt on your Qt application**. This option might be the easiest if you have a Qt-based application. In this case, you are probably already using `windeployqt` and `macdeployqt` and now can use `linuxdeployqt` in the same fashion with the `-appimage` argument and in many cases are done with the AppImage generation [See example](https://github.com/coryo/amphetype2/blob/2d41de3b0c19ab9286672ff0d6a7c11eadc13d9c/.travis/deploy.sh) **OR**
4. **Use electron-builder**. This option might be the easiest if you have an Electron-based application. In this case, you define AppImage as a target for Linux (default in the latest version of electron-builder) and in many cases are done with the AppImage generation. [See examples](https://github.com/search?utf8=%E2%9C%93&q=electron-builder+linux+target+appimage&type=Code&ref=searchresults) **OR**
5. **Manually create an AppDir** and turn it into an AppImage.

`AppImageAssistant` and `AppImageExtract` have been replaced by `appimagetool`. You can find it at [https://github.com/probonopd/AppImageKit](https://github.com/probonopd/AppImageKit).

Please see [https://github.com/probonopd/AppImageKit/wiki](https://github.com/probonopd/AppImageKit/wiki) for FAQ.
