Download

Tovu isn't a package. There's no npm install, no npx, no binary release — getting it means cloning the source and running it yourself.

Source: github.com/leonaburime-ucla/Tovu — public, no access request needed.

Two ways to run it

  • Locally, from source — clone it, npm install, then run the CLI with tsx or link it to your PATH. Full steps: Install Tovu.

  • As a container — build the image from the repo's Dockerfile and run it as a service. Full steps: Self-Hosting.