Releases: yhsunshining/open-managed-agent
Releases · yhsunshining/open-managed-agent
Release list
v0.0.1
Install
Linux / macOS — via npm (recommended)
curl -fsSL https://raw.githubusercontent.com/yhsunshining/open-managed-agent/main/install.sh | bashOr directly:
npm install -g open-managed-agent@0.0.1Windows — via PowerShell
Option A — npm (requires Node.js):
npm install -g open-managed-agent@0.0.1Option B — standalone binary (no Node.js needed):
irm https://raw.githubusercontent.com/yhsunshining/open-managed-agent/main/install.ps1 | iexThe Windows binary still requires
@cloudbase/clifor agent commands:
npm install -g @cloudbase/cli
Standalone binaries
| Platform | File | Notes |
|---|---|---|
| Linux x64 | magent-linux-x64 |
|
| Linux ARM64 | magent-linux-arm64 |
Raspberry Pi, etc. |
| macOS x64 | magent-darwin-x64 |
Intel Mac |
| macOS ARM64 | magent-darwin-arm64 |
Apple Silicon |
| Windows x64 | magent-windows-x64.exe |
Quick-start after download
# Linux / macOS
chmod +x magent-linux-x64
./magent-linux-x64 --help
# Windows
.\magent-windows-x64.exe --helpFull Changelog: https://github.com/yhsunshining/open-managed-agent/commits/v0.0.1