Order

your notes · at home · at last

2026.8.2 · Source available

A local-first note app. One screen for thinking, browsing, and publishing. Plain markdown with YAML frontmatter as the single source of truth — an Obsidian-compatible vault, built on Tauri v2 so one codebase ships both desktop and iOS.

New in 2026.8.2: an in-app agent — a hands-free voice chat that lives in your vault. A chat is just a plain-text .chat.md note inside a Notable Folder — and now a real entry on your timeline — so every conversation is as portable, greppable, and yours as any other note. Speak to it and your words appear live as you talk; it reads, organizes, and edits notes in that folder, researches the web when you ask, and reads its reply back.

The whole agent loop runs in Order’s Rust core — one unified harness that plans with the model, executes every tool, and touches every file. That’s what lets the model, the voice input, and the read-aloud each be local or cloud, your choice — Anthropic, OpenAI, Apple on-device, ElevenLabs, or Unreal Speech — without changing anything else. Nothing leaves your machine but the API calls you opt into.

Read the introduction: Order — A Calendar-First Notebook for Mapping Your World

Build from source

# prerequisites: Node 20+, pnpm 9+, Rust 1.77+
# for iOS: Xcode 15+ with iOS 14 SDK

git clone https://github.com/geetduggal/order.git
cd order
pnpm install
pnpm tauri:dev      # desktop, with hot reload
pnpm tauri:build    # signed desktop bundle
pnpm tauri:ios:dev  # iOS Simulator (after tauri:ios:init)
Release notes Changelog Full build guide Source on GitHub

Packaged desktop and iOS releases are next. For now, 2026.8.2 ships as source you can read end-to-end and build in a few minutes.