1.0.0
Latest Version
Rust
Language
MIT
License
amd64
Architecture
Downloads
Get the Package
Choose the artifact that fits your workflow.
Debian Package
System-wide installation on Debian, Ubuntu, Linux Mint, and WSL.
Managed by APT — updates automatically when you run
Download .deb (1.0.0)
apt upgrade.
GPG Signature
Verify the cryptographic integrity of your download. The detached
Download .asc Signature
.asc file
is signed with the release key below.
Installation
Add the APT Repository
Add this repository once and receive updates automatically via apt upgrade.
# 1. Download and trust the repository GPG key
$
sudo wget -O /usr/share/keyrings/wayback-keyring.gpg \
$
https://ajsb85.github.io/wayback-impersonator/amd64/archive-key.gpg
# 2. Add the repository to your APT sources
$
echo "deb [signed-by=/usr/share/keyrings/wayback-keyring.gpg] \
$
https://ajsb85.github.io/wayback-impersonator/amd64/ ./"
| sudo tee /etc/apt/sources.list.d/wayback.list
# 3. Update and install
$
sudo apt update && sudo apt install wayback
# 4. Verify the installation
$
wayback --version
$
wayback 1.0.0
Runtime Prerequisite —
libcurl-impersonate
wayback requires libcurl-impersonate to mimic browser TLS handshakes
at the C-library level. This is not packaged via APT. Install it manually and run
sudo ldconfig before first use.
See the README for the full setup guide.