Find a file
2019-04-07 20:18:58 +02:00
AK GHttp: Work on bringing this up. 2019-04-07 19:35:48 +02:00
Applications Start working on a Downloader app and backing classes in LibGUI. 2019-04-07 14:36:10 +02:00
Base WindowServer: Show a special "move" cursor when dragging windows around. 2019-03-31 22:42:13 +02:00
Kernel Start working on a Downloader app and backing classes in LibGUI. 2019-04-07 14:36:10 +02:00
LibC AK: Fix problem when building i686-pc-serenity toolchain from scratch. 2019-04-05 03:58:40 +02:00
LibGUI GIODevice: Remove accidentally committed debug spam. 2019-04-07 20:18:58 +02:00
LibM LibM: Stub out ldexp(). 2019-03-27 01:41:55 +01:00
Meta Meta: Time for a new screenshot :^) 2019-04-06 01:31:12 +02:00
Servers WindowServer: Add ability to initiate window resize from window edges. 2019-04-06 23:20:06 +02:00
SharedGraphics Add a slight hover highlight to GButton and WSButton. :^) 2019-04-06 04:08:09 +02:00
Userland LibGUI: Improve GFrame's look for Container shapes. 2019-03-28 20:15:13 +01:00
.gitignore Move over to building all of userspace with i686-pc-serenity-g++. 2019-02-22 14:45:14 +01:00
ReadMe.md Meta: Time for a new screenshot :^) 2019-04-06 01:31:12 +02:00

Serenity

x86 Unix-like operating system for IBM PC-compatibles.

About

I always wondered what it would be like to write my own operating system, but I never took it seriously. Until now.

I've grown tired of cutesy and condescending software that doesn't take itself or the user seriously. This is my effort to bring back the feeling of computing I once knew.

Roughly speaking, the goal here 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 me, for me, based on the things I like.

Screenshot

Screenshot as of ef9fbef

Current features

  • Pre-emptive multitasking
  • Multithreading
  • Compositing window server
  • IPv4 networking with ARP, TCP, UDP and ICMP
  • ext2 filesystem
  • Unix-like libc and userland
  • mmap()
  • /proc filesystem
  • Local sockets
  • Pseudoterminals
  • Event-driven GUI library
  • PNG format support
  • Text editor
  • IRC client
  • DNS lookup
  • Other stuff I can't think of right now...

How do I build and run this?

See the step-by-step guide to building Serenity

Author

License

Undecided. I will probably go with something BSD-ish.