v1.18.1
twentyhq/twentyv1.18.1May 4, 2026by github-actions[bot]
AI Summary
v1.18.1 introduces Electrobun, a bundler tool for the Bun runtime, allowing users to add it as a dependency and build applications with automatic artifact downloads.
Key Highlights
- Introduction of Electrobun as a bundler for the Bun runtime.
- Automatic artifact download by the Electrobun CLI.
- Support for CLI tools, Core binaries, and optional CEF binaries.
New Features
- Electrobun bundler integration.
- Automatic artifact downloading (CLI, Core, CEF).
- Bun runtime support for application building.
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)