Automator runs are temporarily unavailable — backend setup in progress. The site and download page work; runs will go live once database keys are added.

Privacy Mode

Download the automator

urNova Desktop runs browser tasks on your machine. Same prompts as the cloud — nothing sensitive on our servers.

Checking for local desktop app…

v0.1.0

Download for your computer

.msi installer · x64

Windows — coming soon
macOS — coming soon
Linux — coming soon

Installers are rolling out — use build from source below, or check the changelog for release notes.

Prefer the cloud? Use the web automator — no install required.

Three steps to local automation

1

Install the desktop app

Download the installer for your OS, open it, and launch urNova from your menu bar or system tray.

2

Add your Anthropic key

Your API key is stored in the OS keychain (Stronghold). urNova never sees it on our servers.

3

Automate from the web

Open urnova.org, type a task, and run. The site detects Privacy Mode and routes the job locally.

What stays on your device

  • LLM API key and browser session
  • Cookies, logins, and form data
  • Agent thoughts, clicks, and screenshots
  • Run history on disk (optional export)

Your prompt still goes to Anthropic from your network when you run a task. The agent also loads public websites normally. Read the full privacy policy.

Build from source

Developers: Rust, Node 22+, Python 3.12+. See tauri/README.md in the repo.

cd tauri
npm install
npm run tauri build

# Output (v0.1.0):
# macOS  → src-tauri/target/release/bundle/dmg/
# Windows → src-tauri/target/release/bundle/msi/
# Linux  → src-tauri/target/release/bundle/

Ready when you are

Install desktop for Privacy Mode, or start in the browser in seconds.