https://github.com/mpds-io/archivarius
Browse 7z archives online in the web-browsers
https://github.com/mpds-io/archivarius
7z 7z-archives 7zip 7zip-utility archive javascript online-service unarchive
Last synced: about 1 month ago
JSON representation
Browse 7z archives online in the web-browsers
- Host: GitHub
- URL: https://github.com/mpds-io/archivarius
- Owner: mpds-io
- License: mit
- Created: 2021-03-20T09:47:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2026-02-21T14:59:57.000Z (3 months ago)
- Last Synced: 2026-02-21T20:53:33.101Z (3 months ago)
- Topics: 7z, 7z-archives, 7zip, 7zip-utility, archive, javascript, online-service, unarchive
- Language: JavaScript
- Homepage: https://unzip.mpds.io/
- Size: 889 KB
- Stars: 15
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Archivarius
A tool to browse 7zip archives online in the web-browsers.
Mainly used to serve scientific content (simulation logs) from the static archives on [MPDS platform](https://mpds.io).
## Getting Started
You'll need [Node.js](https://nodejs.org) and [NPM](http://npmjs.com) to run it locally. Please make sure you have it on your machine.
### Installing
A step by step series of examples that tell you how to get a development env running:
- Clone the repo to your machine.
- Run `npm install` in terminal in the folder with the app.
- Run `npm run start` to run the app locally.
## Deployment
- Run `npm run build` to create an app that you can host. It will create a final `index.html` in the root folder of the app.
## Built With
- Vanilla JavaScript.
- [Archive library for browsers](https://github.com/nika-begiashvili/libarchivejs).
## Authors
- [**Evgeny Blokhin**](https://github.com/blokhin)
- [**Matvii Hodovaniuk**](https://github.com/hodovani)
## License
This project is licensed under the [MIT](LICENSE.md), see the [LICENSE.md](LICENSE.md) file for details