Žiadny popis

jake.westrip f4a05611c6 Ports: Add MilkyTracker port 4 rokov pred
.github 6f6f30e55a Meta: Lint commits for unix-style linebreaks 4 rokov pred
AK f57c57966b AK: Fix argument type for JsonArray::at and JsonArray::operator[] 4 rokov pred
Base cec8488d9d Demos: Add Starfield screensaver demo 4 rokov pred
Documentation 71d27abb97 Services: Rename ProtocolServer to RequestServer 4 rokov pred
Kernel b630e39fbb Kernel: Check futex command if realtime clock is used 4 rokov pred
Meta 1117b6d833 Meta: Make sure traceroot and ping belong to the root user 4 rokov pred
Ports f4a05611c6 Ports: Add MilkyTracker port 4 rokov pred
Toolchain 03569f9686 Toolchain/Dockerfile: Add rsync and unzip 4 rokov pred
Userland d1f33ec795 LibPthread: Use realtime clock for futex_wait() 4 rokov pred
.clang-format 1ec4771904 Meta: Update .clang-format to not indent nested namespaces 5 rokov pred
.gitattributes 8c5f08ea94 Meta: Add .gitattributes file 5 rokov pred
.gitignore 696f23d7a0 Meta: Add basic Zsh completions for serenity.sh 4 rokov pred
.pre-commit-config.yaml 51bcfb5a44 Meta: Update lint-{clang-format,shell-scripts}.sh to take a list of files 4 rokov pred
.prettierignore ee719c23d4 Meta: Add lint-prettier.sh 4 rokov pred
.prettierrc 54036d660a Meta: Move prettier config files to the root of the repository 5 rokov pred
CMakeLists.txt 18ddfc19c6 Meta: Disable the use of PCH by default 4 rokov pred
CONTRIBUTING.md 42bfaef0bb Meta: Add note about new people making large architectural changes 4 rokov pred
LICENSE 78fbfd7795 Meta: Update project copyright dates (2018-2021) :^) 4 rokov pred
README.md 8b06d6d9e8 Documentation: Fix "GUI interface" wording 4 rokov pred

README.md

SerenityOS

Graphical Unix-like operating system for x86 computers.

Build status Fuzzing Status

About

SerenityOS is a love letter to '90s user interfaces with a custom Unix-like core. It flatters with sincerity by stealing beautiful ideas from various other systems.

Roughly speaking, the goal is a marriage between the aesthetic of late-1990s productivity software and the power-user accessibility of late-2000s *nix. This is a system by us, for us, based on the things we like.

I (Andreas) regularly post raw hacking sessions and demos on my YouTube channel.

Sometimes I write about the system on my github.io blog.

I'm also on Patreon and GitHub Sponsors if you would like to show some support that way.

Screenshot

Screenshot as of 0f85753.png

Kernel features

  • x86 (32-bit) kernel with pre-emptive multi-threading
  • Hardware protections (SMEP, SMAP, UMIP, NX, WP, TSD, ...)
  • IPv4 stack with ARP, TCP, UDP and ICMP protocols
  • ext2 filesystem
  • POSIX signals
  • Purgeable memory
  • /proc filesystem
  • Pseudoterminals (with /dev/pts filesystem)
  • Filesystem notifications
  • CPU and memory profiling
  • SoundBlaster 16 driver
  • VMWare/QEMU mouse integration

System services

  • Launch/session daemon (SystemServer)
  • Compositing window server (WindowServer)
  • Text console manager (TTYServer)
  • DNS client (LookupServer)
  • Network protocols server (RequestServer and WebSocket)
  • Software-mixing sound daemon (AudioServer)
  • Desktop notifications (NotificationServer)
  • HTTP server (WebServer)
  • Telnet server (TelnetServer)
  • DHCP client (DHCPClient)

Libraries

  • C++ templates and containers (AK)
  • Event loop and utilities (LibCore)
  • 2D graphics library (LibGfx)
  • GUI toolkit (LibGUI)
  • Cross-process communication library (LibIPC)
  • HTML/CSS engine (LibWeb)
  • JavaScript engine (LibJS)
  • Markdown (LibMarkdown)
  • Audio (LibAudio)
  • PCI database (LibPCIDB)
  • Terminal emulation (LibVT)
  • Out-of-process network protocol I/O (LibProtocol)
  • Mathematical functions (LibM)
  • ELF file handling (LibELF)
  • POSIX threading (LibPthread)
  • Higher-level threading (LibThread)
  • Transport Layer Security (LibTLS)
  • HTTP and HTTPS (LibHTTP)

Userland features

  • Unix-like libc and userland
  • Shell with pipes and I/O redirection
  • On-line help system (both terminal and GUI variants)
  • Web browser (Browser)
  • C++ IDE (HackStudio)
  • IRC client
  • Desktop synthesizer (Piano)
  • Various desktop apps & games
  • Color themes

How do I read the documentation?

Man pages are browsable outside of SerenityOS under Base/usr/share/man.

When running SerenityOS you can use man for the terminal interface, or help for the GUI.

How do I build and run this?

See the SerenityOS build instructions

Before opening an issue

Please see the issue policy.

Get in touch

IRC: #serenityos on the Freenode IRC network.

Discord: SerenityOS Discord

Author

Contributors

(And many more!) The people listed above have landed more than 100 commits in the project. :^)

License

SerenityOS is licensed under a 2-clause BSD license.