figwork-cli
v2026.1.1
Published
Install and run FigWorkAI CLI (fig) from GitHub Release artifacts.
Maintainers
Readme
figwork-cli
Install and run FigWorkAI CLI from GitHub Release artifacts.
Installation
npm install -g figwork-cliUsage
After installation, use the fig command:
# Show version
fig --version
# Start interactive session
fig
# Run with a prompt
fig "list all files in the current directory"Supported Platforms
| Platform | Architecture | |----------|--------------| | Linux | x64, arm64 | | macOS | x64, arm64 | | Windows | x64 |
How it works
This npm package is a wrapper that downloads the prebuilt binary from GitHub Releases:
npm install -g figwork-cli- postinstall script downloads
fig-cli-{platform}-{arch} - Binary is cached in
bin/downloads/ figcommand runs the binary
License
MIT
