Electrobun Release

Manage Electrobun app distribution, update generation, and release channels for stable, canary, and dev builds.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the complex process of distributing applications, managing auto-updates, and ensuring smooth deployment across different platforms and release channels.

Core Features & Use Cases

  • Automated Updates: Manages the entire lifecycle of app updates, including patch generation and full downloads.
  • Release Channel Management: Supports distinct release channels (stable, canary, dev) for phased rollouts.
  • Artifact Management: Defines clear naming conventions and formats for update manifests, app tarballs, and patch files.
  • Use Case: A developer can use this Skill to configure their application to automatically check for and apply updates, ensuring users always have the latest stable version or can opt into a canary build.

Quick Start

Use the Electrobun Release skill to configure the release baseUrl for stable updates.

Frequently Asked Questions about Electrobun Release

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

FAQPage Schema
How do I configure automated app updates for Electrobun applications?

To configure automated app updates for Electrobun, you set a release baseUrl for stable updates, generate update manifests, and create bsdiff patches for seamless deployment across static hosting services.

What is the best way to manage release channels for canary and development builds?

Managing release channels for canary and development builds involves configuring distinct distribution tracks, allowing developers to phase rollouts and push targeted updates to specific user segments before promoting them to stable.

How does bsdiff patch creation work for app distribution?

bsdiff patch creation for app distribution works by generating differential update files that only contain the binary differences between app versions, minimizing download sizes for automated updates over static hosting.

Can I use static hosting services for Electrobun release artifact management?

Yes, you can use static hosting services for Electrobun release artifact management by uploading app tarballs, update manifests, and patch files using defined naming conventions to facilitate seamless deployment.

What naming conventions are required for Electrobun update manifests and tarballs?

Electrobun update manifests and tarballs require clear artifact naming conventions and formats to ensure the auto-update mechanism correctly identifies version changes and downloads the appropriate patch or full app files.