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
.nvmrcfor 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 —
/commandstyle shortcuts - FAQ — macOS, Linux, Wayland, and Ollama notes
Prebuilt installers are on GitHub Releases.