Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork42
Webrecorder Player for Desktop (OSX/Windows/Linux). (Built with Electron + Webrecorder)
License
webrecorder/webrecorder-player
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
NOTE: Webrecorder Player has been superceded byReplayWeb.page.
Users of Webrecorder Player are encouraged to switch tothe latest ReplayWeb.page App.
Webrecorder Player is a desktop application for viewing high-fidelity web archives on your local machine, no internet connection required. Webrecorder Player is available for download for OSX, Windows and Linux (experimental).
Download the latest version for your platform. On OSX, you can move the extracted Webrecorder Player app into your Applications directory.
Start the application. (Note: At this time, Webrecorder Player is not yet signed through official app store, so you may have to accept launching unsigned apps).
ClickLoad Web Archive to select a web archive file and start browsing.
A web archive is a record of web resources. It may include HTML and images, scripts, stylesheets, as well as video, audio and other elements that web pages and web apps are made of, all in one file.
Webrecorder Player currently supports browsing web archives in the following formats:
- WARC format(.warc, warc.gz) — the most commonly used one
- HAR format(.har)
- ARC format(.arc, .arg.gz)
You can use free servicehttps://webrecorder.io to create, view, share and save your web archives online.
To view your web archives offline, you can download them fromhttps://webrecorder.io and use this app to browse your archives.
Most of the code for Webrecorder, both backend and frontend is found in our mainwebrecorder/webrecorder repository.
This repository includes the Electron wrapper and includeswebrecorder/webrecorder as a submodule.Building locally requires Node and Python.
Clone this repository with submodules:
$ git clone --recurse-submodules https://github.com/webrecorder/webrecorderplayer-electronor for older versions of git:
$ git clone https://github.com/webrecorder/webrecorderplayer-electron.git $ git submodule update --init --recursiveSwitch to the directory and install node modules (
yarnornpmshould work):$ cd webrecorderplayer-electron; yarn installBuild the Webrecorder python binary by running the build script. This requires Python 3.5+:
$ bash ./build-wr.shAlternatively, you can manually download the latest python binary, placing it into
python-binaries/webrecorder_player. You can obtain pre-built python binaries here:(Optional) if you want to enable Flash you have to copy a flash plugin into
./plugins.Follow theseinstructions to find a local copy of PepperFlashPlugin in Chrome/Chromium
Build the electron and webrecorder packages:
$ yarn run buildTo start in Dev mode run:
$ yarn run start-devA final packaged binary version of Webrecorder Player can be created for your environment (Linux, OSX, Windows) and placed in
./distby running:$ yarn run dist
Webrecorder Player is a project ofRhizome
For issues with the project, you can open an issue or contact us atsupport@webrecorder.io
Webrecorder is Licensed under the Apache 2.0 License. SeeNOTICE andLICENSE for details.
About
Webrecorder Player for Desktop (OSX/Windows/Linux). (Built with Electron + Webrecorder)
Topics
Resources
License
Code of conduct
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.