Skip to content

imwebme/imweb-cli-release

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imweb-cli-release

한국어 | 日本語 | 中文

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.

Install

  • 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 | bash
powershell -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

  • channels/stable.json: pointer to the latest public stable release manifest
  • channels/edge.json: pointer to the latest public edge release manifest

License

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.

Notes

  • This repo does not contain source code or internal operating docs.
  • Release and install files are managed by the imweb-cli publish workflow.

About

Public distribution repository for imweb-cli release assets and installer metadata

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors