Skip to content

Releases: yhsunshining/open-managed-agent

Release list

v0.0.1

Choose a tag to compare

@github-actions github-actions released this 27 May 03:41

Install

Linux / macOS — via npm (recommended)

curl -fsSL https://raw.githubusercontent.com/yhsunshining/open-managed-agent/main/install.sh | bash

Or directly:

npm install -g open-managed-agent@0.0.1

Windows — via PowerShell

Option A — npm (requires Node.js):

npm install -g open-managed-agent@0.0.1

Option B — standalone binary (no Node.js needed):

irm https://raw.githubusercontent.com/yhsunshining/open-managed-agent/main/install.ps1 | iex

The Windows binary still requires @cloudbase/cli for 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 --help

Full Changelog: https://github.com/yhsunshining/open-managed-agent/commits/v0.0.1