Free & Open Source

Talk to Your Computer

Bolchai (বলছি — "I am speaking") is an AI agent that lives on your desktop. Ask it anything — it writes code, runs it, and gets things done.

Windows 10/11 · 40 MB · v0.1.0

Bolchai
You Create a chart of Bangladesh's GDP growth over the last 10 years
Bolchai I'll fetch the data and create a chart for you.
import matplotlib.pyplot as plt

years = [2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023, 2024]
gdp_growth = [6.6, 7.1, 7.3, 7.9, 8.2, 3.4, 6.9, 7.1, 5.8, 6.0]

plt.figure(figsize=(10, 5))
plt.plot(years, gdp_growth, marker='o', color='#e94560')
plt.title("Bangladesh GDP Growth Rate")
plt.ylabel("Growth %")
plt.grid(True, alpha=0.3)
plt.savefig("gdp_growth.png")
print("Chart saved!")
Output Chart saved!
Bolchai Done! The chart has been saved as gdp_growth.png in your current directory.

What Can Bolchai Do?

Describe what you want in plain language. Bolchai handles the rest.

📊

Data Analysis

Analyze spreadsheets, create charts, and process CSV files. Just describe the analysis you need.

📁

File Management

Organize files, batch rename, convert formats, and automate repetitive file operations.

🐍

Python & PowerShell

Runs Python and PowerShell code natively on your machine. No sandboxes, no limits.

🔧

System Tasks

Install software, configure settings, manage processes — all through conversation.

🌐

Web Scraping

Extract data from websites, download files, and automate web tasks with natural language.

🔑

Bring Your Own Key

Works with any LLM provider — OpenAI, Anthropic, Fireworks, local models via Ollama. You own your API key.

How It Works

1

Install

Download and run the installer. No Python or dependencies needed — everything is bundled.

2

Configure

Enter your API key in Settings. Pick any LLM model supported by LiteLLM.

3

Talk

Type what you want done. Bolchai generates code, asks for your approval, then executes it.

FAQ

Is Bolchai free?

Yes. Bolchai is free and open source under the MIT license. You need your own LLM API key, which may have costs depending on the provider.

What LLM providers are supported?

Any provider supported by LiteLLM — OpenAI, Anthropic, Google, Fireworks AI, Together AI, Groq, Ollama (local), and many more. Just enter the model name and API key.

Is it safe to run code on my machine?

Bolchai asks for your permission before executing any code. You see exactly what will run and can approve or skip each execution. You're always in control.

Does it work offline?

If you use a local model through Ollama, yes. Otherwise, it needs internet to reach the LLM API.

Why "Bolchai"?

বলছি (Bolchai) means "I am speaking" in Bangla. It's your computer, speaking back to you.

Can I use it on Mac or Linux?

Currently Windows only. Mac and Linux builds are planned.

Ready to talk to your computer?

Download Bolchai

Windows 10/11 · Free · Open Source