Melange CLI v0.1.0
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 apiescape 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-inputand 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 | shGo
Requires Go 1.26 or newer:
go install github.com/zetic-ai/melange-cli/cmd/melange@v0.1.0Windows
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 statusInstall the agent skill
The agent skill is installed separately from the binary:
npx skills add zetic-ai/melange-cli --skill melange-cli --globalRestart 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.