Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 

Repository files navigation

Homebrew Tap for Arto

This is a Homebrew tap for Arto, a Markdown reader application for macOS.

Installation

First, tap this repository:

brew tap arto-app/tap

Then install Arto:

brew install --cask arto
xattr -dr com.apple.quarantine /Applications/Arto.app

Alternatively, you can install directly without explicitly tapping:

brew install --cask arto-app/tap/arto
xattr -dr com.apple.quarantine /Applications/Arto.app

Tip

Quick Look preview not showing? macOS normally registers the Quick Look extension the first time you launch Arto. If pressing Space on a Markdown file still shows no preview — or a stale one right after an upgrade — register the extension manually and refresh the cache:

pluginkit -a /Applications/Arto.app/Contents/PlugIns/ArtoQuickLook.appex
qlmanage -r && qlmanage -r cache

Bypassing Gatekeeper

Warning

Homebrew is deprecating --no-quarantine and will end support for casks that fail Gatekeeper checks on September 1st, 2026. This tap will not work after that date unless upstream binaries are signed and notarized with an Apple Developer ID.

Since the upstream binaries are not signed or notarized with an Apple Developer ID, macOS Gatekeeper will block the app from launching. You have two options:

Option 1: Remove quarantine after installation (Recommended)

brew tap arto-app/tap
brew install --cask arto
xattr -dr com.apple.quarantine /Applications/Arto.app

Option 2: Install without quarantine (will be deprecated in 2026)

brew tap arto-app/tap
brew install --cask --no-quarantine arto

About Arto

Arto is "The Art of Reading Markdown" - a dedicated Markdown reader for macOS.

License

This tap follows the same license as the upstream Arto project.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages