# asar - Electron Archive
[](https://circleci.com/gh/electron/asar/tree/main)
[](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
This module requires Node 10 or later.
```bash
$ npm install --engine-strict asar
```
### Usage
```bash
$ asar --help
Usage: asar [options] [command]
Commands:
pack|p