
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
@varosity/cli
Advanced tools
@varosity/cliTerminal 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.
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
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.
None. The CLI talks to the configured Varosity instance only.
FAQs
CLI for Varosity AI — generate video/voice/music from the terminal
We found that @varosity/cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.