Electrobun Release
Installation
SKILL.md
Electrobun Release
Publishing an Electrobun app means hosting a static set of artifacts and pointing the app's baseUrl at them. The Updater polls update.json, downloads the tarball or a binary patch, and replaces the running app.
Release Channels
| Channel | Built with | Updates | Codesign |
|---|---|---|---|
stable |
--env=stable |
Yes | Required |
canary |
--env=canary |
Yes | Required |
dev |
electrobun dev |
Disabled | Skipped |
Each channel is independent: a user can have MyApp (stable) and MyApp-canary (canary) installed side-by-side. App data lives in separate directories per channel:
- macOS:
~/Library/Application Support/{identifier}/{channel}/ - Windows:
%LOCALAPPDATA%/{identifier}/{channel}/ - Linux:
~/.local/share/{identifier}/{channel}/