• Stars
    star
    103
  • Rank 333,046 (Top 7 %)
  • Language
    Go
  • License
    MIT License
  • Created over 4 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

AppImage package manager

CLI AppImage Management Tool

Search, install, update and remove AppImage from the comfort of your CLI.

Features:

  • Search/Install from the appimagehub.com catalog
  • Install from github.com
  • Update using the appimage-update
  • Manage your local AppImage collection

Installation

sudo wget https://github.com/AppImageCrafters/appimage-cli-tool/releases/latest/download/appimage-cli-tool -O /usr/local/bin/appimage-cli-tool; 
sudo chmod +x /usr/local/bin/appimage-cli-tool

Usage

Usage: appimage-cli-tool <command>

Flags:
  --help     Show context-sensitive help.
  --debug    Enable debug mode.

Commands:
  search <query>
    Search applications in the store.

  install <target>
    Install an application.

  list
    List installed applications.

  remove <id>
    Remove an application.

  update [<targets> ...]
    Update an application.

Run "app <command> --help" for more information on a command.

More Repositories

1

appimage-builder

GNU/Linux packaging solution using the AppImage format
Python
304
star
2

build-appimage

GitHub Action for producing AppImages
30
star
3

AppRun

AppDir runtime components
C
26
star
4

libzsync-go

Zsync implementation in Golang
Go
13
star
5

appimage-builder-docs

appimage-builder project documetnation
Python
11
star
6

appimage-builder-flutter-example

Hello World flutter project pack as AppImage
CMake
9
star
7

appimage-strip

Trims down AppImage size to only the minimun required according to the running system
Shell
6
star
8

appimage-builder-python-example

appimage-builder example python
Python
5
star
9

appimage-update

AppImage Update Golang implementation
Go
5
star
10

bforartists-appimage

Recipe for packaging Bforartists using the AppImage format
4
star
11

tests-env

AppImage test environments to be used with appimage-builder
3
star
12

appimage-runtime

Statically linked runtime for AppImages
C
3
star
13

appimage-demo-qt5

Qt5 demo project for AppImage creation demonstrations
QML
2
star
14

conan-AppImageUpdaterBridge

Conan recipe for AppImageUpdaterBridge
Python
2
star
15

conan-appimage

AppImage of the conan package manager CLI tool
Shell
2
star
16

docker-linuxdeploy

Linuxdeploy build over the docker-base image to be used while creating AppImages
Shell
2
star
17

QtWidgetsApplication-example

Minimal example of how to build/pack a simple Qt Widgets Application using conan.io
QMake
2
star
18

appimage-type3-demo

[Experimental, not ready for production] Demostrative build of type 3 AppImage
1
star
19

appimage_builder_arm64

Virtualized build env for arm64
Dockerfile
1
star
20

youtube-dl-appimage

Recipe for youtube-dl
1
star
21

appimage-runtime-3

Proposal of executable header for the AppImage format
C++
1
star
22

linuxdeploy-plugin-appimage_installer

Conan recipe for linuxdeploy-plugin-appimage
Python
1
star
23

docker-glibc

GLibc build over the docker-base image to be used while creating AppImages
1
star
24

conan-libarchive

Libarchive conan recipie for use in AppImage
Python
1
star
25

glmark2-appimage

OpenGl benchmarking app (AppImage recipe)
1
star
26

appimagecrafters.github.io

GNU/Linux packaging made easy!
SCSS
1
star