Electrobun Config

Document configuration options for the electrobun.config.ts file.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive reference for configuring the electrobun.config.ts file, enabling precise control over application identity, build processes, platform-specific settings, and release management.

Core Features & Use Cases

  • Field Reference: Detailed explanations for every option within electrobun.config.ts.
  • Configuration Guidance: Understand defaults, required fields, and platform-specific behaviors.
  • Use Case: When setting up a new electrobun project, use this Skill to understand the app.identifier requirement and how to configure macOS-specific signing and notarization.

Quick Start

Consult this Skill for details on configuring the build.views section of your electrobun.config.ts file.

Frequently Asked Questions about Electrobun Config

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

FAQPage Schema
How do I configure the app identifier in electrobun.config.ts?

Configuring the app identifier in electrobun.config.ts requires setting the app.identifier field, which establishes your cross-platform desktop application's identity and is a mandatory requirement for the build process.

What settings are needed for macOS code signing and notarization in an electrobun build?

macOS code signing and notarization in an electrobun build require configuring platform-specific settings within electrobun.config.ts to manage distribution requirements and handle release management for desktop applications.

How do I set up build views for an electrobun application?

To set up build views for an electrobun application, you need to configure the build.views section in your electrobun.config.ts file, which defines how your web views are structured and bundled during the build process.

What are the default configuration options for an electrobun.config.ts file?

Default configuration options for an electrobun.config.ts file provide baseline settings for app identity, build processes, and platform-specific behaviors, which developers can override to customize cross-platform desktop applications.

Does electrobun support cross-platform desktop app development with TypeScript configuration?

Yes, electrobun supports cross-platform desktop app development using a TypeScript configuration file, allowing you to define build processes, application identity, and platform-specific release management via electrobun.config.ts.