|
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. curl -sSL https://codecora.dev/install-uteke | sh |
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. curl -fsSL https://codecora.dev/install-cora | sh |
|
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. |
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. docker run -p 3000:3000 -v trapfall-data:/data \
ghcr.io/codecoradev/trapfall:latest |
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. |
- 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.
# 🧠 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| 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.