ArchiveBox icon
ArchiveBox icon

ArchiveBox

 70 likes

Because modern websites are complicated and often rely on dynamic content, ArchiveBox archives the sites in several different formats beyond what public archiving services like Archive.org and Archive.is are capable of saving.

ArchiveBox screenshot 1

License model

  • FreeOpen Source

Platforms

  • Mac
  • Windows
  • Linux
  • Self-Hosted
  • Docker
4 / 5 Avg rating (7)
70 likes
3comments
0 news articles

Features

Suggest and vote on features

Properties

  1.  Privacy focused

Features

  1.  Network Tools
  2.  Website screenshots

 Tags

ArchiveBox News & Activities

Highlights All activities

Recent News

No news, maybe you know any news worth sharing?
Share a News Tip

Recent activities

Show all activities

ArchiveBox information

  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Rating

    Average rating of 4
  • Alternatives

    58 alternatives listed
  • Supported Languages

    • English

AlternativeTo Categories

Web BrowsersNetwork & AdminEducation & ReferenceNews & Books

GitHub repository

  •  23,489 Stars
  •  1,243 Forks
  •  216 Open Issues
  •   Updated Mar 20, 2025 
View on GitHub

Our users have written 3 comments and reviews about ArchiveBox, and it has gotten 70 likes

ArchiveBox was added to AlternativeTo by adri66 on Jan 14, 2019 and this page was last updated Oct 22, 2020.

Comments and Reviews

   
 Post comment/review
Francewhoa
  
Top positive commentMay 17, 2020

Strength: • Free • Fast • No censorship • Software code is community owned. ArchiveBox (AB) is better than both Archive Today (AT) and Wayback Machine (WB). Why better? Because AB software as stronger security & stronger privacy. Why? Because AB code is open source. This means that it is available for both public review & contributions. Compare to AT and WB which have weaker security & weaker privacy. As they are not open source. • Attractive MIT license https://github.com/pirate/ArchiveBox/blob/master/LICENSE

Challenge: • The downside with ArchiveBox is that you need to either install it on your own server or hire somehow to do so.

Note: • See screenshots at https://github.com/pirate/ArchiveBox#screenshots • Code repository at https://github.com/pirate/ArchiveBox

3
Dylan Hooton
  
Top negative commentOct 4, 2023

This site is too hard to use and doesn't let me archive sites.

2
Abhishek kumar
  
ReviewAug 15, 2020

Works fine on Manjaro Linux distro yet lacks a lot of useful features and is under development now.

[Edited by abhi884, August 15]

1

What is ArchiveBox?

Because modern websites are complicated and often rely on dynamic content, ArchiveBox archives the sites in several different formats beyond what public archiving services like Archive.org and Archive.is are capable of saving.

ArchiveBox imports a list of URLs from stdin, remote url, or file, then adds the pages to a local archive folder using wget to create a browsable html clone, youtube-dl to extract media, and a full instance of Chrome headless for PDF, Screenshot, and DOM dumps, and more...

Using multiple methods and the market-dominant browser to execute JS ensures we can save even the most complex, finicky websites in at least a few high-quality, long-term data formats.

Can import links from:

  • Pocket, Pinboard, Instapaper
  • RSS, XML, JSON, or plain text lists
  • Browser history or bookmarks (Chrome, Firefox, Safari, IE, Opera, and more)
  • Shaarli, Delicious, Reddit Saved Posts, Wallabag, Unmark.it, and any other text with links in it!

Can save these things for each site:

  • favicon.ico favicon of the site
  • example.com/page-name.html wget clone of the site, with .html appended if not present
  • output.pdf Printed PDF of site using headless chrome
  • screenshot.png 1440x900 screenshot of site using headless chrome
  • output.html DOM Dump of the HTML after rendering using headless chrome
  • archive.org.txt A link to the saved site on archive.org
  • warc/ for the html + gzipped warc file <timestamp>.gz
  • media/ any mp4, mp3, subtitles, and metadata found using youtube-dl
  • git/ clone of any repository for github, bitbucket, or gitlab links
  • index.html & index.json HTML and JSON index files containing metadata and details

The archiving is additive, so you can schedule ./archive to run regularly and pull new links into the index. All the saved content is static and indexed with JSON files, so it lives forever & is easily parseable, it requires no always-running backend.

Official Links