Electrobun Build

Automates cross-platform application builds, signing, and installer generation via electrobun build command.

366|65|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/milady-ai/milady --skill electrobun-build
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Electrobun Build
Source: https://github.com/milady-ai/milady/tree/main/.claude/plugins/electrobun-dev/skills/electrobun-build
Command: npx skills add https://github.com/milady-ai/milady --skill electrobun-build

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the complex process of building, signing, and packaging applications for distribution across multiple platforms, ensuring a smooth release cycle.

Core Features & Use Cases

  • Cross-Platform Builds: Generates installers and update artifacts for macOS, Windows, and Linux.
  • Code Signing & Notarization: Automates the critical steps of signing applications for macOS and Windows.
  • Environment Management: Supports distinct build configurations for development, canary, and stable releases.
  • Use Case: A developer needs to prepare their Electron app for a stable release. They can use this Skill to build signed .dmg and .exe installers, along with update packages, ready for deployment.

Quick Start

Use the Electrobun Build skill to create a stable release build for the current platform.

Frequently Asked Questions about Electrobun Build

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate building distributable application bundles for macOS, Windows, and Linux?

You can automate cross-platform application builds by running the `electrobun build` command, which generates platform-specific installers and update artifacts for macOS, Windows, and Linux. It manages prerequisites and artifact generation for reproducible builds.

Can I automate code signing and notarization for my application release?

Yes, code signing and notarization are automated directly within the build process. The Skill handles signing applications for macOS and Windows environments, satisfying secure distribution requirements without manual intervention.

Does the build process support separate configurations for development, canary, and stable releases?

The build process supports distinct environment management for development, canary, and stable releases. This allows you to configure and generate specific build artifacts tailored to each stage of your release cycle.

How do I integrate cross-platform application packaging into my CI/CD pipeline?

You can integrate cross-platform packaging into CI/CD pipelines by leveraging the `electrobun build` command for reproducible builds. It automates platform-specific prerequisites and artifact generation to streamline automated distribution workflows.

What is needed to generate signed dmg and exe installers for a stable release?

To generate signed `.dmg` and `.exe` installers, you need to execute a stable release build. The Skill automates the code signing and notarization prerequisites required for secure deployment across macOS and Windows.