Public binary distribution repo for imweb-cli.
This repository contains public release assets, channel pointers, and the canonical installer entrypoint (install/latest.sh for macOS/Linux, install/latest.ps1 for Windows).
It does not contain CLI source code.
- macOS/Linux:
https://raw.githubusercontent.com/imwebme/imweb-cli-release/main/install/latest.sh - Windows PowerShell:
https://raw.githubusercontent.com/imwebme/imweb-cli-release/main/install/latest.ps1
Use install/latest.sh on macOS/Linux and install/latest.ps1 on Windows.
curl -fsSL https://raw.githubusercontent.com/imwebme/imweb-cli-release/main/install/latest.sh | bashpowershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((Invoke-WebRequest -UseBasicParsing 'https://raw.githubusercontent.com/imwebme/imweb-cli-release/main/install/latest.ps1').Content)"The Windows installer works with Windows PowerShell 5.1 and PowerShell 7+. The default launcher path is <InstallRoot>\bin\imweb.exe under the selected -InstallRoot.
Homebrew, Scoop, npm, and npx are not official distribution channels for this repo. Use only the shell installer above for macOS/Linux and the PowerShell installer above for Windows.
channels/stable.json: pointer to the latest public stable release manifestchannels/edge.json: pointer to the latest public edge release manifest
The binaries, installer scripts, and release metadata in this repository are distributed under the Imweb CLI Binary License. This license does not grant rights to CLI source code or Imweb trademarks.
- This repo does not contain source code or internal operating docs.
- Release and install files are managed by the
imweb-clipublish workflow.