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
- Host: GitHub
- URL: https://github.com/drkameleon/web2mac
- Owner: drkameleon
- License: mit
- Created: 2024-02-28T09:46:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-30T14:41:07.000Z (9 months ago)
- Last Synced: 2024-10-25T09:47:43.077Z (7 months ago)
- Topics: arturo, arturo-language
- Homepage:
- Size: 1.02 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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 😉)
## Usage
```bash
./web2mac.art YouTube https://youtube.com
```