← Package directory
Available on winget

Install Extism CLI

Extism CLI generates and executes Extism plugins, and manages libextism installations.

Install with winget
winget install --id Dylibso.Extism.CLI
Upgrade
winget upgrade --id Dylibso.Extism.CLI
Uninstall
winget uninstall --id Dylibso.Extism.CLI

About Extism CLI

Extism CLI generates and executes Extism plugins, and manages libextism installations.

What's new in 1.6.3

What's Changed - Add Winget package release workflow by @just-ero in #108 - feat: enhance get-extism.sh with GITHUB_TOKEN support by @Binlogo in #111 - fix: check return value of os.MkdirAll by @G4Vi in #113 New Contributors - @just-ero made their first contribution in #108 - @Binlogo made their first contribution in #111 Full Changelog: v1.6.2...v1.6.3

Read release notes

Version history

Version Updated Notes
1.6.3 Unknown What's Changed - Add Winget package release workflow by @just-ero in #108 - feat: enhance get-extism.sh with GITHUB_TOKEN support by @Binlogo in #111 - fix: check return value of os.MkdirAll by @G4Vi in #113 New Contribu...
1.6.2 Unknown What's Changed - chore: add python pdk by @zshipko in #107 - feat: enable wasi output to ease debugging (esp. python-pdk) by @G4Vi in #109 Full Changelog: https://github.com/extism/cli/compare/v1.6.1...v1.6.2
1.6.1 Unknown Commits - feat: support enable-http-response-headers flag, minor tweaks