Linux kernel

Linux Kernel
Original authorLinus Torvalds
DevelopersCommunity contributors
Linus Torvalds
Initial release0.02 (5 October 1991 (1991-10-05))
Stable release
Regular: 6.19.8 / 13 March 2026 
LTS: 6.18.16 / 4 March 2026 
Preview release
7.0-rc4  / 15 March 2026
Written inC, Rust, assembly languages
Available inEnglish
LicenseGPL-2.0-only with Linux-syscall-note
Websitekernel.org 
Repository

The Linux kernel is a free and open-source Unix-like kernel that is used in many computer systems worldwide. The kernel was created by Linus Torvalds in 1991 and was soon adopted as the kernel for the GNU operating system (OS) which was created to be a free replacement for Unix. Since the late 1990s, it has been included in many operating system distributions, many of which are called Linux. One such Linux kernel operating system is Android which is used in many mobile and embedded devices.

Most of the kernel code is written in C as supported by the GNU Compiler Collection (GCC) which has extensions beyond standard C. The code also contains assembly code for architecture-specific logic such as optimizing memory use and task execution. The kernel has a modular design such that modules can be integrated as software components – including dynamically loaded. The kernel is monolithic in an architectural sense since the entire OS kernel runs in kernel space.

Linux is provided under the GNU General Public License version 2, although it contains files under other compatible licenses.