# webarchiver mit Homebrew, MacPorts installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für webarchiver in AI-Agent-Workflows.

## Installation

```sh
sudo av install brew:webarchiver
```

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install webarchiver
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install webarchiver
```

  Evidenz: MacPorts ports tree: www/webarchiver/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

## Paketfakten

- **Paketschlüssel:** brew:webarchiver
- **Paketmanager:** Homebrew
- **Version:** 0.13
- **Quellzusammenfassung:** Allows you to create Safari .webarchive files
- **Homepage:** <https://github.com/newzealandpaul/webarchiver>
- **Repository:** <https://github.com/newzealandpaul/webarchiver>
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- webarchiver (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 0.13
## Projektgeschichte und Nutzung

Webarchiver is a small macOS command-line utility for creating Safari `.webarchive` files. Its niche is narrow but clear: it exposes Safari/WebKit's single-file web archive format to shell scripts.

### Projektgeschichte

The public GitHub repository was created in November 2008, and the author's GitHub profile notes that the project was featured on the GitHub blog in December 2008. The README presents it as a simple Objective-C command-line tool that saves a URL and its associated page resources into a Safari webarchive file.

The project has stayed small and specialized rather than becoming a broad archiving framework. Later discussion of command-line Safari webarchives points back to it as prior art, while also noting that its Objective-C implementation uses older WebKit classes such as WebView and WebArchive.

### Adoptionsgeschichte

Adoption appears to be niche and Mac-specific: the repository has modest stars and forks, but it has persisted in package managers because Safari webarchives remain a recognizable local archival format. Its value is mostly for people who want scriptable capture into a format Safari can open.

### Wie es verwendet wird

The documented use is direct CLI capture, for example providing a source URL and an output `.webarchive` filename. This fits one-off page saving, shell loops over URLs, and personal archiving workflows where a Safari-compatible bundle is preferable to a directory of downloaded assets.

### Warum Paket-Nerds sich dafür interessieren

Webarchiver is package-nerd interesting because it packages a tiny bridge into an Apple-specific file format. It is not a general crawler like wget or a preservation system like WARC tooling; it is a small command that makes Safari's single-file archive format reachable from Homebrew-era automation.

### Zeitleiste

- 2008-11: The GitHub repository was created.
- 2008-12: The author's GitHub profile says the project was featured on the GitHub blog.
- 2024: A newer Safari webarchive CLI write-up cited newzealandpaul/webarchiver as prior art and contrasted it with newer WKWebView APIs.

### Related projects

- Related tools include Safari's own Save As Web Archive feature, newer WKWebView-based scripts for creating webarchives, and broader web-archiving tools such as wget, SingleFile, and WARC-oriented crawlers.

### Quellen

- <https://alexwlchan.net/2024/creating-a-safari-webarchive/>
- <https://api.github.com/repos/newzealandpaul/webarchiver>
- <https://github.com/newzealandpaul>
- <https://github.com/newzealandpaul/webarchiver>


## Sicherheitshinweise

broad file, network, media, or database tool signal.

- **Geiger-Risiko:** blue / mittel
- broad file, network, media, or database tool signal

## Andere Paketmanager-Einträge

- MacPorts - webarchiver: normalized package name match | MacPorts ports tree: www/webarchiver/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/webarchiver.yml](https://github.com/mxcl/pkgdb/blob/main/combined/webarchiver.yml)


## Quellen

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
