Ranex Documentation
Ranex is a local-first toolkit for Python codebases. It provides Atlas code indexing and Dependency Firewall for import validation.
Quick Start
pip install ranex # Install
ranex init # Initialize project
ranex atlas scan # Build index
ranex atlas search "query" # Search codebase→ See Installation and Quick Start for detailed instructions
Atlas
Local-first code indexing for Python projects. Search, analyze dependencies, detect patterns, and understand your codebase structure.
Dependency Firewall
Policy-based import validation. Protect against risky patterns, typosquatting, and accidental dependencies.
Getting Started
Installation
Install Ranex via pip and verify your environment is properly configured.
Quick Start
Get started with Ranex in minutes. Initialize, scan, and search your codebase.
How It Works
Understand Atlas code intelligence and Dependency Firewall architecture.
MCP Integration
Connect Cursor, Windsurf, or Claude Desktop to Ranex via MCP protocol.
Core Features
Atlas User Guide
Local-first code indexing, search, dependency analysis, and impact assessment.
Dependency Firewall
Policy-based import validation to protect against risky dependencies.
FastAPI Scaling
Static analysis for FastAPI performance and scalability patterns.
Configuration
Configure Ranex for your project with config files and environment variables.
Reference
Support
Ranex · Python 3.12+ · Local-first · Open Source