Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/CGamesPlay/chronicler
Offline-first web browser
https://github.com/CGamesPlay/chronicler
browser electron warc
Last synced: 5 days ago
JSON representation
Offline-first web browser
- Host: GitHub
- URL: https://github.com/CGamesPlay/chronicler
- Owner: CGamesPlay
- License: mit
- Created: 2018-12-27T04:01:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-14T22:45:19.000Z (almost 6 years ago)
- Last Synced: 2024-08-02T18:43:42.463Z (3 months ago)
- Topics: browser, electron, warc
- Language: JavaScript
- Size: 243 KB
- Stars: 83
- Watchers: 6
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Chronicler
Chronicler is an offline-first web browser. Chronicler works as your own personal:- Web archiver, snapshotting pages exactly as you remember them.
- Search engine, providing full-text search of all pages you visit.
- Web crawler, automatically downloading entire sites to be browsed later.**📺 Click to watch a brief video showing Chronicler's features:**
[![Introduction to Chronicler video](https://img.youtube.com/vi/MxEqFmjsZFw/maxresdefault.jpg)](https://youtu.be/MxEqFmjsZFw)
## Getting Started
**macOS:** You can download the latest version from the [releases page](https://github.com/CGamesPlay/chronicler/releases).**Other platforms:** Currently binary releases are published and tested for macOS only. If you are interested in testing another platform, please get in touch!
### ⚠️ Early development warning
Chronicler is functional but very early in development. Many features you might expect from a web browser have not yet been implemented. Your feedback is welcomed! Some features that have not yet been implemented include:
- Keyboard shortcuts for everything (back/forward, open location, new tab).
- Find in page.
- Importing and exporting WARC files for interoperability.
- Collections of pages, to restrict searching and manage disk space.### Contributing
Thanks for your interest in contributing! 🙌 There are many ways to contribute to Chronicler. Get started [here](CONTRIBUTING.md).
## Credits
Chronicle is provided under the MIT license and is built using open source software. The `package.json` file lists the software that was used to build Chronicle.
### Inspiration and alternatives
If you like the idea of Chronicler, you might also be interested in:
- [wget](https://www.gnu.org/software/wget/) can [mirror websites](https://www.petekeen.net/archiving-websites-with-wget) with some configuration.
- [Webrecorder](https://webrecorder.io) provides a cloud-based solution to web archiving, and a separate offline viewer program.