Ordito LogoOrdito

Get Ordito

Free and open source under the MIT License. Pre-built desktop binaries are published on GitHub Releases for macOS and Windows.

Apple Silicon only. Installs via Homebrew — the .dmg is unsigned and macOS will flag it as damaged if opened directly.

curl -fsSL https://raw.githubusercontent.com/tonmoydeb404/ordito/main/setup/unix.sh | sh
Uninstall
curl -fsSL https://raw.githubusercontent.com/tonmoydeb404/ordito/main/setup/unix-uninstall.sh | sh

Build from source

Requires Node.js 18+, pnpm, and the Rust toolchain.

git clone https://github.com/tonmoydeb404/ordito.git
cd ordito
pnpm install

# Run the desktop app (Tauri dev)
pnpm dev:desktop

# Build the desktop app for production
pnpm --filter @apps/desktop tauri build

The finished binaries appear in apps/desktop/src-tauri/target/release/bundle.