CodeNotifier is an OpenCode plugin and companion binary that surfaces permission requests as native desktop toasts, allowing you to approve or deny actions (like shell, file, read, and task permissions) without leaving your editor.
- Build binary: Run
./build.shto produce theopencode-toastbinary. - Install plugin: Copy
plugin.tsinto your OpenCode plugins directory (for example~/.config/opencode/plugins/toast.ts). - Configure path: Ensure the binary is on your
PATHor setCODENOTIFIER_BINto its full path.
- Runtime: Bun (for the plugin host).
- OS: macOS with notification support.