Back to browse
GitHub Repository

An offline first focused agentic CLI application powered by local Ollama models. Just Intelligent CLI acts as a personal AI agent that can control your computer, build programs, create documents, and manage projects — all from your terminal.

2 starsPython

An offline first focused agentic CLI application powered by Ollama

by g023·Mar 25, 2026·4 points·0 comments

AI Analysis

MidShip It

Local Ollama agent with custom context pruning, but Aider already does this better.

Strengths
  • SQLite-backed session persistence allows cross-session memory retention without requiring any cloud sync.
  • Hierarchical context pruning avoids lossy summarization errors during long-running autonomous agent tasks.
  • Plugin architecture lets you drop Python files to extend tool capabilities.
Weaknesses
  • Competes directly with Aider and Open Interpreter which already have much larger ecosystems.
  • Author explicitly warns agents are unpredictable and recommends running inside isolated containers.
Category
Target Audience

Developers wanting local-only AI agents without cloud dependencies

Similar To

Aider · Open Interpreter · ShellAgent

Post Description

An offline first focused agentic CLI application powered by local Ollama models. Integrated advanced memory management. Minimal dependencies. MIT licensed.

DEFAULT USES A 4b Qwen 3.5 MODEL.

https://github.com/g023/ai_cli/

Similar Projects