Install Dawvia and run your first workflow in minutes.
Getting Started
Dawvia is an AI development control plane. Follow this guide to install, sign in, and run your first workflow in just a few minutes: download the build for your platform, enable the extension inside Cursor, then sign in to your account and start routing requests through the pool.
How do I install Dawvia?
Installation takes three steps, all local, with no extra services:
- Visit the download page and pick the build for your platform.
- Open Cursor and confirm
dawviais enabled in the extensions panel. - Sign in, or first review the available plans on the pricing page.
How do I run my first workflow?
Open the command palette and run the install script for a one-command local build and release:
./scripts/install.sh
The install script builds the backend daemon, the public site and the extension, then serves the homepage behind a local reverse proxy.
Tip: when you only changed the frontend, use ./scripts/install.sh --website-only for a seconds-fast standalone release.
What should I read next?
- Read the deployment guide for standalone local and server deploys.
- Follow the changelog for the latest changes.