Releases: javimosch/supercli
Releases · javimosch/supercli
Release list
SuperCLI Zig v0.1.0
Clean-room Zig 0.16.0 implementation of SuperCLI core.
Changes
- Drop-in replacement for Node.js
sccommand - 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 | bashProgressive Adoption
- Default: installs as
sc-zig(co-exists with Node.jssc) - Use
--replaceflag to replace Node.jssc - Revert:
npm uninstall -g supercli && npm install -g supercli