Install Visivo

Get Visivo running in one line.

A single binary CLI — install it, run visivo serve, and a local dashboard opens with hot-reload. No account needed to start.

We detected Windows

Runs under WSL. Prefer native Python? pip install visivo works too.

Don't want to install? Start free in the cloud
Install on Windows

Two ways to install. Both take one command.

Recommended

With pip

The most reliable path on Windows. Install Python, then one command in PowerShell or Command Prompt.

Alternative

Install script (WSL)

Before you start

  • Windows 10 or 11
  • Python 3.10+ from python.org or the Store
  • The bash script runs under WSL

The install never touches your database. Visivo is push-based — credentials stay on your machine.

Then run it

From install to a live dashboard.

Two commands and you're looking at a real, hot-reloading dashboard at localhost:8000.

  1. Confirm it installed with visivo --version.
  2. Run visivo serve — it scaffolds a starter project and opens it live.
  3. Build something cool — edit, and watch the chart update instantly.
$ visivo --versionvisivo 2.0 $ visivo serve# no project found — creating a starter…revenue_overview rendered ✓ hot-reload ready · http://localhost:8000
Coming soon

A desktop app for Mac & Windows is on the way.

We're building a native app so you can launch Visivo without the terminal. It isn't ready yet — and we won't pretend it is. Today, the command line is the fastest way in: one line and you're running.

No fake download button here. When the app ships, you'll be the first to know.
Visivo — Desktop
Coming soon

Don't want to install anything?

Start free in the cloud — build and explore dashboards with nothing to set up. Your engineers can install the CLI later and work on the same project.

Start free in the cloud
Install command copied