Skip to content

codemri

Choose a tag to compare

@KangBasrengg KangBasrengg released this 27 Jul 03:26

🧠 Release v0.3.0 ("Neuron") — Embedded SQLite Relational Graph Engine

We are excited to announce CodeMRI v0.3.0 (Codename: "Neuron")! ⚡

In Phase 03 ("Neuron"), CodeMRI overcomes the architectural bottlenecks of standard flat file parsing by implementing a High-Performance Embedded SQLite Relational Engine locally inside .codemri/graph.db—compiled completely CGO-free so it runs out-of-the-box on Windows, macOS, and Linux without needing GCC or external database daemons!


🔥 Highlights & Core Innovations

  • 🚀 Pure-Go SQLite Relational Engine (.codemri/graph.db):
    Replaced static flat JSON structures with relational SQL tables (nodes, edges, metadata). Enables sub-millisecond querying over thousands of symbols and complex structural bindings without RAM bloat.
  • 🔗 Sub-Millisecond Relational Bonds API (/api/graph/summary & /api/graph):
    Provides instantaneous HTTP JSON responses for visual dashboards and external local AI reasoning tools over port 4000.
  • 🎨 Reactive Dark-Mode Web Dashboard:
    Running codemri opens an ultra-premium, interactive dashboard displaying live language distributions, symbol topologies, and relational dependency counts directly in your browser!
  • 🛡️ 100% Offline & Local CPU Processing:
    Strict compliance with ADR-0002. Zero lines of your proprietary source code are ever uploaded or transmitted to third-party endpoints.

📦 Installation

# Install or upgrade to v0.3.0 Neuron via Go
go install github.com/KangBasrengg/MRI-Code/cmd/codemri@v0.3.0

⚡ Quickstart Commands

# Navigate into any project and execute our killer one-word command
cd your-repository-dir
codemri

# Or explicitly launch the reactive web server on custom ports
codemri serve --port 4000

📖 Technical Specification

Explore the underlying architecture and SQL schema designs in our official Phase 03 ("Neuron") Specification.


Licensed under Apache 2.0 • Built with ❤️ by @KangBasrengg