[GH-ISSUE #1673] ArchiveBox is no longer distributed as a Homebrew formula. #2512

Open
opened 2026-03-01 17:59:32 +03:00 by kerem · 2 comments
Owner

Originally created by @hoangquochung1110 on GitHub (Apr 8, 2025).
Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/1673

Originally assigned to: @pirate on GitHub.

Provide a screenshot and describe the bug

Fail to install the package via Homebrew. Can we update README to reflect this fact ? I'm willing to contribute. Thanks

Steps to reproduce

1. Install via Homebrew

brew tap archivebox/archivebox
brew install archivebox

Logs or errors

🍺  /opt/homebrew/Cellar/yt-dlp/2025.3.31: 1,725 files, 19.3MB
==> Installing archivebox/archivebox/archivebox
==> echo
==> echo ❌ ArchiveBox is no longer distributed as a Homebrew formula.
==> echo    More info: https://github.com/ArchiveBox/homebrew-archivebox
==> echo
==> echo ⬇️ Install via pip (or pipx) instead:
==> echo     pipx install archivebox
==> echo     archivebox install
==> echo
==> echo
Error: An exception occurred within a child process:
  SystemExit: exit

ArchiveBox Version

@latest

How did you install the version of ArchiveBox you are using?

brew

What operating system are you running on?

macOS (including Docker on macOS)

What type of drive are you using to store your ArchiveBox data?

  • some of data/ is on a local SSD or NVMe drive
  • some of data/ is on a spinning hard drive or external USB drive
  • some of data/ is on a network mount (e.g. NFS/SMB/Ceph/GlusterFS/etc.)
  • some of data/ is on a FUSE mount (e.g. SSHFS/RClone/S3/B2/Google Drive/Dropbox/etc.)

Docker Compose Configuration


ArchiveBox Configuration


Originally created by @hoangquochung1110 on GitHub (Apr 8, 2025). Original GitHub issue: https://github.com/ArchiveBox/ArchiveBox/issues/1673 Originally assigned to: @pirate on GitHub. ### Provide a screenshot and describe the bug Fail to install the package via Homebrew. Can we update README to reflect this fact ? I'm willing to contribute. Thanks ### Steps to reproduce ```markdown 1. Install via Homebrew brew tap archivebox/archivebox brew install archivebox ``` ### Logs or errors ```shell 🍺 /opt/homebrew/Cellar/yt-dlp/2025.3.31: 1,725 files, 19.3MB ==> Installing archivebox/archivebox/archivebox ==> echo ==> echo ❌ ArchiveBox is no longer distributed as a Homebrew formula. ==> echo More info: https://github.com/ArchiveBox/homebrew-archivebox ==> echo ==> echo ⬇️ Install via pip (or pipx) instead: ==> echo pipx install archivebox ==> echo archivebox install ==> echo ==> echo Error: An exception occurred within a child process: SystemExit: exit ``` ### ArchiveBox Version ```shell @latest ``` ### How did you install the version of ArchiveBox you are using? brew ### What operating system are you running on? macOS (including Docker on macOS) ### What type of drive are you using to store your ArchiveBox data? - [ ] some of `data/` is on a local SSD or NVMe drive - [ ] some of `data/` is on a spinning hard drive or external USB drive - [ ] some of `data/` is on a network mount (e.g. NFS/SMB/Ceph/GlusterFS/etc.) - [ ] some of `data/` is on a FUSE mount (e.g. SSHFS/RClone/S3/B2/Google Drive/Dropbox/etc.) ### Docker Compose Configuration ```shell ``` ### ArchiveBox Configuration ```shell ```
Author
Owner

@halliwilljustin commented on GitHub (Jul 23, 2025):

Just discovered this as well. I'm assuming it's real and we should get the README info in the Package Manger section updated? If I have time later this week I'll submit a PR.

<!-- gh-comment-id:3106531143 --> @halliwilljustin commented on GitHub (Jul 23, 2025): Just discovered this as well. I'm assuming it's real and we should get the README info in the Package Manger section updated? If I have time later this week I'll submit a PR.
Author
Owner

@halliwilljustin commented on GitHub (Jul 31, 2025):

Submitted a few PRs on the ArchiveBox docs to remove references to brew install archivebox as an installation option for macOS platforms.

  • The automated setup script (bin/setup.sh) will need updated as well.

I'm not sure if the macOS flow if Docker isn't installed should follow the new simplified pip/pipx installation for macOS or if it should follow the bare metal installation combining brew for dependency installation + pip for archivebox.

@pirate if you have an opinion on the above / which flow the script should follow, I'm happy to open a PR in accordance

<!-- gh-comment-id:3138377389 --> @halliwilljustin commented on GitHub (Jul 31, 2025): Submitted [a few PRs](https://github.com/ArchiveBox/docs/pulls?q=is%3Apr+author%3Ahalliwilljustin+) on the ArchiveBox docs to remove references to `brew install archivebox` as an installation option for macOS platforms. - [ ] The automated setup script (bin/setup.sh) will need updated as well. I'm not sure if the macOS flow if Docker isn't installed should follow the new simplified `pip`/`pipx` installation for macOS or if it should follow the bare metal installation combining `brew` for dependency installation + `pip` for archivebox. @pirate if you have an opinion on the above / which flow the script should follow, I'm happy to open a PR in accordance
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ArchiveBox#2512
No description provided.