Skip to content

LemonOSProject/LemonOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

15f607e · Jul 11, 2024
Apr 7, 2023
Aug 6, 2022
Apr 5, 2023
May 29, 2022
Mar 14, 2021
Aug 24, 2021
Oct 25, 2023
Aug 7, 2022
Aug 7, 2022
Feb 20, 2023
Aug 2, 2021
Jan 14, 2022
Jul 11, 2024
Aug 24, 2021
Aug 7, 2022
Aug 7, 2022
Aug 6, 2022
Aug 2, 2023
Aug 6, 2022
Aug 2, 2021
Jan 26, 2022
Aug 7, 2022
Jan 26, 2022
Apr 10, 2023
Jul 11, 2024
May 25, 2022

Repository files navigation

banner

CI

Lemon OS is a UNIX-like 64-bit operating system written in C++.

About Lemon OS

Lemon OS includes its own modular kernel with SMP and networking, window server/compositor and userspace applications as well as a collection of software ports.

If you have any questions or concerns feel free to open a GitHub issue, join our Discord server or email me at [email protected].

Prebuilt Image

Nightly Images

Before running See System Requirements

Lemon OS Screenshot
More screenshots

Features

Work In Progress

  • XHCI Driver
  • Intel HD Audio Driver

Third Party

Lemon OS depends on: mlibc, Freetype, zlib, libressl, ffmpeg, libfmt, libjpeg-turbo and libpng.

Optional ports include LLVM/Clang, DOOM, Binutils and Python 3.8

Various background images are located here

System requirements

  • 256 MB RAM (512 is more optimal)
  • x86_64 Processor supporting x86_64-v2 instructions including SSE4.2
    • For QEMU/KVM use -cpu host or at least -cpu Nehalem see this page
  • 2 or more CPU cores recommended
  • I/O APIC
  • ATA, NVMe or AHCI disk (AHCI strongly recommended)

For QEMU run with:
qemu-system-x86_64 Lemon.img --enable-kvm -cpu host -M q35 -smp 2 -m 1G -netdev user,id=net0 -device e1000,netdev=net0 -device ac97
KVM is strongly recommended

Repo Structure

Directory Description
Applications/ Userspace Applications
Base/ Config, etc. Files copied to disk
Documentation/ Lemon OS Documentation
Extra/ (Currently) vector icons
InterfaceCompiler/ Compiler for interface definition files
Kernel/ Lemon Kernel
LibGUI/ LibGUI (Windowing and widgets)
LibLemon/ LibLemon (Lemon API)
Toolchain/ Toolchain build scripts and patches
Ports/ Build scripts and patches for ports
Resources/ Images, fonts, etc.
Screenshots/ Screenshots
Scripts/ Build Scripts
Services/ Interface definition files
System/ Core system programs and services