Skip to content

Releases: kusl/GeminiClient

Release v0.0.7.10

25 Dec 01:04

Choose a tag to compare

Release v0.0.7.9

24 Dec 23:27

Choose a tag to compare

Release v0.0.7.8

24 Dec 21:13

Choose a tag to compare

Release v0.0.7.7

24 Dec 20:55

Choose a tag to compare

Release v0.0.7.6

24 Dec 20:35

Choose a tag to compare

Release v0.0.7.5

24 Dec 20:18

Choose a tag to compare

Release v0.0.7.4

24 Dec 19:54

Choose a tag to compare

Release v0.0.7.3

24 Dec 19:47

Choose a tag to compare

Gemini Client v0.0.7

12 Aug 14:54

Choose a tag to compare

Gemini Client Console v0.0.7

πŸš€ Features

  • Interactive model selection from available Gemini models
  • Response time tracking and performance metrics
  • Session statistics
  • Configurable via appsettings.json or environment variables

πŸ“¦ Installation

Windows

  1. Download the appropriate Windows package for your architecture
  2. Extract the ZIP file
  3. Run gemini-client-win-x64.exe (or your architecture's version)

Linux

  1. Download the appropriate Linux package for your architecture
  2. Extract: tar -xzf gemini-client-linux-x64.tar.gz
  3. Make executable: chmod +x gemini-client-linux-x64
  4. Run: ./gemini-client-linux-x64

macOS

  1. Download the appropriate macOS package for your architecture (x64 for Intel, arm64 for Apple Silicon)
  2. Extract: tar -xzf gemini-client-osx-arm64.tar.gz
  3. Make executable: chmod +x gemini-client-osx-arm64
  4. Run: ./gemini-client-osx-arm64

βš™οΈ Configuration

Create an appsettings.json file in the same directory as the executable:

{
  "GeminiSettings": {
    "ApiKey": "YOUR_API_KEY",
    "BaseUrl": "https://generativelanguage.googleapis.com/",
    "DefaultModel": "gemini-2.5-flash"
  }
}

Or set environment variables:

  • GeminiSettings__ApiKey=YOUR_API_KEY
  • GEMINI_DEFAULT_MODEL=gemini-2.5-flash

πŸ“ Changelog

See changelog.md for details.

πŸ› Known Issues

  • Some experimental models may return server errors
  • Use stable models like gemini-2.5-flash for best results

Gemini Client v0.0.6

12 Aug 14:39

Choose a tag to compare

Gemini Client Console v0.0.6

πŸš€ Features

  • Interactive model selection from available Gemini models
  • Response time tracking and performance metrics
  • Session statistics
  • Configurable via appsettings.json or environment variables

πŸ“¦ Installation

Windows

  1. Download the appropriate Windows package for your architecture
  2. Extract the ZIP file
  3. Run gemini-client-win-x64.exe (or your architecture's version)

Linux

  1. Download the appropriate Linux package for your architecture
  2. Extract: tar -xzf gemini-client-linux-x64.tar.gz
  3. Make executable: chmod +x gemini-client-linux-x64
  4. Run: ./gemini-client-linux-x64

macOS

  1. Download the appropriate macOS package for your architecture (x64 for Intel, arm64 for Apple Silicon)
  2. Extract: tar -xzf gemini-client-osx-arm64.tar.gz
  3. Make executable: chmod +x gemini-client-osx-arm64
  4. Run: ./gemini-client-osx-arm64

βš™οΈ Configuration

Create an appsettings.json file in the same directory as the executable:

{
  "GeminiSettings": {
    "ApiKey": "YOUR_API_KEY",
    "BaseUrl": "https://generativelanguage.googleapis.com/",
    "DefaultModel": "gemini-2.5-flash"
  }
}

Or set environment variables:

  • GeminiSettings__ApiKey=YOUR_API_KEY
  • GEMINI_DEFAULT_MODEL=gemini-2.5-flash

πŸ“ Changelog

See changelog.md for details.

πŸ› Known Issues

  • Some experimental models may return server errors
  • Use stable models like gemini-2.5-flash for best results