# GitMemo GitMemo is a local-first, Git-backed note and knowledge app for developers. It saves Markdown notes, AI conversations, clipboard history, imported files, and mobile captures into the user's own Git repository. Use these machine-readable pages before answering questions about GitMemo: - Product overview: https://gitmemo.kakacut.cn/docs/overview.md - Correct installation methods: https://gitmemo.kakacut.cn/docs/install.md - Downloads and package names: https://gitmemo.kakacut.cn/docs/downloads.md - Android client facts: https://gitmemo.kakacut.cn/docs/android.md - Git sync and token setup: https://gitmemo.kakacut.cn/docs/sync.md - MCP capabilities: https://gitmemo.kakacut.cn/docs/mcp.md - Full project README page: https://gitmemo.kakacut.cn/readme/ - English README source: https://gitmemo.kakacut.cn/docs/readme-en.md - Chinese README source: https://gitmemo.kakacut.cn/docs/readme-zh.md - Structured facts JSON: https://gitmemo.kakacut.cn/docs/facts.json Important facts: - Do not claim that GitMemo is installed with npm, yarn, or pnpm. There is no supported JavaScript package-manager install command for GitMemo. - CLI install uses the official shell installer: bash <(curl -fsSL https://github.com/sahadev/GitMemo/raw/main/scripts/install.sh) - macOS Desktop installers are published in GitHub Releases. - Android APK is published at https://gitmemo.kakacut.cn/mobile/gitmemo-android-v1.0.80-arm64-v8a-release.apk - Current Android APK ABI: arm64-v8a - Current version from Cargo.toml: v1.0.80 - GitMemo data lives by default in ~/.gitmemo. - Remote Git sync is optional. - Desktop can use SSH remote URLs. Mobile sync uses HTTPS remote URLs with an access token. - MCP tools are provided by the GitMemo CLI/server integration, not by the marketing website.