• Stars
    star
    466
  • Rank 91,021 (Top 2 %)
  • Language
    Go
  • License
    MIT License
  • Created almost 4 years ago
  • Updated 9 months ago

Reviews

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

Repository Details

⚡ Delightful AppImage package manager

zap Zap

⚡️ Zap

The delightful package manager for AppImages
Report bug · Request feature

forthebadge made-with-go

Mentioned in Awesome AppImage

GitHub followers GitHub stars

Zap Installing Firefox

Looking for the older Zap v1 (Python) implementation? Head over to v1 branch.

Getting Started ✨

Automated Installation

For installing zap you can use our little bash script.

The installer requires curl, grep jq and wget (optional). Please make sure you have it installed.

For system-wide installation (needs sudo)

curl https://raw.githubusercontent.com/srevinsaju/zap/main/install.sh | sudo bash -s

Note: Always Check bash scripts before running as sudo. You can feel free to check out install.sh, it's safe.

For local installation run

curl https://raw.githubusercontent.com/srevinsaju/zap/main/install.sh | bash -s

Manual Installation

For system-wide installation (needs sudo)

sudo wget https://github.com/srevinsaju/zap/releases/download/continuous/zap-amd64 -O /usr/local/bin/zap
sudo chmod +x /usr/local/bin/zap
zap --help

For local installation, (requires ~/.local/bin to be on $PATH)

mkdir -p ~/.local/bin
wget https://github.com/srevinsaju/zap/releases/download/continuous/zap-amd64 -O ~/.local/bin/zap
chmod +x ~/.local/bin/zap
zap --help

NOTE: Replace amd64 with your machine architecture. Supported architectures are listed in the release page

Installing AppImages

All AppImages from the AppImage Catalog and AppImage catalog v2 can be installed using zap with their registered name.

zap install element

will ask you the version of element you would like to install + download them and do all the hard work of integrating into your system, i.e creating desktop files, etc.

You can also install appimages from GitHub releases

zap install --github --from vscodium/vscodium

will put some options which will let you choose the best version for your system.

It is also possible to install AppImage from URLs

zap install --from https://f.sed.lol/wow.AppImage wow

To integrate a locally downloaded AppImage,

zap install libresprite ~/Downloads/Libresprite-x86_64.AppImage

... or using the file:// protocol

zap install --from file:///home/username/Downloads/My_Super_Cool-x86_64.AppImage name_of_the_app_here

here, name_of_the_app_here specifies the name of the application. This name will be used as a unique identification of the AppImage, by zap, in its internal database.

Updating AppImages 🔄

AppImages can be optionally, automatically updated using the zapd, but to achieve this manually, you need to

zap update firefox

This will make use of the update information embedded within the appimage, which if exists, will be used to 'delta-update' the latest version, by downloading "only" the parts which have changed.

For those AppImages not supporting delta updates, you can still do

zap install zoom

to install the latest version of Zoom.

Upgrade 🚀

zap also supports updating all the apps together using appimage-update.

zap upgrade

Configuration ⚙️

It is possible to interactively configure zap. All you need to do is

zap init

And answer all the questions that would follow.

Daemon 🏃

zapd is a Zap AppImage daemon which periodically checks for updates.

zap daemon --install

This will install a systemd service in the local (user) level, which will spawn zap daemon which auto-updates the AppImages.

To run the daemon (sync), do

zap daemon

Support 💸

All Pull Requests are welcome.

If you are a non-coder or was inspired by this small project, I would be glad if you would 🌟 this repository, and spread the word with your friends and foes 😄

Credits 🙏

This project has been possible with the help and support provided by the AppImage community. Thanks to the detailed responses I received from mentors at AppImage's freenode channel.

License ⚖️

MIT License

Copyright (c) 2020-23 Srevin Saju, and other zap contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

More Repositories

1

guiscrcpy

A full fledged GUI integration for the award winning open-source android screen mirroring system -- scrcpy located on https://github.com/genymobile/scrcpy/ by @rom1v
Python
2,386
star
2

togomak

A declarative pipeline orchestrator with the magic of HCL as a configuration language, inspired from Terraform's architecture.
Go
140
star
3

Firefox-Appimage

Mozilla Firefox Stable AppImages by Continuous Integration
Shell
105
star
4

discord-appimage

Continuous Integration to create Discord AppImages directly from source
Shell
43
star
5

Brave-AppImage

Shell
31
star
6

Thunderbird-AppImage

unofficial AppImages for Mozilla Thunderbird Mail Client
Shell
21
star
7

pyappimage

AppImage builder, just for python.
Python
17
star
8

get-appimage

v2 of appimage.github.io
Python
16
star
9

element-appimage

Continuous Integration AppImages for Element Matrix Client (element.io)
Shell
14
star
10

scrcpy-appimage

Shell
13
star
11

Telegram-AppImage

An Unofficial continuously updated AppImage for Telegram
Shell
8
star
12

guiscrcpy-docs

The docs repository for https://github.com/srevinsaju/guiscrcpy
6
star
13

musicblocks-app

Electron 9 App for Musicblocks (https://github.com/sugarlabs/musicblocks)
JavaScript
4
star
14

grafana-matrix-bot

Grafana Matrix Bot to send webhook notifications
Go
4
star
15

flux

A flux KDE Plasma + GTK3 Theme (a combo of PearDark + Vimix GTK Theme)
CSS
4
star
16

carbonic

A python-based carbon engine which introduces as many bonds (single, double or triple) and some functional groups as required. carbonic algorithm checks for exception, introduces information through easy GUI and makes safe alteration to the structure.
Python
4
star
17

gofer

Yet another telegram-discord bridge bot
Go
3
star
18

korean-romanizer-go

A golang library for Korean romanization
Go
3
star
19

sugar-arch

An Arch Linux PKGBUILD for https://github.com/sugarlabs/sugar v 0.116
Shell
3
star
20

streak

Schedules are never as difficult to stick with, when you are with your friends
Python
3
star
21

scrob

Universal last.fm scrobbler
Rust
2
star
22

orion

Go
2
star
23

carbonic-activity

A sugar activity using carbonic functions
Python
2
star
24

sugar-activity-build

1
star
25

get-appimagex

Get AppImageX (v1 of AppImageX catalog)
Python
1
star
26

newmun-android

NewMUN Live App Source Code
Kotlin
1
star
27

swaglyrics-appimage

Shell
1
star
28

chibi

A very simple link shortener / redirection service written in go
Go
1
star
29

jupyter-activity

Python
1
star