Download Latest Version v0.7.3_ Updates for Docker container_s SingleFile, YT-DLP, Chrome, and other dependencies only source code.zip (543.7 kB)
Email in envelope

Get an email when there's a new version of ArchiveBox

Home / v0.7.1
Name Modified Size InfoDownloads / Week
Parent folder
archivebox--0.7.1-1.arm64_sonoma.bottle.1.tar.gz 2023-11-08 15.2 MB
archivebox-0.7.1.deb 2023-11-08 1.3 kB
archivebox-0.7.1-py3-none-any.whl 2023-11-08 513.6 kB
archivebox-0.7.1.tar.gz 2023-11-08 446.8 kB
README.md 2023-11-08 8.8 kB
v0.7.1_ Minor new features, bugfixes, and new dependency versions source code.tar.gz 2023-11-08 444.6 kB
v0.7.1_ Minor new features, bugfixes, and new dependency versions source code.zip 2023-11-08 541.8 kB
Totals: 7 Items   17.1 MB 0

Get this release via pip, docker, brew, or dpkg (apt ppa update delayed).

:::bash
# Get it with Pip on any OS (`amd64`, `arm64`, `arm/v7`)
pip install --upgrade 'archivebox==0.7.1'`

:::bash
# Get it with Docker on any OS (`amd64`, `arm64`, `arm/v7`)
docker pull archivebox/archivebox:0.7.1

:::bash
# Get it with brew on macOS (`amd64`, `arm64`)
brew tap archivebox/archivebox
brew install archivebox

:::bash
# Get it with apt on Ubuntu/Debian based systems (`any`)
wget 'https://github.com/ArchiveBox/debian-archivebox/raw/main/archivebox-0.7.1.deb'
apt install ./archivebox-0.7.1.deb
# OR
dpkg -i ./archivebox-0.7.1.deb

Note: this is not packaged using "proper" debian techniques like 0.6.2 was, instead it's just a wrapper for executing pip install archivebox w/ a few extras. This is because ArchiveBox relies on some binary and dynamic dependencies (node, chrome, playwright, ffmpeg, yt-dlp, etc.) which aren't allowed in Debian packages.
(Launchpad apt ppa update coming eventually, packaging for apt has gotten harder lately)


:::bash
# Then run this to upgrade an existing collection data dir to 0.7.1
cd ~/path/to/data/dir
archivebox init

What's Changed

Lots of bugfixes, speedups, and small convenience features.

New Contributors

Expand to see the list...

* @dryrain39 made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/708 * @FiddlyRumpus made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/739 * @Namdrib made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/766 * @tjhorner made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/777 * @Inndy made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/799 * @ajgon made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/873 * @TheCakeIsNaOH made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/904 * @tuupola made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/906 * @akhilleusuggo made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/918 * @xfq made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/942 * @hyfen made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/932 * @pellaeon made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/936 * @CrazyPython made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/923 * @kusold made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/961 * @rossvor made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/967 * @prnake made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/924 * @m3nu made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/974 * @turian made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1020 * @EsEnZeT made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1048 * @mwestza made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1068 * @notevenaperson made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1021 * @codesee-maps made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1103 * @fa0311 made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1115 * @tejr made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1128 * @dcalano made their first contribution in https://github.com/ArchiveBox/ArchiveBox/pull/1131

Full Changelog: https://github.com/ArchiveBox/ArchiveBox/compare/v0.6.2...v0.7.1

Source: README.md, updated 2023-11-08