Archives allows you to archive any website, including its assets, into a self-contained hybrid HTML/ZIP. These HTML files can be viewed in any browser (or in-app), be shared or be extracted like a regular ZIP file. Archives can additionally view WARC, WACZ, HAR and SWF files.
The goal is to become a toolbox full of offline archival tools without depending on a huge number of external dependencies. Countless of these tools have been targeting the web as a platform, especially with the introduction of wasm and web extensions, making bundling them and running them in a stable and secure environment easy.
The app is still in an early stage, there are more tools and settings planned but if you have something in mind, please let me know! Personally, I've been mirroring websites to TOR for ages and this tool started as a personal way to make it easier.
- Install and open GNOME Builder
- Select "Clone Repository…"
- Clone
https://gitlab.gnome.org/GeopJr/Archives.git
- Run the project with the ▶ button at the top, or by pressing Ctrl+Shift+Space
- Run
$ make update_bundle
to fetch the vendored files - Run
$ make
to build Archives - Run
$ make install
to install Archives
- You need to fetch the vendored files manually, take a look at the flatpak config for the expected locations and links to the files
- Run
$ make offline=1 update_bundle
to process the vendored files - Run
$ make
to build Archives - Run
$ make install
to install Archives
NOTE: Running or packaging Archives for use outside of sandboxed environments is discouraged.
- SingleFile for website archiving
- ReplayWeb.page for viewing WARC, WACZ and HAR files
- Ruffle for viewing SWF files
Archives wouldn't exist without these powerful tools, check them out!
- Read the Code of Conduct
- Fork it ( https://gitlab.gnome.org/GeopJr/Archives/-/forks/new )
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create a new Pull Request