Projects โ
Open-source developer tools built for the AI agent era.
๐ง Uteke โ
The Brain for Your AI โ Offline-first semantic memory engine for AI agents.
| Language | Rust |
| Install | curl -sSL https://raw.githubusercontent.com/codecoradev/uteke/main/install.sh | sh |
| License | Apache 2.0 |
| Stars | |
| Version |
Single binary, zero dependencies, zero API keys. Your AI agent's memories never leave your machine.
Key features:
- Hybrid search โ Vector (ONNX 768d) + FTS5 full-text, merged by Reciprocal Rank Fusion
- Rooms โ Group memories by context (meetings, projects) with author attribution
- Time-travel queries โ Recall memories as they existed at any point in time
- Relationship graph โ Typed edges between memories (supersedes, contradicts, references)
- Smart decay โ Composite importance scoring, pin critical memories
- Pluggable embeddings โ ONNX (default), future OpenAI/Ollama backends
- Multi-agent namespaces โ Fully isolated memory per agent, zero overhead
- 30ms recall โ Library mode, ~42ms server mode
Read the docs โ ยท GitHub โ
๐ Cora CLI โ
AI Code Review, Your Way โ CLI-first code review with BYOK.
| Language | Rust |
| Install | curl -fsSL https://raw.githubusercontent.com/codecoradev/cora-cli/main/install.sh | sh |
| License | MIT |
| Stars | |
| Version |
Review code with any LLM โ OpenAI, Anthropic, Groq, Ollama, or any OpenAI-compatible API. Works in your terminal, CI/CD, git hooks, or directly inside AI coding agents.
Key features:
- Multi-LLM โ Any OpenAI-compatible API, no lock-in
- Deterministic scanners โ 11 security + 12 secret detection patterns, no LLM needed
- Pre-commit hooks โ Catch issues before they reach CI
- SARIF output โ Upload to GitHub Code Scanning
- Quality gate โ Configurable pass/fail thresholds for CI enforcement
- MCP server โ Expose rules to AI agents (Claude Code, Cursor, Copilot)
- Diff-hash caching โ Skip repeat reviews automatically
- Custom rule engine โ Write your own regex rules in
.cora.yaml
Read the docs โ ยท GitHub โ
๐ชค TrapFall โ
Self-Hosted Error Capture โ Sentry-compatible, lightweight, and fast.
| Language | Rust + SvelteKit 5 |
| Install | docker pull ghcr.io/codecoradev/trapfall:latest |
| License | Apache 2.0 |
| Image size | |
| Version | Latest |
Drop-in Sentry alternative. Swap your DSN and errors flow to your own server. Real-time dashboard, Blake3 fingerprinting, webhook alerts โ all in a 6MB Docker image.
Key features:
- Sentry-compatible ingest โ Drop-in DSN swap, any Sentry SDK
- Multi-project support โ Web, mobile, API โ isolated DSN per project
- Real-time dashboard โ SvelteKit 5 + Tailwind v4 + shadcn-svelte
- Blake3 fingerprinting โ Automatic error grouping and deduplication
- Alert rules โ Per-project condition-based webhooks with cooldown
- Full-text search โ SQLite FTS5 + trigram substring search
- OpenAPI docs โ Swagger UI at
/api/docs - MCP server โ 12 AI agent tools via stdio JSON-RPC
- Tiny Docker image โ 5.75MB (scratch + MUSL static binary)
