Open Source AI Agent

Your own AI coding agent
that actually works

A local AI assistant that searches the web, explores GitHub, reads your files, and runs code — powered by any OpenAI-compatible API.

→ Quick Start
🧠

Any Model Backend

Works with OpenAI, OpenRouter, LM Studio, or any compatible API.

🔍

Web Search

DuckDuckGo search built in. No API key needed.

🐙

GitHub Explorer

Search repos, browse notable coders, read code files.

📄

File Read & Write

Read, write, and list local files. Works with your code directly.

Code Execution

Run Python and JS snippets in a sandboxed subprocess.

🕷

Background Crawler

Silently explores trending GitHub repos while you're idle.

Get started in 30 seconds

Clone, configure, run.

# Clone the repo
git clone https://github.com/belugaman9981/AcumenAI.git
cd AcumenAI/local-ai-agent

# Install dependencies
pip install -r requirements.txt

# Set your API key in config.py, then run
python main.py
New chat AcumenAI
How can I help you today?
Write codeHelp me write a Python script
Debug an issueFind and fix a bug in my code
Explain a conceptHow does async/await work?
Explore GitHubFind trending Python repos
A
AcumenAI can make mistakes. Verify important information.