Skip to content

Mathewnd/Astral

Folders and files

NameName
Last commit message
Last commit date

Latest commit

96afd5e · Jul 2, 2026

History

1,596 Commits
Jun 30, 2026
Jun 28, 2026
Jul 2, 2026
May 3, 2026
Jul 2, 2026
Jun 30, 2026
Dec 8, 2025
Jul 2, 2026
May 8, 2024
Jun 29, 2026
Jul 1, 2026
Jun 16, 2026
Jun 4, 2026
May 29, 2026
May 3, 2026
May 15, 2026
Apr 9, 2024
May 15, 2026
Jun 1, 2026
Dec 27, 2025
Nov 14, 2025
Mar 21, 2026
Sep 4, 2024
Sep 4, 2024
Apr 16, 2026
Apr 8, 2023
Dec 6, 2025

Repository files navigation

Astral

Astral is a 64 bit operating system with its own kernel written in C for the x86-64 architecture.

Features

  • SMP capable preemptible kernel
  • Networking (TCP, UDP, DHCP)
  • POSIX compatibility
  • Ports: X.org, wine, fvwm3, gcc, bash, quake, vim and more
  • Filesystems: tmpfs, devfs, ext2, fat{12,16,32}
  • Block devices: NVMe, virtio-block, AHCI
  • Network devices: virtio-net, rtl8169
  • USB: xHCI, HID, Hubs
  • ACPI: thanks to uACPI, there is ACPI support with proper poweroff, etc.
  • Multiple user support
  • Package management using xbps
  • Audio: Intel HD Audio driver with mixing done by sndiod.

Current Goals

  • Installation program
  • Fully self hosting

Running

If you built it from source, run make run-kvm or make run-disk-kvm

There are prebuilt images and instructions at https://astral-os.org/about.html.

Building

The build process dependencies are specified here. If you wish to use the make img option, you will need mtools. All other needed packages will be installed/built on a container.

It is highly recommended you download pre-built packages from the official repository by running make download. This greatly reduces the compilation time as it will only need to build the host tools.

To build the project, run make. This will create a file named astral.iso

After this, if you wish to create an ext2 disk image, run make disk