🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@varosity/cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@varosity/cli

CLI for Varosity AI — generate video/voice/music from the terminal

latest
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

@varosity/cli

Terminal access to Varosity AI. Generate video, voice, and music via your own provider keys; chain models in one storyboard; render one MP4.

npm install -g @varosity/cli
varosity login
varosity generate video kling-3.0-replicate \
  --prompt "wide cinematic shot of a glass office at dusk" \
  --duration 6 \
  --out shot1.mp4

Full command reference: varosity --help. Skill manifest for agents: SKILL.md.

Build

This package is part of the Varosity AI monorepo (loose — root is a Next.js app, this is a standalone publishable package). To build locally:

cd packages/cli
pnpm tsc
node bin/varosity.mjs --help

To pack for local install testing:

pnpm pack
npm install -g ./varosity-cli-0.1.0.tgz

Publishing to npm

One-time setup: npm login (browser OAuth), then ensure you have publish rights on the @varosity scope.

cd packages/cli
pnpm build
npm publish --access public    # --access public is required for scoped packages on the free plan

The bin/varosity.mjs shim points at dist/index.js, so npm install -g @varosity/cli will put a working varosity binary on the user's PATH globally.

Version bumps are manual — edit package.json then commit. There's no changelog file yet; semver for the pre-1.0 series is best-effort.

Telemetry

None. The CLI talks to the configured Varosity instance only.

Keywords

varosity

FAQs

Package last updated on 10 Jun 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts