SkyVision logo — Tux with a smiling child's face SkyVisionby Longer Vision
SkyVision 1.0 “Firstborn” · released 2026-06-12 · x86-64

A Linux you can read,
from the first line up.

SkyVision is a 64-bit GNU/Linux distribution for x86-64, built entirely from source in the Linux From Scratch tradition. Every package, every patch and every boot script is documented in the open — so the system you run is a system you understand.

base ISO 812 MB · kernel 6.12 LTS · GPL-2.0 · no telemetry, ever

tty1 — skyvision 1.0
Synopsis

Why build a distribution from scratch?

Because the best way to own a system is to have watched it come into being. SkyVision packages the result, and documents the journey.

src Source-first lineage

The whole distribution is bootstrapped from upstream sources — cross-toolchain, temporary tools, chroot, final system — following the same discipline as Linux From Scratch. Reproducible build recipes for every package ship in the tree.

pkg svpkg, hybrid by design

svpkg installs signed binary packages for speed, and rebuilds any package from its recipe with one flag when you want different USE-style options or local patches.

init A boot you can follow

SysV-style init with plain-shell SkyVision boot scripts. Every line of the boot path is readable in /etc/rc.d — no opaque service manager between you and PID 1.

x64 One architecture, done well

x86-64 only, compiled against the x86-64-v2 baseline with LTO. No multilib clutter, no 32-bit compatibility debt — a clean, modern 64-bit userland.

doc Documentation is a feature

The SkyVision Book walks through building the entire system by hand. The Install Handbook, svpkg manual and wiki are versioned with each release — docs never drift from the code.

cmty A small, real community

A Discourse forum, two IRC/Matrix channels and three mailing lists. Questions get answered by the people who wrote the build recipes — often the same day.

Components

What ships in 1.0 “Firstborn”

ComponentVersion
linux (LTS)6.12.30
glibc2.41
gcc14.2.0
binutils2.43.1
coreutils9.6
openssl3.4.1
ComponentVersion
svpkg1.0.2
bash5.2.37
xorg-server21.1.16 (desktop ISO)
xfce4.20 (desktop ISO)
grub2.12 (BIOS + UEFI)
repository1,842 binary packages

Full package list and changelog: release notes →

Installation

From zero to login in three commands

# 1. fetch the image and checksums
$ curl -LO https://dl.longervision.us/skyvision/1.0/skyvision-1.0-x86_64-base.iso
$ curl -LO https://dl.longervision.us/skyvision/1.0/sha256sums.txt{,.sig}

# 2. verify, then write to a USB stick (replace sdX!)
$ sha256sum --check --ignore-missing sha256sums.txt
$ sudo dd if=skyvision-1.0-x86_64-base.iso of=/dev/sdX bs=4M status=progress

# 3. boot it, then run the guided installer
# sky-install

The sky-install text installer handles partitioning, base system extraction, GRUB and first user setup in about ten minutes. Prefer to do it by hand? The Install Handbook documents every step the installer performs — nothing is hidden behind the curtain.

Choose your ISO →

News

Latest from the project

Build it with us.

Package recipes, Book errata, mirrors, translations — every contribution is reviewed on the forum and credited in the release notes.

How to contribute Visit the forum ↗