v1.14.4

blackboardsh/electrobunv1.14.4Feb 23, 2026by github-actions[bot]

AI Summary

Routine release providing updated artifact references for Electrobun CLI, core binaries, and optional CEF binaries. No specific changelog or code changes documented in this release.

Key Highlights

  • Artifact reference update for electrobun-cli-[platform]-[arch].tar.gz
  • Artifact reference update for electrobun-core-[platform]-[arch].tar.gz
  • Artifact reference update for electrobun-cef-[platform]-[arch].tar.gz (optional)
  • CLI automatically downloads artifacts when building apps

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://blackboard.sh/electrobun/docs/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)