@chyroc/nomad
v0.1.0
Published
Self-hosted coding agent CLI for the Volcengine Ark managed-agents runtime
Maintainers
Readme
@chyroc/nomad
Self-hosted coding agent CLI for the Volcengine Ark managed-agents runtime.
Installing this package downloads the platform-specific prebuilt nomad
binary from the matching GitHub Release.
No binary is bundled in the npm package.
Install
npm install -g @chyroc/nomad
# or run without installing
npx @chyroc/nomadSupported platforms: macOS / Linux / FreeBSD on x64 and arm64.
If the postinstall download is blocked you can skip it and build from source instead:
NOMAD_SKIP_DOWNLOAD=1 npm install -g @chyroc/nomad
go install github.com/chyroc/nomad/cmd/nomad@latestA custom release mirror is supported via NOMAD_DOWNLOAD_BASE_URL.
Usage
nomad
nomad -p "explain this repo"See the project README for setup (OAuth login or an existing arkcli session), commands, and configuration.
