# asar
**Repository Path**: mirrors_Dexus/asar
## Basic Information
- **Project Name**: asar
- **Description**: Simple extensive tar-like archive format with indexing
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-09-24
- **Last Updated**: 2026-07-18
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# asar - Electron Archive
[](https://travis-ci.org/electron/asar)
[](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