Skip to content

A minimal and optimized Linux distribution for Raspberry Pi

License

Notifications You must be signed in to change notification settings

misile00/misilix

Repository files navigation

Misilix logo

Minimal and optimized Linux distribution for Raspberry Pi (toy project)

Downloads

Introduction

Misilix is a Linux distribution based on Arch Linux ARM, designed for Raspberry Pi. It aims to be minimalistic, user-friendly, and optimized.

Installation

To install Misilix, you'll need a Micro SD Card with a minimum capacity of 8GB. Afterward, you'll need to download the image. To write the downloaded image, use the following commands:

xz --decompress --keep misilix-*.img.xz
dd if=misilix-*.img of=/dev/sda oflag=sync bs=4M status=progress

Note: Make sure to replace misilix-*.img with the actual name of the Misilix image file you downloaded, and /dev/sda with the appropriate destination on your system.

Alternatively, you can use the Raspberry Pi Imager. All you need to do is, in the operating system selection step, choose the "Use custom" option and select the downloaded misilix-*.img.xz file. When using the Raspberry Pi Imager, there's no need to extract the .xz file.

Default Users and Passwords:

  • Username: root Password: root
  • Username: alarm Password: alarm

Task List

  • Server edition
  • Desktop edition (WIP)
  • Raspberry Pi 3 support (not tested)
  • Raspberry Pi 4 support (tested)
  • Raspberry Pi 5 support (not tested)