logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install iOfficeAI/OfficeCLI. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

iOfficeAI/OfficeCLI Installation Guide

How to install iOfficeAI/OfficeCLI. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for iOfficeAI/OfficeCLI. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i iOfficeAI/OfficeCLI
or

Install via npx

npx @hexmos/ipm i iOfficeAI/OfficeCLI

Prerequisites

curl

cli-tool

bash

shell

PowerShell

shell

Version: >= 7.0

Homebrew

package-manager

Version: >= 3.0

npm

package-manager

Version: >= 7.0

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

One-line install (macOS / Linux)

curl -fsSL https://raw.githubusercontent.com/iOfficeAI/OfficeCLI/main/install.sh | bash

One-line install (Windows PowerShell)

irm https://raw.githubusercontent.com/iOfficeAI/OfficeCLI/main/install.ps1 | iex

Homebrew (macOS / Linux)

brew install officecli

npm (All platforms)

npm install -g @officecli/officecli

Manual download from GitHub Releases (macOS)

curl -L https://github.com/iOfficeAI/OfficeCLI/releases/download/v1.0.129/officecli-mac-arm64 -o officecli

chmod +x officecli

sudo mv officecli /usr/local/bin/

Manual download from GitHub Releases (Linux)

curl -L https://github.com/iOfficeAI/OfficeCLI/releases/download/v1.0.129/officecli-linux-x64 -o officecli

chmod +x officecli

sudo mv officecli /usr/local/bin/

Manual download from GitHub Releases (Windows)

Invoke-WebRequest -Uri https://github.com/iOfficeAI/OfficeCLI/releases/download/v1.0.129/officecli-win-x64.exe -OutFile officecli.exe

Install from downloaded binary

officecli install