Skip to content

Buzz for Devin 0.4.25 alpha 5

Pre-release
Pre-release

Choose a tag to compare

@fenner888 fenner888 released this 28 Jul 11:22
55dce91

Source-only technical alpha for Apple Silicon macOS. No prebuilt binary is attached.

Install as a normal macOS app

Prerequisites: the official Devin CLI installed and authenticated, Xcode Command Line Tools, and approximately 15 GB of temporary free space.

git clone https://github.com/fenner888/BuzzforDevin.git
cd BuzzforDevin
git switch -c buzz-for-devin-preview buzz-for-devin-v0.4.25-alpha.5
./scripts/install-macos-source.sh

The installer builds the reviewed source locally, ad-hoc signs and verifies it, and installs ~/Applications/Buzz for Devin.app. Later launches open the installed app and do not rebuild or reinstall it. It does not require a paid Apple Developer account, bypass Gatekeeper, or inspect or modify Devin credentials.

Maintain the installation

./scripts/update-macos-source.sh <new-release-tag>
./scripts/repair-macos-source.sh
./scripts/uninstall-buzz-for-devin-macos.sh

Update and repair preserve a recoverable previous app bundle. Uninstall moves the app to Trash and leaves Buzz data, Keychain entries, and Devin credentials untouched.

Other platforms

Intel macOS, Linux, and Windows builders can use ./scripts/run-buzz-for-devin-source.sh as an experimental source preview. Live acceptance on those platforms remains pending.

Scope

This release provides the native local Devin ACP runtime. It does not claim model switching, Fusion, fan-out, Outposts, cloud handoff, or cloud Devin parity. Permission requests remain explicit.