FuwaGit is a lightweight and powerful Git client for Android that brings full Git operations to your mobile device. Whether you're managing repositories, committing changes, or collaborating with others, FuwaGit provides a smooth and intuitive experience with secure credential management.
Built with modern Android technologies including Jetpack Compose and Material Design 3, FuwaGit offers a beautiful interface while maintaining robust functionality for developers on the go.
Fuwa (ふわ): light and airy~
Go to the Releases and download the latest APK.
- Clone the repository:
git clone https://github.com/JamGmilk/FuwaGit.git
- Install dependencies using Gradle:
./gradlew build
- The debug APK will be generated at:
app/build/outputs/apk/debug/app-debug.apk
| Component | Technology |
|---|---|
| Language | Kotlin |
| UI Framework | Jetpack Compose |
| Design System | Material Design 3 |
| Git Library | Eclipse JGit 6.8.0 |
| SSH | JSch |
| DI | Hilt |
| Min SDK | 26 (Android 8.0) |
| Target SDK | 36 |
- Clone - Clone remote repositories via HTTPS or SSH
- Commit - Stage changes and create commits with custom messages
- Push - Push commits to remote repositories
- Pull - Pull changes from remote with merge/rebase support
- Fetch - Fetch updates without merging
- Branch Management - Create, delete, rename, checkout branches
- Merge - Merge branches with conflict detection
- Rebase - Interactive rebase support
- Tags - Create, delete, and push tags (lightweight and annotated)
- Reset - Soft, mixed, and hard reset support
- Diff - View file differences with syntax highlighting
- Multi-Repo Support - Manage multiple repositories simultaneously
- Local Repos - Add existing local Git repositories
- Remote Cloning - Clone from GitHub, GitLab, Bitbucket, or any Git server
- Repository Info - View detailed repository information
- Clean - Remove untracked files with preview
- Master Password - Encrypt all stored credentials with AES-256
- Biometric Unlock - Use fingerprint to quickly unlock credentials
- Secure Storage - Android Keystore-backed credential encryption
- SSH Key Management - Generate and store Ed25519/RSA SSH keys
- HTTPS Credentials - Securely store usernames and personal access tokens
- Auto-Lock - Configurable automatic vault locking
- Material Design 3 - Modern and beautiful UI with dynamic theming
- Dark/Light Mode - System-following or manual theme selection
- Multi-language - English and Simplified Chinese support
- Eclipse JGit - Pure Java implementation of Git
- JSch - SSH2 protocol implementation
- Bouncy Castle - Cryptographic algorithms
- Jetpack Compose - Modern declarative UI
- Material 3 - Material Design components
- Hilt - Dependency injection
- Kotlinx Serialization - JSON parsing
Copyright (c) 2026 JamGmilk
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.


