# 使用 Homebrew, pacman 安装 woob

查看 woob 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:woob
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install woob
```

  证据: local Homebrew formula metadata

### Linux

- pacman (92%):

```sh
sudo pacman -S woob
```

  证据: Arch Linux sync databases: woob from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## 软件包事实

- **软件包键:** brew:woob
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/woob>
- **版本:** 3.7
- **来源摘要:** Web Outside of Browsers
- **主页:** <https://woob.tech/>
- **上游文档:** <https://woob.tech/>
- **许可证:** LGPL-3.0-or-later
- **源码归档:** <https://files.pythonhosted.org/packages/85/f3/a2dc1bb679de004aa1e48c8b77b5d5b9bca3007b2f25e0c39f850a009186/woob-3.7.tar.gz>
- **最后更新:** 2026-05-15T11:13:19Z
- **已生成:** 2026-08-04T22:13:35+00:00

## 可执行文件

- woob (cli)
- woob (别名)

## 依赖

- certifi
- gnupg
- libyaml
- pillow
- python@3.14

## macOS 提供的库

- libxml2
- libxslt

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-08-04
- 管理器版本: 3.7
- 管理器更新时间: 2026-05-15
- 本地数据: OK
- 上游仓库: https://woob.tech/
- 信息: Release/tag comparison is only available for GitHub repositories.
## 项目历史与用法

Woob, short for Web Outside of Browsers, is a Python library and command-line/application suite for accessing websites through standardized APIs and data models instead of manually driving a web browser. Its own documentation describes the core model as capabilities, modules, and configured backends: a module implements support for a website, a capability gives a common API such as banking or video search, and a backend is a configured instance with credentials or site-specific settings.

The project is especially associated with French banking, bills, documents, media, recipes, housing, dating, and other web-service automation modules. Its package-nerd appeal is that it packages fragile website integration work as reusable modules and exposes them through a single CLI launcher, Python API, and graphical or text applications.

### 项目历史

Woob descends from Weboob, a long-running project by Romain Bignon and contributors. The project history is visible in the official documentation copyright line, which dates the project lineage from 2010, and in the old mailing-list references retained on the Woob website. The project kept the original idea of turning website scraping and form workflows into typed, reusable backends while moving stewardship and source hosting into the modern GitLab project at gitlab.com/woob/woob.

A major transition happened with Woob 3.0, released on 2021-04-11. The official GitLab release says the project was now named woob, that the old individual applications such as boobank and boobill were replaced by a single launcher named `woob`, and that the project was now hosted on GitLab. That release also explicitly records the general changelog items 'Rename weboob to woob' and 'Create a single new launcher (woob) instead of many applications.'

The current project website continues that post-rename identity. It describes woob as a collection of applications able to interact with websites without requiring the user to open them in a browser, and as a provider of well-defined APIs for websites lacking official APIs. The site also links to the GitLab project, the API documentation at woob.dev, a modules catalog, and a set of user-facing applications.

### 采用历史

Woob has never been a mass-market end-user package, but it has durable adoption in automation-heavy niches because it solves a real maintenance problem: website interfaces change, while users and downstream scripts want stable objects such as accounts, transactions, documents, videos, recipes, and housing listings. The official homepage advertises continuous integration as a way to notify developers when websites change and an update system for quickly pushing module fixes to users.

The project also has organizational links beyond hobby use. The Woob homepage lists organizations including Powens, Cozy Cloud, Geneanet, and Winancial, and presents professional usage through Powens. That gives the project a notable place in the French open-source web-scraping and account-aggregation ecosystem, even when individual Homebrew users mostly encounter it as a CLI/library package.

### 使用方式

A typical user installs woob, configures one or more backends under the user configuration directory, and then runs `woob` subcommands for tasks such as banking, bills, videos, recipes, housing, or other supported capabilities. Developers can import the Python library, load backends for a capability, and iterate over normalized objects such as accounts from multiple sites.

The usage pattern is backend-centric. The documentation's examples show a `Woob()` instance loading backends for capabilities such as `CapBank` or `CapVideo`, then calling methods that aggregate results across configured sites. This makes Woob more like a local integration framework than a single-purpose scraper.

### 为什么软件包爱好者会关心

For package maintainers and CLI users, Woob is interesting because it bundles a large moving target of website modules behind a stable executable and Python API. It also embodies the classic Unix-ish preference for scriptable local automation over browser-only workflows, while still carrying the operational burden of credentials, anti-bot changes, and site-specific breakage.

The 3.0 consolidation into one `woob` launcher matters in packaging terms: instead of shipping many old application commands, distributions can expose a single executable whose subcommands address the historical application set.

### 时间线

- 2010: Project lineage begins under the original Weboob name, according to the official documentation copyright line.
- 2021-04-11: Woob 3.0 is released; the project is renamed from Weboob to Woob, moves to GitLab, and replaces multiple application commands with a single `woob` launcher.
- 2024-10-29: Woob 3.7 is advertised on the official homepage as the current stable release, with the project still actively maintained.

### Related projects

- Weboob is the original name and project identity from which Woob directly descends.
- Powens is linked from the official Woob homepage as the route for professional usage.
- The project overlaps conceptually with site-specific scrapers, account aggregators, and personal finance import tools, but distinguishes itself through reusable capabilities and modules.

### 来源

- <https://gitlab.com/api/v4/projects/25520182/releases/3.0>
- <https://woob.dev/>
- <https://woob.tech/>


## 安全说明

没有找到 woob 的匹配本地密钥处理 manifest。软件包元数据仍在此发布，以便未来覆盖拥有稳定的软件包 URL。



## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ~/.config/woob/backends

## Credential files

- Unix: ~/.config/woob/backends
## 源数据库详情

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** woob
- **Version Scheme:** 0
- **Revision:** 9
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable

## 其他软件包管理器记录

- pacman - woob - 3.7-2: normalized package name match | Arch Linux sync databases: woob from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Core library and modules for Web outside of Browsers | https://woob.tech/


## 相关链接

- [Terminal utility packages](https://pkg.so/zh-hans/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://pkg.so/zh-hans/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://pkg.so/zh-hans/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Web development packages](https://pkg.so/zh-hans/web-dev-tools/) - Matched web development metadata.
- [python@3.14](https://pkg.so/zh-hans/brew/python-3-14/) - Runtime dependency declared by Homebrew.
- [gnupg](https://pkg.so/zh-hans/brew/gnupg/) - Runtime dependency declared by Homebrew.
- [gcalcli](https://pkg.so/zh-hans/brew/gcalcli/) - Shares pkgdb curated category or tags: cli, productivity, python.
- [flexget](https://pkg.so/zh-hans/brew/flexget/) - Shares pkgdb curated category or tags: cli, productivity, python.
- [khal](https://pkg.so/zh-hans/brew/khal/) - Shares pkgdb curated category or tags: cli, productivity, python.
- [fava](https://pkg.so/zh-hans/brew/fava/) - Shares pkgdb curated category or tags: cli, productivity, python.
- [pympress](https://pkg.so/zh-hans/brew/pympress/) - Shares pkgdb curated category or tags: cli, productivity, python.
- [enex2notion](https://pkg.so/zh-hans/brew/enex2notion/) - Shares pkgdb curated category or tags: cli, productivity, python.
- [zim](https://pkg.so/zh-hans/brew/zim/) - Shares pkgdb curated category or tags: cli, productivity, python.
- [watson](https://pkg.so/zh-hans/brew/watson/) - Shares pkgdb curated category or tags: cli, productivity, python.
- [buku](https://pkg.so/zh-hans/brew/buku/) - Both packages touch the same language runtime or ecosystem. Shared terms: certifi, cli, libyaml, productivity, python.

## Combined YAML source

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


## 来源

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
