Changelog
Follow our journey as we build the standard for AI governance.
Focusing on quality, stability, and verifiable code intelligence.
v0.1.3 Initial Release
December 19, 2025
First public release of Ranex Python bindings. This release provides Python developers with access to Rust-powered Atlas codebase indexing, enabling efficient code intelligence and analysis for Python projects.
Atlas Code Indexing
Python bindings for Rust-powered Atlas scanner. Index and search your Python codebase efficiently with FFI performance.
Dependency Analysis
Import graph extraction and dependency tracking. Understand file-level relationships in your codebase.
Code Search
Fast symbol search across your project. Find functions, classes, and definitions with precise line number references.
Python API
Simple Python interface to Atlas functionality. Scan, search, and analyze codebases from Python scripts.
Truth Capsule
Featured: Verifiable Endpoint Analysis
Generate structured, verifiable bundles for FastAPI endpoints. Truth Capsule provides precise code spans, dependency chains, and call graphs—eliminating hallucinations by grounding AI assistants in actual code evidence.
- Static resolution of handler, dependencies, and schemas
- Grouped spans with exact (file, line_start, line_end) references
- Unresolved edge tracking for transparent limitations
FastAPI-Focused Features
- Local-first analysis for FastAPI projects with no cloud dependencies
- FastAPI endpoint extraction and router topology analysis
- Scaling analysis with policy-driven violation detection
- MCP server integration for AI assistants (Cursor, Windsurf, Claude Desktop)
Coming Soon
Slop Governor Expansion
AI Code Quality Analysis
Enhanced detection of AI-generated code issues, dead code, and architectural anti-patterns. Slop Governor will expand beyond over-engineering detection to catch common mistakes that existing linters miss.
Dead Code Detection
- • Unused import detection (Ruff integration)
- • Unreachable code after return/raise
- • Unused local variables
Safety Analysis
- • Null/None safety checks
- • SQL injection risk detection
- • Unsafe division operations
Parameter Validation
- • FastAPI type hint enforcement
- • Mutable default detection
- • Path parameter consistency
Performance Patterns
- • N+1 query detection
- • Async/sync mixing issues
- • Blocking I/O in async functions