# GitMemo Downloads

Current source version: v1.0.80

## Official Links

- Website: https://gitmemo.kakacut.cn/
- GitHub repository: https://github.com/sahadev/GitMemo
- GitHub Releases: https://github.com/sahadev/GitMemo/releases/latest

## Android APK

- APK URL: https://gitmemo.kakacut.cn/mobile/gitmemo-android-v1.0.80-arm64-v8a-release.apk
- APK filename: gitmemo-android-v1.0.80-arm64-v8a-release.apk
- ABI: arm64-v8a
- Package type: release APK

The Android release published on the website is arm64-v8a only. This is the mainstream ABI for modern 64-bit Android phones.

## macOS Desktop

macOS Desktop packages are published through GitHub Releases.

- Apple Silicon: look for a GitMemo desktop DMG or app archive for aarch64 / Apple Silicon.
- Intel: look for a GitMemo desktop DMG or app archive for x86_64 / Intel.

## CLI

Install with:

```bash
bash <(curl -fsSL https://github.com/sahadev/GitMemo/raw/main/scripts/install.sh)
```
