quavil
v5.0.3
Published
AI coding agent for the terminal
Downloads
1,309
Maintainers
Readme
quavil
quavil is the npm launcher package for the Quavil CLI.
Installing it places the qvl binary on your PATH and pulls in the correct
platform-specific package through optionalDependencies.
Install
npm install -g quavilAfter installation:
qvl --version
qvlPackage Layout
This package contains:
bin/qvlas the launcher entrypointREADME.mdoptionalDependencieson the platform packages:qvl-darwin-arm64
Release Model
The npm packages are published by the local manual release script:
./scripts/release-local.sh releaseThat script:
- builds and packages release binaries
- extracts the Apple Silicon macOS binary into the platform package
- updates the package versions from the workspace version
- publishes the platform packages
- publishes the
quavilmeta-package with matching optional dependency versions
Notes
- the executable name is
qvl - this package targets Apple Silicon macOS only
- source and issue tracking live at https://github.com/Quavil/code
