Skip to content

Releases: javimosch/supercli

SuperCLI Zig v0.1.0

Choose a tag to compare

@javimosch javimosch released this 26 May 06:38

Clean-room Zig 0.16.0 implementation of SuperCLI core.

Changes

  • Drop-in replacement for Node.js sc command
  • Reads same ~/.supercli/plugins/plugins.lock.json
  • Supports: commands, inspect, plugins list/update, plugin explore
  • Process adapter only (no MCP/server)

Installation

curl -sSL https://github.com/javimosch/supercli/releases/download/v0.1.0-zig/install.sh | bash

Progressive Adoption

  • Default: installs as sc-zig (co-exists with Node.js sc)
  • Use --replace flag to replace Node.js sc
  • Revert: npm uninstall -g supercli && npm install -g supercli