Developer | Alpine Linux development team |
---|---|
OS family | Linux (Unix-like) |
Working state | Active |
Source model | Open source |
Initial release | August 2005[1] |
Latest release | 3.18.0 / 9 May 2023[2] |
Repository | |
Marketing target | Power users |
Available in | Multilingual |
Package manager | apk-tools |
Platforms | |
Kernel type | Monolithic (Linux) |
Userland | BusyBox |
Default user interface | Ash |
Official website | alpinelinux |
Alpine Linux is a Linux distribution designed to be small, simple and secure.[3] Alpine Linux uses musl, BusyBox and OpenRC instead of the more commonly used glibc, GNU Core Utilities and systemd respectively.[4][5][6][7][8]
For security, Alpine compiles all user-space binaries as position-independent executables with stack-smashing protection.
Because of its small size and rapid startup, it is commonly used in containers providing quick boot-up times,[9][10] on virtual machines as well as on real hardware in embedded devices, such as routers, servers and NAS[citation needed].
Originally, Alpine Linux began as an embedded-first distribution based on Gentoo Linux,[11] inspired by GNAP and the Bering-uClibc branch of LEAF Project.[1]
Alpine's package management system, apk-tools,[12] was originally a collection of shell scripts[13] but was later rewritten in C.[14]
As of 4 June 2014, Alpine Linux switched from uClibc to musl as its C standard library[15]
A hardened kernel was included in the default distribution for up to and including Alpine 3.7, which aided in reducing the impact of exploits and vulnerabilities.[16]
Alpine Linux can be installed as a run-from-RAM operating system. The LBU (Alpine Local Backup)[17] tool optionally allows all configuration files to be backed up to an APK overlay file (usually shortened to apkovl), a tar.gz file that by default stores a copy of all changed files in /etc (with the option to add more directories). This allows Alpine to work reliably in demanding embedded environments or to (temporarily) survive partial disk failures as sometimes experienced in public cloud environments.
By default, Alpine includes patches that allow using efficient meshed VPNs using the DMVPN standard.[citation needed]
Alpine has reliably had excellent support of Xen hypervisors in up-to-date versions, which avoids issues as experienced with Enterprise Distributions.[neutrality is disputed] (The standard Linux hypervisor KVM, is also available.)[citation needed]
Alpine Configuration Framework (ACF): While optional, ACF is an application for configuring an Alpine Linux machine, with goals similar to Debian's debconf. It is a standard framework based on simple Lua scripts.[18]
postmarketOS, a Linux distribution for mobile devices, is based on Alpine Linux.[19]
Due to its robustness and compactness, Alpine Linux got tightly integrated with popular developer and system administrator environments and toolsets.