Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mykeels/asar-binaries

A tool for compiling Electron's asar into native executables
https://github.com/mykeels/asar-binaries

asar binaries compile electron executables pkg zeit

Last synced: about 2 months ago
JSON representation

A tool for compiling Electron's asar into native executables

Awesome Lists containing this project

README

        

# Asar Binaries

A tool for compiling [asar](https://github.com/electron/asar) into a native executable.

See [/bin](./bin) for available executables.

## Usage (Build)

- Clone this Repository.
- Run `npm i` to install dependencies.
- Run `npm build` to transpile `asar` and compile it for Linux, Mac OS and Windows.
- Run any of the executables in the appropriate environment to use.