This repository publishes public release assets for the closed-source officecli binary.
brew tap officecli/officecli
brew install officecliTo update later:
brew upgrade officeclicurl -fsSL https://raw.githubusercontent.com/officecli/officecli-dist/main/scripts/install-officecli.sh | DIST_REPO=officecli/officecli-dist bashBy default, the installer downloads and installs the current stable release from this repository.
Re-running the same installer command refreshes the local binary to the current stable release.
If your shell still reports officecli: command not found, first try:
export PATH="$HOME/.local/bin:$PATH"
officecli --versionIf that works, add ~/.local/bin to your shell startup file so future shells can find the command.
Download the current stable archives and checksums.txt from the latest release page of this repository.
- This repository contains binaries, checksums, and install helpers only.
- It does not contain
officeclisource code.