Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/trflynn89/ladybird-appkit

An AppKit-based chrome for the SerenityOS LibWeb web engine
https://github.com/trflynn89/ladybird-appkit

Last synced: 24 days ago
JSON representation

An AppKit-based chrome for the SerenityOS LibWeb web engine

Awesome Lists containing this project

README

        

# ARCHIVED

[This has been merged upstream!](https://github.com/SerenityOS/serenity/commit/5722d0025b6f44356c9f4aad0fc68688c3f57ec3)

# Ladybird - AppKit UI

This project provides an AppKit-based chrome for the [SerenityOS LibWeb](https://github.com/SerenityOS/serenity)
web engine for macOS.

⚠️ This has only been tested on macOS 13.4.1 with Xcode 14.3.1.

## Build Instructions

```bash
cmake -G Ninja -B Build
ninja -C build
```

## Running Ladybird

```bash
./Build/Ladybird.app/Contents/MacOS/Ladybird
```

Or

```bash
open ./Build/Ladybird.app
```

## Screenshots

![Screenshot1](Meta/Screenshots/Screenshot1.png)
![Screenshot2](Meta/Screenshots/Screenshot2.png)