Giter is a desktop app for managing local Git repositories on macOS and Windows.
Add or scan folders, then batch Fetch or Update (fetch → pull --ff-only) across your selection. It shells out to your system git, so SSH agents and credential stores work as usual. Dirty trees, missing upstreams, and non-fast-forward cases are skipped with a visible reason.
Features include parallel jobs, per-repo progress, repo detail views, EN / 中文 UI, and in-app updates.
Tech stack: Tauri 2 (Rust), Vite, React, TypeScript, pnpm, TanStack Query, i18next.
Giter 是 macOS / Windows 上管理本地 Git 仓库的桌面应用。
添加或扫描文件夹后,可对选中仓库批量 Fetch 或 更新(fetch → pull --ff-only)。调用系统 git,SSH 代理与凭据存储照常可用;脏工作区、无上游、非快进等情况会跳过并显示原因。
支持并行任务、单仓库进度、仓库详情、中英界面与应用内更新。
技术栈:Tauri 2(Rust)、Vite、React、TypeScript、pnpm、TanStack Query、i18next。