Launch Week Day 1: Socket for Jira Is Now Available.Learn More
Socket
Book a DemoSign in
Socket

buntralino-cli

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

buntralino-cli

Buntralino unites Bun and Neutralino.js to make a simpler, lighter alternative to Electron and NW.js. Use Neutralino.js API at client and send harder tasks to Bun while keeping your development process easy.

latest
Source
npmnpm
Version
1.2.0
Version published
Weekly downloads
17
-69.09%
Maintainers
1
Weekly downloads
 
Created
Source

Buntralino logo

Buntralino CLI tools

Buntralino unites Bun and Neutralino.js to make a simpler, lighter alternative to Electron and NW.js. Use Neutralino.js API at client and send harder tasks to Bun while keeping your development process easy.

Buntralino is a hybrid app development framework that lets you use web technologies (HTML, CSS, JavaScript, TypeScript) to make desktop apps. Buntralino applications work by creating a Bun application that launches and manages Neutralino.js windows. Neutralino.js windows can exchange information with Bun and each other in a client-server model through websockets, with you using a nice promise-based API. Bun is a faster alternative to Node.js or Deno, while Neutralino.js uses native OS' browser and augments it with native functions.

See the documentation for Buntralino here.

Installation

bun install --global buntralino-cli

Usage

buntralino <command>

Commands:
  buntralino create [name]      Creates an empty Buntralino project
  buntralino add                Adds Buntralino to the existing Neutralino.js pr
                                oject
  buntralino run [indexPath]    Runs the Buntralino project.    [aliases: start]
  buntralino build [indexPath]  Builds the project for distribution

Options:
  --version  Show version number                                       [boolean]
  --help     Show help                                                 [boolean]

Development

git clone https://github.com/buntralino/buntralino-cli.git
cd ./buntralino-cli
bun install
# And you're ready to code!

Keywords

buntralino

FAQs

Package last updated on 09 Feb 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