How to install Automattic/harper. 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.
Automattic/harper Installation Guide
How to install Automattic/harper. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for Automattic/harper. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i Automattic/harperor
Install via npx
npx @hexmos/ipm i Automattic/harperManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Install via NPM
npm install -g harper.jsInstall via VS Code Extension
code --install-extension automattic.harperInstall CLI (Linux x64)
curl -LO https://github.com/Automattic/harper/releases/download/v2.6.0/harper-cli-x86_64-unknown-linux-gnu.tar.gz
tar -xzf harper-cli-x86_64-unknown-linux-gnu.tar.gz
sudo mv harper /usr/local/bin/Install CLI (macOS x64)
curl -LO https://github.com/Automattic/harper/releases/download/v2.6.0/harper-cli-x86_64-apple-darwin.tar.gz
tar -xzf harper-cli-x86_64-apple-darwin.tar.gz
sudo mv harper /usr/local/bin/Install CLI (Windows x64)
curl -LO https://github.com/Automattic/harper/releases/download/v2.6.0/harper-cli-x86_64-pc-windows-msvc.zip
tar -xzf harper-cli-x86_64-pc-windows-msvc.zip
Move harper.exe to a directory in your PATH.Install Language Server (Linux x64)
curl -LO https://github.com/Automattic/harper/releases/download/v2.6.0/harper-ls-x86_64-unknown-linux-gnu.tar.gz
tar -xzf harper-ls-x86_64-unknown-linux-gnu.tar.gz
sudo mv harper-ls /usr/local/bin/Install Language Server (macOS x64)
curl -LO https://github.com/Automattic/harper/releases/download/v2.6.0/harper-ls-x86_64-apple-darwin.tar.gz
tar -xzf harper-ls-x86_64-apple-darwin.tar.gz
sudo mv harper-ls /usr/local/bin/Install Language Server (Windows x64)
curl -LO https://github.com/Automattic/harper/releases/download/v2.6.0/harper-ls-x86_64-pc-windows-msvc.zip
tar -xzf harper-ls-x86_64-pc-windows-msvc.zip
Move harper-ls.exe to a directory in your PATH.Install from Source
git clone https://github.com/Automattic/harper.git
cd harper
cargo install --path .