Getting started

Install dependencies and run the typo desktop app from this monorepo.

typo is the Tauri + Vue desktop app under apps/desktop. This page covers local development from the repository root.

Prerequisites

  • Node.js (see the repo .nvmrc for the recommended version)
  • pnpm
  • Rust toolchain and platform dependencies for Tauri 2

Install and run

From the repository root:

pnpm install
pnpm desktop:dev

That starts the desktop app in development mode (Tauri + Vite).

Next steps

  • Usage — select text, hotkey, and paste flow
  • Prompt shortcuts/command style shortcuts
  • FAQ — macOS, Linux, Wayland, and Ollama notes

Prebuilt installers are on GitHub Releases.