@maton/cli
v0.1.3
Published
Maton's official command line tool
Readme
Maton CLI
Maton's official command line tool, distributed as a thin Node.js wrapper around a native binary.
Install
npm install -g @maton/cliThis installs the maton command. The wrapper detects your platform at install
time and pulls the matching native binary via npm optionalDependencies. Do not
pass --no-optional or --omit=optional; without the platform package the
wrapper has nothing to launch.
Supported platforms
- macOS: arm64, x64
- Linux: arm64, x64 (glibc and musl)
- Windows: arm64, x64
For source code, releases, and issues, see github.com/maton-ai/cli.
