Skip to content
@codecoradev

codecoradev

Developer tools for AI agents — offline-first, privacy-first, open source.
codecora

codecoradev

Developer tools for AI agents — offline-first, privacy-first, open source.

Website Org stars Rust License


🧠 Uteke

Offline-first semantic memory engine for AI agents.

Store, recall, and connect memories — ~30ms recall, zero cloud, single binary.

Hybrid search: HNSW vector + FTS5, fused via RRF (k=60). Embeddings: ONNX EmbeddingGemma Q4, 768d. Storage: SQLite WAL · Schema v12.

Stars CI License Version

curl -sSL https://codecora.dev/install-uteke | sh

📖 GitHub · 📦 crates.io · 📚 Docs

🔍 Cora CLI

AI-powered code review CLI. BYOK.

Multi-LLM review (OpenAI, Anthropic, Groq, Ollama, Z.AI). Pre-commit hooks, SARIF output, MCP server.

Deterministic: 11 security patterns + 12 secret detection patterns. Languages: Dart, Svelte, TS, Go, Rust, Python. Integrations: GitHub Actions, Claude Code, Cursor, Copilot.

Stars CI crates.io License

curl -fsSL https://codecora.dev/install-cora | sh

📖 GitHub · 📦 crates.io · 🛒 GH Marketplace

🖥️ CorIn

Desktop knowledge workstation for AI memory.

Visualize memory graphs, manage rooms, edit markdown. Think Obsidian — but for AI memory.

Stack: Tauri 2 + Svelte 5 (runes). Viz: D3.js force-directed graph. Editor: CodeMirror 6 + marked + DOMPurify. Theme: Catppuccin Mocha.

Stars License Version Tauri

📖 GitHub · ⬇️ Releases

🪤 TrapFall

Self-hosted error tracking. Sentry-compatible.

Drop-in DSN swap — works with any Sentry SDK. Rust + SvelteKit 5.

Size: 5.75MB Docker image (scratch + MUSL + rustls). Grouping: Blake3 fingerprinting. Dashboard: Real-time WebSocket · SvelteKit 5 + Tailwind v4. DB: SQLite (default) or Postgres (built-in). MCP: 12 AI agent tools.

Stars License Version Docker

docker run -p 3000:3000 -v trapfall-data:/data \
  ghcr.io/codecoradev/trapfall:latest

📖 GitHub · ⬇️ Releases


🧬 Shared DNA

Every Codecora product shares the same engineering principles:

Principle What it means
🦀 Rust-native Fast, memory-safe, single binary — no runtime, no Node, no Python
🔌 MCP server Every tool exposes an MCP server for AI agent integration
🔒 Local-first Your data stays on your machine. Zero telemetry, zero cloud (BYOK where LLM needed)
🔓 Open source Apache 2.0 or MIT. Fork it, ship it, own it.
📦 Zero-config One install command. No Docker (unless you want it). No API keys (unless your LLM needs them).
🧪 Battle-tested Hundreds of unit tests per product. CI-gated. Production-used.

💡 Why Codecora?

  • Your AI forgets. Agents lose context between sessions. Uteke gives them persistent memory — offline.
  • Your code deserves review. Not after merge, not in a dashboard — in your terminal, before commit. That's Cora.
  • Your data stays yours. No cloud lock-in. No telemetry. No "phone home." Every tool runs locally or self-hosted.
  • Your stack should be Rust. Fast binaries, tiny Docker images, memory safety. No 500MB Node runtimes.

⚡ Quick Install

# 🧠 Uteke — memory engine
curl -sSL https://raw.githubusercontent.com/codecoradev/uteke/main/install.sh | sh

# 🔍 Cora — code review CLI (or: install-bundle.sh for Cora + Uteke together)
curl -fsSL https://raw.githubusercontent.com/codecoradev/cora-cli/main/install.sh | sh

# 🖥️ CorIn — desktop workstation
#    Download from https://github.com/codecoradev/corin/releases

# 🪤 TrapFall — error tracking
docker run -p 3000:3000 -v trapfall-data:/data \
  ghcr.io/codecoradev/trapfall:latest

🔗 Links

Link
🌐 Website codecora.dev
🧠 Uteke github.com/codecoradev/uteke
🔍 Cora CLI github.com/codecoradev/cora-cli
🖥️ CorIn github.com/codecoradev/corin
🪤 TrapFall github.com/codecoradev/trapfall
📦 crates.io uteke · cora-cli
🛒 GitHub Marketplace Cora AI Code Review

Built with Rust · Svelte 5 · Tauri 2 · SQLite · ONNX · HNSW
Your AI remembers. Your data stays.

Pinned Loading

  1. cora-code cora-code Public

    CLI-first AI code review — BYOK, diff/scan/branch, pre-commit hooks. 100% open source (MIT).

    Rust 22 6

Repositories

Showing 10 of 16 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…