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

application-launcher

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

application-launcher

Easily install and launch electron applications from npm compatible locations.

latest
Source
npmnpm
Version
1.36.0
Version published
Weekly downloads
7
40%
Maintainers
1
Weekly downloads
 
Created
Source

Application Launcher

Easily install and launch electron applications from npm locations.

  • Grab a file from downloads directory
  • Locate its resource/configuration.json
  • Set application to anything on NPM.
  • Execute the main .exe

The main exe will install the npm module and launch the index.html within.

Overview

Just edit the configuration.json to specify the name of the npm application you want to launch, and run build.sh to rebuild the downloads directory.

Internals

This is the GUI shell for the tiny application-installer which is a small abstraction over npm it self. application-installer will install the package specified in configuration.json and open its index.html triggering main.js/renderer.js of the application defined in configuration.json.

Example


// configuration.json
{
  "application": "app-store"
}


this configuration.json will install and launch https://www.npmjs.com/package/app-store available on https://github.com/fantasyui-com/app-store

Keywords

electron

FAQs

Package last updated on 09 Aug 2025

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