SelfHost Hub SelfHost Hub
EN
← 返回到所有服务

GitHub 仓库信息

获取时间 · 2026年6月5日
★ 12,759 最新版本: 2.6.14 最后更新: 2026年6月4日
README
# wallabag

> [!IMPORTANT]
> The name of this project is **wallabag** — all lowercase, always. Not "Wallabag", not "WallaBag", not any other variation. Just plain, humble, all-lowercase **wallabag** 😉

[![CI](https://github.com/wallabag/wallabag/actions/workflows/continuous-integration.yml/badge.svg?branch=master)](https://github.com/wallabag/wallabag/actions/workflows/continuous-integration.yml?query=branch%3Amaster)
[![Matrix](https://matrix.to/img/matrix-badge.svg)](https://matrix.to/#/#wallabag:matrix.org)
[![Donation Status](https://img.shields.io/liberapay/goal/wallabag.svg?logo=liberapay)](https://liberapay.com/wallabag/donate)
[![Translation status](https://hosted.weblate.org/widgets/wallabag/-/svg-badge.svg)](https://hosted.weblate.org/engage/wallabag/?utm_source=widget)
![License](https://img.shields.io/github/license/wallabag/wallabag)

wallabag is a web application allowing you to save web pages for later reading.
Click, save and read it when you want. It extracts content so that you won't be distracted by pop-ups and cie.

You can install it on your own server, or you can create an account on [wallabag.it](https://wallabag.it).

![wallabag](./.github/images/screenshot.png)

* Website: [wallabag.org](https://wallabag.org)
* Android app: [wallabag/android-app](https://github.com/wallabag/android-app)
* iOS app: [wallabag/ios-app](https://github.com/wallabag/ios-app)
* Browser extension: [wallabag/wallabagger](https://github.com/wallabag/wallabagger)
* GNOME (Linux) app: [read-it-later](https://gitlab.gnome.org/World/read-it-later) (not maintained by this project)
* All resources about wallabag ecosystem are listed here: https://github.com/wallabag/wallabag/wiki/wallabag-ecosystem

## Documentation

The documentation is available at https://doc.wallabag.org.

The source files live in the [`doc/`](doc/) directory of this repository.

## Installation

Please read [the documentation to see the wallabag requirements](https://doc.wallabag.org/en/admin/installation/requirements.html).

Then you can install wallabag by executing the following commands:

```bash
git clone https://github.com/wallabag/wallabag.git
cd wallabag && make install
```

If your system's default `make` is not GNU make, use `gmake install` instead.

Now, [configure a virtual host](https://doc.wallabag.org/en/admin/installation/virtualhosts.html) to use your wallabag.

### Other methods

Refer to the [installation documentation](https://doc.wallabag.org/en/admin/installation/installation.html) for other installation methods.

## Translation

This project uses [Weblate](https://weblate.org/) for translation.

Feel free to help us [translating wallabag](https://hosted.weblate.org/projects/wallabag/).

## Contributing

To learn more about developing wallabag, please refer to the [contribution guide](./.github/CONTRIBUTING.md).

Content extraction relies on [Graby](https://github.com/j0k3r/graby), [php-readability](https://github.com/j0k3r/php-readability) and [ftr-site-config](https://github.com/fivefilters/ftr-site-config).

## Sponsors

<img src="https://api.blackfire.io/blackfire-logo.png" alt="Blackfire" width="200" />

## License
Copyright © 2013-current Nicolas Lœuillet <[email protected]>

This work is free. You can redistribute it and/or modify it under the
terms of the MIT License. See the [COPYING.md](./COPYING.md) file for more details.

wallabag 是一个自托管的网页内容保存应用,允许您将网页文章保存以供稍后阅读。它能自动提取文章正文内容,去除广告、弹窗等干扰元素,让您专注于阅读。

主要功能

  • 稍后阅读:一键保存网页文章,随时在任意设备上阅读
  • 内容提取:自动提取文章正文,去除干扰元素,提供清爽的阅读体验
  • 标签与分类:支持使用标签和分类组织文章
  • 搜索功能:支持全文搜索已保存的文章
  • 多用户支持:支持多用户系统,每位用户拥有独立的文章库
  • 浏览器扩展:提供 Firefox 和 Chrome 浏览器扩展,便于快速保存
  • 移动应用:提供 Android 和 iOS 原生应用
  • 离线阅读:支持将文章下载为 ePub、PDF、CSV、JSON 等格式导出
  • API 支持:提供完整的 REST API,方便与第三方应用集成
  • RSS 订阅:为每个分类生成 RSS 订阅源
  • 导入支持:支持从 Pocket、Instapaper、Readability 等服务导入数据
  • 多语言支持:界面支持多种语言

部署要求

  • PHP 8.1+ 环境
  • MySQL/MariaDB、PostgreSQL 或 SQLite 数据库
  • Web 服务器(Apache/Nginx)
  • 支持 Docker 部署
  • 最低配置:1核 CPU,256MB 内存
  • 推荐配置:2核 CPU,512MB 内存
  • 存储空间:约 200MB(不包括数据库及文章缓存数据)

发现更多