๐Ÿ•ธ๏ธ
Stable

RetroCrawler CLI

v2.8.0

Command-line tool for deep-crawling historical web URLs with customizable depth, rate limiting, and offline storage in WARC format.

CLI WarC Crawling
๐ŸŒ
New

NetscapeLens Extension

v1.4.2

Browser extension that renders any modern webpage as it would have appeared in Netscape Navigator 3.0 โ€” authentic fonts, colors, and layout quirks.

Extension Chrome Firefox
๐Ÿ“Š
Stable

Archive Analytics

v1.9.5

Desktop app for visualizing web evolution trends, technology adoption curves, and design pattern changes from 1990 to 2000.

Desktop Analytics Charts
๐Ÿ–ผ๏ธ
Beta

GIF Animator Studio

v0.8.1-beta

Create authentic 90s-style animated GIFs with the exact limitations and color palettes of the era. Export in indexed color with dithering.

Graphics GIF Beta
๐Ÿ”
Stable

URL Time Machine

v2.1.3

Enter any URL and instantly see all archived snapshots from our database. Compare versions side by side with diff highlighting.

Desktop Time Travel Diff
๐Ÿ—ƒ๏ธ
Legacy

Geocities Explorer

v1.0.7

Browse 180,000+ recovered Geocities pages with original theming, guestbooks, and webrings fully functional. Includes search by neighborhood.

Geocities Browser Legacy
File Name Version Size Released SHA-256
๐Ÿ•ท๏ธ ArchiverDesktop-Setup.exe exe 3.2.1 248 MB 2025-01-15 a3f7b2...e91d4c Download
๐Ÿ•ธ๏ธ RetroCrawler-Windows.zip zip 2.8.0 12 MB 2025-01-10 c8d1e5...f42a9b Download
๐Ÿ“Š ArchiveAnalytics-Setup.exe exe 1.9.5 67 MB 2024-12-20 d2e4f8...a73c1e Download
๐Ÿ” URLTimeMachine-Setup.exe exe 2.1.3 41 MB 2024-12-15 b5c9a2...d86f3a Download
๐Ÿ–ผ๏ธ GIFAnimatorStudio-Setup.exe exe 0.8.1 34 MB 2024-11-28 f1a6d3...c54b7e Download
๐Ÿ—ƒ๏ธ GeocitiesExplorer-Setup.exe exe 1.0.7 156 MB 2024-11-10 e7b2f9...a31d6c Download

โš™๏ธ System Requirements โ€” Archiver Desktop

Operating System Win 10+ / macOS 12+ / Ubuntu 20+
Processor Intel i5 / AMD Ryzen 5
Memory (RAM) 8 GB minimum
Disk Space 1 GB + archive storage
Display 1280ร—720 minimum
Internet Required for cloud features

โšก Quick Install

macOS โ€” Homebrew
# Add the 1990 archive tap
$ brew tap 1990-archive/tools
# Install the Archiver Desktop CLI
$ brew install retro-crawler
# Verify installation
$ retro-crawler --version
# Output: RetroCrawler v2.8.0
Linux โ€” APT
# Add the repository
$ curl -s https://archive.1990web.net/gpg.key | sudo apt-key add -
$ echo "deb https://archive.1990web.net/apt stable main" | sudo tee /etc/apt/sources.list.d/1990-archive.list
# Install
$ sudo apt update && sudo apt install retro-crawler
Windows โ€” Scoop
# Add the bucket
C:\> scoop bucket add 1990-archive https://github.com/1990-archive/scoop-bucket
# Install
C:\> scoop install retro-crawler
๐ŸŒ

Complete Early Web Collection

All archived pages from 1990โ€“1999, including HTML, GIFs, and metadata. Organized by decade and sub-era.

4.2M files
18.7 TB total
Request Access
๐Ÿ 

Geocities Recovery Dataset

180,000+ recovered Geocities personal homepages with full directory structure, guestbooks, and webrings.

182,491 sites
2.3 TB
Download
๐Ÿ“ฐ

Dot-Com Era Business Pages

Curated collection of 1995โ€“2000 business websites, including early e-commerce, portals, and startup landing pages.

345,000 pages
890 GB
Download
๐ŸŽฎ

90s Gaming Fan Sites

Fan pages, cheat databases, and community boards from the golden age of PC and console gaming websites.

52,800 pages
340 GB
Download
๐ŸŽต

MIDI Music Archives

Collection of MIDI files, music link pages, and audio archives from the early web's music scene.

128,000 files
450 GB
Download
๐Ÿ“ธ

Retro GIF Collection

340,000+ animated GIFs, buttons, banners, and under-construction icons from the early web era.

341,200 GIFs
180 GB
Download
Dataset Format Size Files Last Updated
๐Ÿ  Geocities Recovery WARC 2.3 TB 182,491 2025-01-12 Download
๐Ÿ“ฐ Dot-Com Business WARC 890 GB 345,000 2024-12-28 Download
๐ŸŽฎ Gaming Fan Sites WARC 340 GB 52,800 2024-12-15 Download
๐ŸŽต MIDI Music ZIP 450 GB 128,000 2024-11-20 Download
๐Ÿ“ธ Retro GIFs ZIP 180 GB 341,200 2024-11-05 Download
๐Ÿ“Š Web Evolution Stats CSV 230 MB 12 columns 2025-01-10 Download
๐Ÿ
Stable

Python SDK

v2.4.0

