-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
Roy Padina edited this page Jun 5, 2026
·
2 revisions
Requires macOS 12+ and Node 18+. The terminal menu runs on Node; the Homebrew cask installs Node as a dependency.
One cask installs both the menu-bar GUI app and the agent-cli-menu / acm commands:
brew install --cask roypadina/tap/agentclimenuThis:
- moves Agent CLI Menu.app into
/Applications, - links
agent-cli-menuand the short aliasacminto your Homebrewbin, - installs Node if you don't already have the Homebrew formula.
Agent CLI Menu is ad-hoc signed, not notarized, so macOS blocks the first launch. Either:
-
right-click Agent CLI Menu in
/Applications→ Open → Open again, or - clear the quarantine flag once:
xattr -dr com.apple.quarantine "/Applications/Agent CLI Menu.app"See FAQ → Is it safe? for why it's not notarized.
git clone https://github.com/roypadina/AgentCliMenu.git
cd AgentCliMenu
npm install
npm run build
npm link # puts agent-cli-menu + acm on your PATH
# optional: build the Mac GUI
bash gui/build-app.sh
open "gui/Agent CLI Menu.app"Then seed a starter config:
agent-cli-menu config --setupbrew upgrade --cask agentclimenubrew uninstall --cask agentclimenu # if installed via Homebrew
# or: npm unlink -g agentclimenu # if installed from source
rm -rf ~/.config/agentclimenu # forget config (optional)Agent CLI Menu · MIT © Roy Padina · Support on Ko-fi ☕