v1.18.1
lewish/asciiflowv1.18.1May 4, 2026by github-actions[bot]
AI Summary
Provides installation details and artifact references for the Electrobun CLI, including automatic artifact downloading for Core and CEF binaries.
Key Highlights
- CLI automatically downloads required artifacts during build.
- Includes CLI tools, Core binaries, and optional CEF binaries.
- No manual artifact download required by users.
New Features
- Automatic artifact downloading
- CLI, Core, and CEF binary support
Full Release Notes
## Getting Started To build apps with Electrobun, add it as a dependency in your package.json: ```bash bun add electrobun ``` The Electrobun CLI will automatically download these artifacts when you build your app. You don't need to download them directly. See the [documentation](https://docs.electrobunny.ai/electrobun/guides/quick-start/) for more information. --- **Artifact Reference** (downloaded automatically by the CLI): - `electrobun-cli-[platform]-[arch].tar.gz` - CLI tools - `electrobun-core-[platform]-[arch].tar.gz` - Core binaries - `electrobun-cef-[platform]-[arch].tar.gz` - CEF binaries (optional)