@galavic/clyra
v0.2.2
Published
AI-driven development orchestrator (Private CLI)
Readme
Clyra (Preview)
Clyra is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows — all through natural language commands, powered by Google Gemma 4 running locally.
Learn more at Clyra Homepage | Documentation
Get started
Install Clyra globally using npm:
npm install -g @galavic/clyraOnce installed, navigate to your project directory and run:
clyraAdvanced Features
- Self-Correction Loop: Clyra automatically detects errors in command output (stderr) and fixes her own code until it works.
- Partial File Editing: Uses targeted block replacement to precisely modify code instead of slow full-file overwrites.
- Startup Awareness: Instantly understands your package.json and README.md at boot to understand your project context.
- Slash Commands: Quick local controls (/clear, /help, /exit, /status).
- Metrics: Displays execution time and tool call count after every task.
- UTF-8 Support: Full terminal encoding support for special characters.
Integrated Power Tools
- list_dir: Recursive project mapping and exploration.
- read_file: Intelligent source code inspection with line numbers.
- replace_in_file: High-precision, targeted code modification.
- run_command: Terminal execution with autonomous self-correction.
- get_git_status: Real-time version control tracking and reporting.
Reporting Bugs
We welcome your feedback. Use the /bug command to report issues directly within Clyra, or file a GitHub issue in our repository.
Community
Join the Galavic Developers community to connect with other developers using Clyra. Get help, share feedback, and discuss your projects.
Data Privacy & Security
Clyra is designed with a Privacy-First approach. All code analysis and generation is performed locally on your machine.
Local Execution
All inference is performed on your own hardware. No external APIs are called for code processing, ensuring complete intellectual property protection and zero data leakage.
Transparency
Clyra only executes sensitive commands (like file writes or terminal executions) after your explicit confirmation, unless configured otherwise in /permissions.
For full details, please review our Commercial Terms of Service and Privacy Policy.
License
This project is licensed under the MIT License - see the LICENSE file for details.
