# asar - Electron Archive
[](https://circleci.com/gh/electron/asar/tree/master)
[](https://ci.appveyor.com/project/electron-bot/asar)
[](https://david-dm.org/electron/asar)
[](https://npmjs.org/package/asar)
Asar is a simple extensive archive format, it works like `tar` that concatenates
all files together without compression, while having random access support.
## Features
* Support random access
* Use JSON to store files' information
* Very easy to write a parser
## Command line utility
### Install
```bash
$ npm install asar
```
### Usage
```bash
$ asar --help
Usage: asar [options] [command]
Commands:
pack|p