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

https://github.com/drkameleon/web2mac

A tiny experiment for a Webpage -> Mac App converter
https://github.com/drkameleon/web2mac

arturo arturo-language

Last synced: 5 months ago
JSON representation

A tiny experiment for a Webpage -> Mac App converter

Awesome Lists containing this project

README

        

# Web2Mac

**Convert any website/URL into a valid macOS app**

The whole thing works by wrapping Arturo's own Webview implementation and creating a macOS-compliant `.app` bundle, so that you can launch any website as a standalone app - or put it into your Dock. ;-)

> [!TIP]
> The final app "weighs" roughly as much as Arturo's binary itself; that is: a bit **less than 10MB** (and it's going to drop even more 😉)

![Web2Mac in action](./web2mac.gif)

## Usage

```bash
./web2mac.art YouTube https://youtube.com
```