Skip to content

Melange CLI v0.1.0

Choose a tag to compare

@github-actions github-actions released this 23 Jul 23:31
· 121 commits to main since this release

Melange CLI v0.1.0

The first public release of melange, the agent-first command-line interface for the Zetic.ai Melange platform.

Highlights

  • Browse the public model library and inspect benchmark reports.
  • Generate credential-safe deployment guides for:
    • Android/Kotlin
    • Android/Java
    • iOS/Swift
    • Flutter
  • Create and manage repositories and model versions.
  • Upload models with dry-run validation, resumable transfers, progress reporting, and terminal-state waiting.
  • Import models, inspect converted targets, select defaults, and download artifacts.
  • View usage and account quota information before performing restricted operations.
  • Call any public-v1 endpoint through the melange api escape hatch.

Built for agents

  • Structured --json, --jq, and Go-template output.
  • Stable exit codes for success, usage, authentication, interruption, and runtime failures.
  • Data on stdout; progress and diagnostics on stderr.
  • Non-interactive operation through --no-input and explicit confirmation flags.
  • No implicit model imports or mutations during library and benchmark discovery.
  • Entitlement-aware benchmark and upload guidance.
  • A dedicated Melange CLI skill for Claude Code, Codex, Cursor, and compatible agents.

Install

macOS and Linux

The verified installer requires cosign:

curl -fsSL https://raw.githubusercontent.com/zetic-ai/melange-cli/main/script/install.sh | sh

Go

Requires Go 1.26 or newer:

go install github.com/zetic-ai/melange-cli/cmd/melange@v0.1.0

Windows

Download the appropriate archive from this release, or use the Go installation command above.

Authenticate

Create a Personal Access Token in Melange → Settings → Personal Access Tokens, then run:

melange auth login
melange auth status

Install the agent skill

The agent skill is installed separately from the binary:

npx skills add zetic-ai/melange-cli --skill melange-cli --global

Restart your coding agent after installation.

Release artifacts

This release provides signed archives for:

  • macOS: AMD64 and ARM64
  • Linux: AMD64 and ARM64
  • Windows: AMD64 and ARM64

Each release includes SHA-256 checksums, a keyless Sigstore verification bundle, and SBOMs.

Rollout note

melange v0.1.0 targets Melange Public API v1 at https://api.zetic.ai. Server-backed commands require the corresponding production public-v1 deployment. Account plan and report entitlements continue to determine upload availability and benchmark coverage.