Copy
$ curl -fsSL https://archive.1990web.org/install.sh | sh
$ npm install -g @1990archive/cli
Run the installer in your terminal
Authenticate with your researcher key (or register free)
Run archive sync --local to begin downloading cached snapshots
Copy
C:\ .\1990Archive-Setup-x64.exe
$ hdiutil attach 1990Archive-2.4.1.dmg
$ cp -R /Volumes/1990Archive /Applications/
Run the installer or mount the disk image
Follow the wizard to select your cache directory
Launch from your applications menu or Start menu
Copy
$ docker pull ghcr.io/1990webarchive/client:latest
$ docker run -d --name archive-client -v ~/archive:/data -p 8080:8080 ghcr.io/1990webarchive/client:latest
Pull the official image from GitHub Container Registry
Map a local volume for snapshot storage
Access the local UI at http://localhost:8080