Full-featured Python client library for the 1990 Web Archive API. Async support, auto-pagination, and WARC parsing built in.

Python 3.8+ Async pip
๐ŸŸจ
Stable

JavaScript / Node.js SDK

v2.3.1

TypeScript-first SDK for browser and Node.js environments. Supports streaming archive downloads and real-time search.

TypeScript Node 16+ npm
๐Ÿฆ€
New

Rust SDK

v1.0.0

High-performance Rust client with zero-allocation parsing, tokio async runtime, and WARC file manipulation utilities.

Rust 1.70+ Tokio cargo
โ˜•
Stable

Java SDK

v2.1.2

Enterprise-ready Java library with connection pooling, automatic retries, and Spring Boot auto-configuration.

Java 11+ Maven Spring
๐Ÿ’Ž
Beta

Ruby Gem

v0.9.0-beta

Ruby gem for interacting with the 1990 Web Archive API. Rails-ready with ActiveRecord-compatible result sets.

Ruby 2.7+ Gem Rails
๐Ÿน
New

Go SDK

v1.1.0

Go client library with context support, efficient streaming, and concurrent archive retrieval. Perfect for microservices.

Go 1.20+ Context go get

โšก Quick Install โ€” SDKs

Python
$ pip install 1990-web-archive
# Usage
$ python -c "import archive; print(archive.search('geocities', era='1990s'))"
Node.js / npm
$ npm install @1990-archive/sdk
# Usage
$ node -e "const arc = require('@1990-archive/sdk'); console.log(arc.search('geocities'))"
Rust
$ cargo add 1990-web-archive
Go
$ go get github.com/1990-archive/go-sdk/v2

Release Notes

v3.2.1
Jan 15, 2025

๐Ÿ•ท๏ธ Archiver Desktop v3.2.1

  • FEAT Added native support for parsing table-based layouts from the 1990s
  • PERF 40% faster crawling with new parallel request engine
  • FIX Resolved issue where frameset pages were rendering incorrectly
  • BUG Fixed crash when encountering malformed META refresh tags
v2.8.0
Jan 10, 2025

๐Ÿ•ธ๏ธ RetroCrawler CLI v2.8.0

  • FEAT New --geoCities mode for optimized Geocities crawling
  • FEAT Added WARC 2.0 output format support
  • PERF Reduced memory usage by 60% during large crawls
  • FIX Fixed URL normalization for query strings with special characters
  • BUG Fixed race condition in the concurrent download pool
v1.4.2
Jan 3, 2025

๐ŸŒ NetscapeLens Extension v1.4.2

  • FEAT Added "Under Construction" page overlay toggle
  • FIX Corrected font rendering for Times New Roman in 72dpi
  • FIX Fixed issue with tiled background pattern scaling
v2.4.0
Dec 20, 2024

๐Ÿ Python SDK v2.4.0

  • FEAT Added async/await support for all API methods
  • FEAT New WarcParser utility for reading WARC files
  • PERF Switched to httpx for faster concurrent requests
  • FIX Properly handles pagination for large result sets
  • BUG Fixed date parsing for timestamps before 2000
v1.0.0
Dec 15, 2024

๐Ÿฆ€ Rust SDK v1.0.0

  • FEAT First stable release of the Rust SDK
  • FEAT Zero-allocation WARC file streaming parser
  • FEAT tokio-based async HTTP client with automatic retries
  • FEAT Full type safety with serde serialization
v3.2.0
Dec 1, 2024

๐Ÿ•ท๏ธ Archiver Desktop v3.2.0

  • FEAT New "Compare Modes" feature for side-by-side historical diffs
  • FEAT Added support for exporting archives to Memento Protocol
  • FIX Improved handling of broken image links from the 90s
  • BUG Fixed memory leak in the background crawl scheduler
"}n
2000

Dot-Com Crash Preservation

Rapidly archived thousands of failing startup websites, preserving a unique snapshot of the dot-com era before it vanished forever.

2005

10 Year Milestone

Reached 1 million archived pages. Launched the first public search interface and researcher API.

2025

4.2 Million Pages & Growing

Today we are the world's largest collection of early web content, serving researchers, historians, and nostalgia-seekers globally.

Trusted by Researchers Worldwide

Academics, journalists, and developers rely on our archive for their work.

"The 1990 Web Archive has been indispensable for my PhD research on the social dynamics of early internet communities. The Geocities collection alone saved me years of work."

DR
Dr. Rachel Morrison
MIT Media Lab

"As a web developer, seeing how sites were built in the 90s has completely transformed my design perspective. The pixel-perfect rendering is incredible."

MK
Marcus Kim
Senior UX Designer, Stripe

"I wrote a feature article on the rise and fall of dot-com startups. Without 1990 Web Archive, I would have had no visual evidence of those defunct companies."

SL
Sarah Liu
Tech Journalist, Wired

Choose Your Access Level

From casual browsing to full research access, we have a plan for everyone.

BROWSER
FREE
Explore the archive in your browser
  • Search up to 100 pages/day
  • Basic rendering view
  • Community support
  • Public datasets
Get Started
ENTERPRISE
Custom
For organizations and institutions
  • Everything in Researcher
  • Unlimited API access
  • Custom crawls
  • On-premise deployment
  • Dedicated support
Contact Sales

Ready to Explore the Early Web?

Join thousands of researchers, developers, and web historians preserving and exploring the internet's origins.

Start Archiving Today โ†’