AIReady: Free CLI Tools to Make Your Codebase AI-Ready
AIReady provides free, open-source command-line tools that analyze your codebase to identify and fix issues that make it harder for AI models to understand and work with your code.
Key Features
- Semantic duplicate detection - finds similar code patterns that waste AI context
- Context window analysis - calculates token usage for optimal AI prompting
- Code consistency checking - ensures patterns AI models can learn from
- AI Readiness Score - quantifies how well your code works with AI
- Runs completely offline - zero network calls, no code upload
- Free and open source - MIT license
Quick Start
npx @aiready/cli scan .Privacy & Security
- Runs completely offline on your local machine
- Zero network calls - no code is uploaded anywhere
- No SaaS, no cloud processing
- Air-gap compatible for secure environments
- Open source - inspect the code yourself
Supported Languages
- TypeScript
- JavaScript
- Python (coming soon)
- Java (coming soon)
Common Questions
Is AIReady free?
Does AIReady upload my code?
How is AIReady different from a linter?
What languages does AIReady support?
Installation
npm install -g @aiready/cli pnpm add -g @aiready/cli yarn global add @aiready/cli
Use Cases
- Before starting AI pair programming sessions
- During code reviews to check AI-friendly patterns
- Legacy code modernization for AI collaboration
- Onboarding new team members
- Maintaining consistency in monorepos