New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@reforged/maker-appimage

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reforged/maker-appimage

An AppImage maker implementation for the Electron Forge.

latest
Source
npmnpm
Version
5.2.0
Version published
Weekly downloads
13K
-6.33%
Maintainers
1
Weekly downloads
 
Created
Source

@reforged/maker-appimage

A simple, asynchronous AppImage maker for the Electron Forge. Basically reimplementation of appimagetool in TypeScript, but using system-wide mksquashfs and written natively for the Forge API. It also has some potential to support packaging AppImage-alternative formats as well (right now, custom runtimes are supported only). A part of the Reforged project.

Usage:

Please refer to Electron Forge documentation if you don't know about general Electron Forge configuration.

Configuration options for this maker are documented in MakerAppImageConfig.

{
  name: "@reforged/maker-appimage"
  config: {
    options: {
      categories: ["Network"],
      icon: "path/to/icon.svg"
    }
  }
}

Keywords

electron

FAQs

Package last updated on 30 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts