{"id":50675366,"url":"https://github.com/ziuus/gemini-cli","last_synced_at":"2026-06-08T15:04:25.200Z","repository":{"id":332132126,"uuid":"1111656994","full_name":"ziuus/gemini-cli","owner":"ziuus","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-12T16:12:06.000Z","size":3904,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-12T21:31:51.167Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ziuus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-07T11:46:43.000Z","updated_at":"2026-01-12T15:08:31.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ziuus/gemini-cli","commit_stats":null,"previous_names":["ziuus/gemini-cli"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/ziuus/gemini-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziuus%2Fgemini-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziuus%2Fgemini-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziuus%2Fgemini-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziuus%2Fgemini-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ziuus","download_url":"https://codeload.github.com/ziuus/gemini-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ziuus%2Fgemini-cli/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34067367,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-08T15:04:23.075Z","updated_at":"2026-06-08T15:04:25.188Z","avatar_url":"https://github.com/ziuus.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gemini Terminal\n\n![License](https://img.shields.io/github/license/ziuus/gemini-cli)\n![Version](https://img.shields.io/github/v/release/ziuus/gemini-cli)\n![Build Status](https://img.shields.io/github/actions/workflow/status/ziuus/gemini-cli/release.yml)\n\nA modern, AI-powered terminal emulator built with Tauri, React, and TypeScript. It integrates Google's Gemini AI directly into your command line workflow.\n\n## Features\n\n-   **Persistent AI Mode**: Chat with Gemini directly in your terminal.\n-   **Smart Context**: Gemini knows it's running in a terminal and can help with shell commands.\n-   **One-off AI Commands**: Run quick AI queries without leaving your shell.\n-   **Modern UI**: Sleek, dark-themed interface with JetBrains Mono font.\n-   **Cross-Platform**: Runs on Linux and Windows.\n\n## Installation\n\n### Download\nGo to the [Releases](https://github.com/ziuus/gemini-cli/releases) page and download the installer for your operating system:\n-   **Windows**: `.msi` or `.exe`\n-   **Linux**: `.deb` or `.AppImage`\n\n### Manual Build\n1.  **Prerequisites**:\n    -   [Rust](https://www.rust-lang.org/tools/install)\n    -   [Node.js](https://nodejs.org/)\n    -   [pnpm](https://pnpm.io/installation)\n\n2.  **Clone and Install**:\n    ```bash\n    git clone https://github.com/ziuus/gemini-cli.git\n    cd gemini-cli\n    pnpm install\n    ```\n\n3.  **Run in Development Mode**:\n    ```bash\n    pnpm tauri dev\n    ```\n\n4.  **Build for Production**:\n    ```bash\n    pnpm tauri build\n    ```\n\n## Usage\n\n### Standard Shell\nThe terminal behaves like a standard shell (e.g., `bash` or `zsh` on Linux, `cmd` or `PowerShell` on Windows). You can run all your usual commands (`ls`, `cd`, `git`, etc.).\n\n### AI Commands\n-   **One-off Command**:\n    Type `ai \u003cprompt\u003e` to get a quick answer from Gemini.\n    ```bash\n    ➜ ~ ai how do I list all files including hidden ones?\n    ```\n\n-   **Persistent AI Mode**:\n    Type `ai` (without arguments) or press `Ctrl+Space` to enter AI mode.\n    ```bash\n    ➜ ~ ai\n    ✨ AI ➜ write a python script to calculate fibonacci\n    ```\n    Type `exit` or press `Ctrl+Space` again to return to the shell.\n\n-   **Help**:\n    Type `help` to see a list of available commands and shortcuts.\n\n### Shortcuts\n-   `Ctrl+Space`: Toggle AI mode.\n-   `Ctrl+L`: Clear the terminal.\n-   `Ctrl+C`: Interrupt current command.\n\n## Contributing\n\nWe welcome contributions! Please see our [Contributing Guidelines](CONTRIBUTING.md) and [Code of Conduct](CODE_OF_CONDUCT.md) for more details.\n\n## Tech Stack\n-   **Frontend**: React, TypeScript, xterm.js\n-   **Backend**: Rust (Tauri)\n-   **Build Tool**: Vite, pnpm\n\n## License\nDistributed under the MIT License. See [LICENSE](LICENSE) for more information.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziuus%2Fgemini-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fziuus%2Fgemini-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fziuus%2Fgemini-cli/lists"}