You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project, **Gemini CLI for Termux**, is a fork of the original [Gemini CLI](https://github.com/google-gemini/gemini-cli) repository.
4
+
5
+
## Original Authors
6
+
-**Google Gemini Team**: The primary developers and maintainers of the original Gemini CLI.
7
+
-**Google LLC**: The copyright holder of the original source code.
8
+
9
+
## Fork Maintainer
10
+
-**Alex72-py**: Adapted the codebase for Android/Termux compatibility.
11
+
12
+
## License
13
+
The original code is licensed under the **Apache License 2.0**. This fork continues to be licensed under the same terms. You can find the full license text in the [LICENSE](LICENSE) file.
14
+
15
+
## Changes in this Fork
16
+
- Modified `packages/core/src/utils/secure-browser-launcher.ts` to support `termux-open-url`.
17
+
- Added `termux-install.sh` for automated dependency management on Android.
18
+
- Updated documentation to reflect Termux-specific usage.
19
+
20
+
We thank the Google Gemini team for their open-source contribution which made this mobile adaptation possible.
0 commit comments