A Windows AI agent bridge that avoids Gemini API costs

is an desktop AI agent tool for Windows. Its main goal is to reduce the high API cost that can come from such as fixing code, trying steps repeatedly, or analyzing database structures. AI agents can use many tokens in a short time, so API bills can rise quickly.

This tool avoids separate API calls by connecting a local workspace to the user’s existing Gemini Web session. It claims to provide agent features such as , local , and SQL queries with no API cost. In the Excel analysis demo, the raw data stays off the cloud, while the LLM only sees the schema and writes the SQL logic.

The design is meant to lower both data exposure and token use.

Key points

  • is an Windows desktop framework for AI agents.
  • It connects a local workspace to Gemini Web instead of using paid API calls.
  • It offers , local , and SQL queries.
  • In the Excel demo, raw data stays local and only the schema is shown to the LLM.
  • The main promise is lower token use and zero API cost.
Read original