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/OfficeCLIor
Install via npx
npx @hexmos/ipm i iOfficeAI/OfficeCLIPrerequisites
curl
cli-toolbash
shellPowerShell
shellVersion: >= 7.0
Homebrew
package-managerVersion: >= 3.0
npm
package-managerVersion: >= 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 | bashOne-line install (Windows PowerShell)
irm https://raw.githubusercontent.com/iOfficeAI/OfficeCLI/main/install.ps1 | iexHomebrew (macOS / Linux)
brew install officeclinpm (All platforms)
npm install -g @officecli/officecliManual 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.exeInstall from downloaded binary
officecli install