Zero Install

From Wikipedia, the free encyclopedia
Zero Install
Zero Install.png
Zero Install ready to run a downloaded program
Developer(s)Thomas Leonard
Stable release
2.17[1] / May 4, 2020; 20 months ago (2020-05-04)
Repository
Written inOCaml
Operating systemLinux, Unix, macOS, Windows
TypePackage manager
LicenseLGPLv2.1
Website0install.net

Zero Install is a means of distributing and packaging software for multiple operating systems (Unix-like including Linux and macOS, Windows).

Design[]

Rather than the normal method of downloading a software package, extracting it, and installing it before it can be used (with the accompanying use of destructive updates and privilege escalation), packages distributed using Zero Install need only be run. The first time software is accessed, it is downloaded from the Internet and cached; subsequently, software is accessed from the cache. Inside the cache, each application unpacks to its own directory, as in Application Directory systems.

The system is intended to be used alongside a distribution's native package manager.

Two advantages of Zero Install over more popular packaging systems are that it is cross-platform and no root password is needed to install software; packages can be installed in system locations writable by that user instead of requiring administrator access. Thus, package installation affects only the user installing it, which makes it possible for all users to be able to install and run new software.

Moreover, the EBox sandbox can be used on top of Zero Install to securely install software and to run them in a restricted environment.[2]

Among the disadvantages of Zero Install is the fact that applications often need a rewrite for this packager, e.g. no absolute paths may be in use among other requirements. The quality of Zero Install repository content varies and may contain unmaintained software.

See also[]

References[]

  1. ^ "Releases · 0install/0install". GitHub.
  2. ^ "Ebox - Zero Install Docs".

External links[]

Retrieved from ""