Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mtslzr/homebrew-marmaduke-chromium
Homebrew Tap for Marmaduke Chromium builds
https://github.com/mtslzr/homebrew-marmaduke-chromium
chromium homebrew homebrew-tap ruby
Last synced: 7 days ago
JSON representation
Homebrew Tap for Marmaduke Chromium builds
- Host: GitHub
- URL: https://github.com/mtslzr/homebrew-marmaduke-chromium
- Owner: mtslzr
- License: mit
- Created: 2019-12-26T22:30:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-29T21:05:45.000Z (23 days ago)
- Last Synced: 2025-01-08T08:12:18.822Z (14 days ago)
- Topics: chromium, homebrew, homebrew-tap, ruby
- Language: Ruby
- Homepage: https://github.com/macchrome/macstable/releases
- Size: 126 KB
- Stars: 76
- Watchers: 5
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Marmaduke Chromium (Homebrew Tap)
*Forked from [cpbotha/homebrew-marmaduke-chromium](https://github.com/cpbotha/homebrew-marmaduke-chromium).*
All Chromium releases can be found at [Woolyss](https://chromium.woolyss.com).
Builds are pulled from [macchrome/macstable](https://github.com/macchrome/macstable).![](https://github.com/mtslzr/marmaduke-chromium/workflows/Test/badge.svg)
**Current Versions**
![](https://img.shields.io/badge/marmaduke--chromium-109.5414.65%20(1070088)-blue)
![](https://img.shields.io/badge/marmaduke--chromium--nosync-84.0.4147.89%20(768962)-lightblue)
![](https://img.shields.io/badge/marmaduke--chromium--ungoogled-106.5249.061%20(106.0.5249.61)-yellow)
## Installation
```bash
brew tap mtslzr/marmaduke-chromium
brew update
brew install marmaduke-chromium
```## Casks
This tap includes three versions of Marmaduke Chromium:
`marmaduke-chromium` - Includes Google Sync and widevine (DRM for Netflix).
`marmaduke-chromium-nosync` - Does not include Google Sync nor widevine.
`marmaduke-chromium-ungoogled` - ungoogled-chromium ([Eloston/ungoogled-chromium/](https://github.com/Eloston/ungoogled-chromium/))
If you're unsure, you most likely want to install `marmaduke-chromium`.
## Removal
```bash
brew uninstall marmaduke-chromium
brew untap mtslzr/marmaduke-chromium
```## macOS / "The App Can't Be Opened"
As is the case with numerous Homebrew packages, macOS will warn the first time you open Chromium after an install/update.
For more information, see [here](https://docs.brew.sh/FAQ#why-cant-i-open-a-mac-app-from-an-unidentified-developer).
## Updates
If you notice a missing update, please [reach out](mailto:[email protected]) or open a merge request. Thanks!