Download
# Mac app
open https://verbum-ai.vercel.app/download/mac
# if macOS blocks Verbum after you move it to Applications
xattr -dr com.apple.quarantine /Applications/Verbum.app
open /Applications/Verbum.app
# Framework package
npm install verbum-ai
Install
git clone https://github.com/Bbasche/verbum-ai.git
cd verbum
npm install
npm run dev --workspace @verbum/mac
What You Get
- The `verbum` TypeScript package with Router and built-in actors.
- A native Mac app that watches Claude Code, Codex, and local terminal sessions.
- A master conversation model with optional spawned side conversations.
- Setup docs, demo docs, CI, and release scaffolding.
Mac App Setup
# optional local config
cp verbum.app.config.example.json verbum.app.config.json
# run the app
npm run dev --workspace @verbum/mac
# the app can:
# - watch ~/.claude/tasks
# - prompt claude
# - run codex exec --json
# - run tracked terminal commands
Notes
Use the package to build with Verbum and the Mac app to run it as a desktop companion for Claude Code, Codex, terminals, and custom sources.
The current DMG is usable for testers, but the frictionless install path is still waiting on Apple signing keys for full signing and notarization.