Your AI's AI — Context engineering that makes Claude, GPT & Gemini 10x smarter
npm install codrsyncYour AI's AI — Context engineering that makes Claude, GPT & Gemini 10x smarter.
``bash`
npm install -g codrsync
This will automatically install the Python package via pipx/pip.
- Node.js 16+
- Python 3.10+
`bash`
codrsync --help # Show available commands
codrsync init # Initialize a new project
codrsync scan # Scan existing project
codrsync start # Start superego mode
`bashOption 1: Login to codrsync cloud
codrsync auth --cloud
Alternative Installation
If npm installation fails, you can install directly via pip:
`bash
Using pipx (recommended)
pipx install codrsyncUsing pip
pip install codrsyncUsing Homebrew (macOS)
brew install ciroarendt/codrsync/codrsyncUsing install script
curl -fsSL https://codrsync.dev/install.sh | bash
``Visit codrsync.dev for full documentation.
MIT