# GitMemo GitMemo is a local-first, Git-native personal knowledge capture and reuse system. It saves clipboard text, screenshots, Markdown, AI conversations, terminal output, external files, and ideas into a Git repository the user controls, so both humans and AI tools can search, read, sync, export, and build on them. 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. Windows x64 Desktop is published on the GitMemo website as a setup .exe. - Android APK is published at https://gitmemo.kakacut.cn/mobile/gitmemo-android-v1.0.149-arm64-v8a-release.apk - Windows x64 installer is published at https://gitmemo.kakacut.cn/desktop/windows/gitmemo-windows-x64-setup.exe - Current Android APK ABI: arm64-v8a - Current version from Cargo.toml: v1.0.149 - 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.