Start here
Installation
Choose a project-local install when you want to pin the Lasso version per repository, or install the CLI globally to use lasso from any project.
Global installation
npm install --global @lasso-ai/cli
# or
pnpm add --global @lasso-ai/cli
# or
yarn global add @lasso-ai/cliThen run Lasso from your application directory:
cd my-app
lasso devProject-local installation
npm install --save-dev @lasso-ai/cli
# use lasso after a global install
lasso dev
# or, without a global install
npx @lasso-ai/cli devA global install is convenient for a machine-wide CLI. A local install is best when your team wants reproducible tooling versions.
Next steps
Continue with the quickstart or configure Lasso Host.