All Projects → srevinsaju → zap

srevinsaju / zap

Licence: MIT license
⚡ Delightful AppImage package manager

Programming Languages

go
31211 projects - #10 most used programming language
HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to zap

scoop-viewer
A gui client for scoop.
Stars: ✭ 76 (-78.53%)
Mutual labels:  package-manager, installer
Biddle
Self-hosted application distribution
Stars: ✭ 66 (-81.36%)
Mutual labels:  package-manager, installer
Fdroidclient
Android client application.
Stars: ✭ 477 (+34.75%)
Mutual labels:  package-manager, installer
gruntwork-installer
A script to make it easy to install Gruntwork Modules
Stars: ✭ 72 (-79.66%)
Mutual labels:  package-manager, installer
pacstall
An AUR-inspired package manager for Ubuntu
Stars: ✭ 842 (+137.85%)
Mutual labels:  package-manager, hacktoberfest2022
hermit
Hermit manages isolated, self-bootstrapping sets of tools in software projects.
Stars: ✭ 312 (-11.86%)
Mutual labels:  package-manager, installer
Github
a module for building, searching, installing, managing, and mining Stata packages from GitHub
Stars: ✭ 56 (-84.18%)
Mutual labels:  package-manager, installer
gitpack
Git-based package manager written in POSIX shell
Stars: ✭ 72 (-79.66%)
Mutual labels:  package-manager, installer
Laravel Paket
Composer GUI. Manage Laravel dependencies from web interface without switching to command line!
Stars: ✭ 143 (-59.6%)
Mutual labels:  package-manager, installer
Mint
A package manager that installs and runs executable Swift packages
Stars: ✭ 1,750 (+394.35%)
Mutual labels:  package-manager, installer
scoop-directory
A searchable directory of buckets for the scoop package manager for Windows
Stars: ✭ 721 (+103.67%)
Mutual labels:  package-manager, installer
dex
docker executables - run applications without installing them or their dependencies
Stars: ✭ 31 (-91.24%)
Mutual labels:  package-manager, installer
Qdd
Download JavaScript Dependencies, really fast
Stars: ✭ 47 (-86.72%)
Mutual labels:  package-manager, installer
Bpkg
Lightweight bash package manager
Stars: ✭ 1,601 (+352.26%)
Mutual labels:  package-manager, installer
AppMan
A portable AppImage manager that installs, removes, updates and manages software (locally) like APT or Pacman do.
Stars: ✭ 36 (-89.83%)
Mutual labels:  installer, appimage
dppm
An easy way to install and manage server applications
Stars: ✭ 107 (-69.77%)
Mutual labels:  package-manager, installer
MyNotes
📒Note taking app, MVVM with Google Architectural components Room, LiveData and ViewModel written in Kotlin, androidx libraries
Stars: ✭ 60 (-83.05%)
Mutual labels:  hacktoberfest2022
DSKaKhel
A repository of learn data structures implementation by learning new ones & by contributing
Stars: ✭ 17 (-95.2%)
Mutual labels:  hacktoberfest2022
www-project-zap
OWASP Zed Attack Proxy project landing page.
Stars: ✭ 52 (-85.31%)
Mutual labels:  zap
ui-kit
D2iQ UI Kit
Stars: ✭ 29 (-91.81%)
Mutual labels:  hacktoberfest2022

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-21 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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].