v1.12.1

blackboardsh/electrobunv1.12.1Feb 8, 2026by github-actions[bot]

AI Summary

A maintenance release providing updated setup documentation and artifact reference information for the Electrobun CLI.

Key Highlights

  • Updated Getting Started documentation
  • Documented automatic artifact download process
  • Updated CLI, Core, and CEF binary artifact references
  • Documentation link updated to blackboard.sh

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)