by iamaanahmad
Educational tool demonstrating IDE bypass techniques for Kiro IDE. ⚠️ Partially compatible - Machine ID reset ✅ | Auto-update disable ✅
# Add to your Claude Code skills
git clone https://github.com/iamaanahmad/kiro-pro-free
Educational tool for understanding IDE bypass mechanisms
Quick Start • Features • Documentation • FAQ • Contributing
FOR EDUCATIONAL AND RESEARCH PURPOSES ONLY
This project demonstrates software bypass techniques for learning purposes. By using this software, you acknowledge:
Use at your own risk. Educational purposes only.
Current Status: ⚠️ PARTIALLY COMPATIBLE with Kiro 0.5.9
No comments yet. Be the first to share your thoughts!
Kiro's internal code differs from Cursor IDE. While both are VSCode forks, they use different function names and patterns. The new pattern discovery mode helps identify what needs to be modified for full compatibility.
We need community help to identify Kiro-specific patterns. Use the Pattern Discovery mode (Option 2 in Token Bypass) to analyze your Kiro installation and share findings.
# Clone repository
git clone https://github.com/iamaanahmad/kiro-pro-free.git
cd kiro-pro-free
# Run setup (Windows: setup.bat | Linux/macOS: ./setup.sh)
setup.bat # or ./setup.sh
# Run tool
python kiro_main.py
# Automated
setup.bat # Windows
./setup.sh # Linux/macOS
# Manual
pip install -r requirements.txt
python kiro_config.py
python kiro_main.py
Options:
python kiro_reset_machine.py # Machine ID reset
python kiro_bypass_token_limit.py # Token bypass + pattern discovery
python kiro_disable_auto_update.py # Auto-update disable
When using the Token Bypass tool, choose option 2 for Pattern Discovery:
File not found:
python kiro_config.py # Verify installation
Permission denied:
# Windows: Run as Administrator
# Linux/macOS: sudo python3 kiro_main.py
Restore backup:
# Backups: filename.backup.TIMESTAMP
mv file.backup.20250117_143022 file
Contributions welcome! See CONTRIBUTING.md
MIT License - See LICENSE
Educational purposes only. No warranty provided.
For educational/research only. Users responsible for:
Authors not liable for misuse.
Made with ❤️ for education
⭐ Star if helpful! | Report Issue
Version 1.1.0 | December 2025