# Wayback **Repository Path**: mirrors/Wayback ## Basic Information - **Project Name**: Wayback - **Description**: Wayback 是一个与 Internet Archive、archive.today、IPFS 等集成的自托管归档服务 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: https://www.oschina.net/p/wayback - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-04-17 - **Last Updated**: 2025-09-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Wayback [![LICENSE](https://img.shields.io/github/license/wabarc/wayback.svg?color=green)](https://github.com/wabarc/wayback/blob/main/LICENSE) [![Go Report Card](https://goreportcard.com/badge/github.com/wabarc/wayback)](https://goreportcard.com/report/github.com/wabarc/wayback) [![Test Coverage](https://codecov.io/gh/wabarc/wayback/branch/main/graph/badge.svg)](https://codecov.io/gh/wabarc/wayback) [![Go Reference](https://img.shields.io/badge/godoc-reference-blue.svg)](https://pkg.go.dev/github.com/wabarc/wayback) [![Releases](https://img.shields.io/github/v/release/wabarc/wayback.svg?include_prereleases&color=blue)](https://github.com/wabarc/wayback/releases) [![Telegram Bot](https://img.shields.io/badge/Telegram-bot-3dbeff.svg)](https://t.me/wabarc_bot) [![Discord Bot](https://img.shields.io/badge/Discord-bot-3dbeff.svg)](https://discord.com/api/oauth2/authorize?client_id=863324809206169640&permissions=2147796992&scope=bot%20applications.commands) [![Matrix Bot](https://img.shields.io/badge/Matrix-bot-0a976f.svg)](https://matrix.to/#/@wabarc_bot:matrix.org) [![Matrix Room](https://img.shields.io/badge/Matrix-room-0a976f.svg)](https://matrix.to/#/#wabarc:matrix.org) [![Tor Hidden Service](https://img.shields.io/badge/Tor%20Hidden%20Service-472756.svg)](http://wabarcoww2bxmdbixj7sjwggv3fonh2rpflfiildegcydk5udkdckdyd.onion/) [![World Wide Web](https://img.shields.io/badge/Web-15aabf.svg)](https://wabarc.eu.org/) [![Nostr](https://img.shields.io/badge/Nostr-8e44ad.svg)](https://iris.to/#/profile/npub1gm4xeu8wlt6aa56zenutkwa0ppjng5axsscv424d0xvv5jalxxzs4hjukz) Wayback is a web archiving and playback tool that allows users to capture and preserve web content. It provides an IM-style interface for receiving and presenting archived web content, and a search and playback service for retrieving previously archived pages. Wayback is designed to be used by web archivists, researchers, and anyone who wants to preserve web content and access it in the future. ## Features - Free and open-source - Expose prometheus metrics - Cross-platform compatibility - Batch wayback URLs for faster archiving - Built-in CLI (`wayback`) for convenient use - Serve as a Tor Hidden Service or local web entry for added privacy and accessibility - Easier wayback to Internet Archive, archive.today, IPFS and Telegraph integration - Interactive with IRC, Matrix, Telegram bot, Discord bot, Mastodon, Twitter, and XMPP as a daemon service for convenient use - Supports publishing wayback results to Telegram channel, Mastodon, and GitHub Issues for sharing - Supports storing archived files to disk for offline use - Download streaming media (requires [FFmpeg](https://ffmpeg.org/)) for convenient media archiving. ## Getting Started For a comprehensive guide, please refer to the complete [documentation](https://docs.wabarc.eu.org/). ### Installation The simplest, cross-platform way is to download from [GitHub Releases](https://github.com/wabarc/wayback/releases) and place the executable file in your PATH. From source: ```sh go install github.com/wabarc/wayback/cmd/wayback@latest ``` From GitHub Releases: ```sh curl -fsSL https://get.wabarc.eu.org | sh ``` or via [Bina](https://bina.egoist.dev/): ```sh curl -fsSL https://bina.egoist.dev/wabarc/wayback | sh ``` Using [Snapcraft](https://snapcraft.io/wayback) (on GNU/Linux) ```sh sudo snap install wayback ``` Via [APT](https://repo.wabarc.eu.org/deb:wayback): ```bash curl -fsSL https://repo.wabarc.eu.org/apt/gpg.key | sudo gpg --dearmor -o /usr/share/keyrings/packages.wabarc.gpg echo "deb [arch=amd64,arm64,armhf signed-by=/usr/share/keyrings/packages.wabarc.gpg] https://repo.wabarc.eu.org/apt/ /" | sudo tee /etc/apt/sources.list.d/wayback.list sudo apt update sudo apt install wayback ``` Via [RPM](https://repo.wabarc.eu.org/rpm:wayback): ```bash sudo rpm --import https://repo.wabarc.eu.org/yum/gpg.key sudo tee /etc/yum.repos.d/wayback.repo > /dev/null <