bmor is a command-line tool that collects and reports AI coding assistant usage metrics. It tracks how your team uses AI tools, giving you visibility into adoption and productivity across your organization.
The quickest way to install. Downloads the latest release, verifies the checksum, and installs the binary to ~/.local/bin (or /usr/local/bin as a fallback).
curl -fsSL https://raw.githubusercontent.com/branchmore/cli/master/install.sh | shIf ~/.local/bin is not on your PATH, add this to your shell profile (~/.bashrc, ~/.zshrc, etc.):
export PATH="$HOME/.local/bin:$PATH"Installing via brew install:
brew tap Branchmore/homebrew-tap
brew install bmorInstalling via Brewfile:
Note: bmor is a Homebrew Cask.
If you use a Brewfile, add it as:
cask "bmor"rather than brew "bmor".
If MacOS shows a popup with that title and text like Apple could not verify "bmor" is free of malware that may harm your Mac or compromise your privacy", you can follow these instructions on Apple's Mac User Guide:
-
On your Mac, choose Apple menu > System Settings, then click Privacy & Security in the sidebar. (You may need to scroll down.)
-
Go to Security, then click Open.
-
Click Open Anyway.
3.1. This button is available for about an hour after you try to open the app.
-
Enter your login password, then click OK.
This warning is expected, because Branchmore is early in our software development lifecycle. We plan to invest more in our Apple Developer processes as our software matures.
Requires Node.js 14 or later. Installs the correct platform binary automatically.
npm install -g @branchmore/cli@rcAfter installation, initialize bmor to generate default settings, setup hooks, authenticate etc.
bmor init- macOS or Linux (x64 or arm64), Windows x64
- Node.js ≥ 14 (npm install method only)