Skip to content

Engram CLI v2.0.0 - Local AI Code Analyzer

Choose a tag to compare

@ishaileshpant ishaileshpant released this 13 Feb 12:59
· 17 commits to main since this release

Engram CLI v2.0.0

AI-powered skill & memory generator for codebases. Fully local, no API keys needed.

Highlights

  • Zero API Cost: Uses Qwen2.5-Coder 7B via Ollama - all inference runs locally
  • Air-Gapped: No internet required after initial model download (~4.5GB one-time)
  • Multi-Language: Python, Rust, Go, Node.js, Ruby, Java, Swift, PHP
  • Two-Layer Architecture:
    • Layer 1: Heuristic analysis (instant, no model) - detects languages, frameworks, patterns, CI/CD
    • Layer 2: Local model inference (~40s) - generates architecture skills, pattern analysis, session memories
  • 28 tests across analyzer, model, and generator modules
  • CI with self-analysis: Engram analyzes itself in CI (eat your own dog food)

Install

brew install ollama
pip install engram-cli
engram analyze .

Guide

See the full getting-started guide: https://engram-hq.github.io/releases/

Full documentation: https://github.com/engram-hq/engram-cli#readme