Releases: AlloraAi/AlloraCLI
Releases Β· AlloraAi/AlloraCLI
v1.0.0 - Initial Production Release
Full Changelog: https://github.com/AlloraAi/AlloraCLI/commits/v1.0.0
π AlloraCLI v1.0.0 - Initial Production Release
We're excited to announce the first production release of AlloraCLI - your AI-powered infrastructure management companion!
β¨ What's New
π€ AI-Powered Infrastructure Management
- Natural Language Processing: Ask questions about your infrastructure in plain English
- OpenAI Integration: Powered by GPT-4 for intelligent responses andrecommendations
- Multi-Agent System: Specialized AI agents for different infrastructure domains
βοΈ Multi-Cloud Support
- AWS Integration: Complete support for EC2, S3, RDS, and more
- Azure Support: Virtual machines, storage accounts, and Azure SQL
- Google Cloud Platform: Compute Engine, Cloud Storage, and Cloud SQL
- Unified Interface: Manage all your cloud resources from one place
π¨ Interactive Experience
- Gemini-Style UI: Beautiful, interactive chat interface
- CLI Commands: Powerful command-line tools for automation
- Export Capabilities: Save conversations and reports
- Real-time Responses: Fast, responsive AI interactions
π Security & Compliance
- Encryption: AES-256 encryption for sensitive data
- Audit Logging: Comprehensive activity tracking
- Compliance: SOC 2 and ISO 27001 compatible
- Security Scanning: Built-in vulnerability assessments
π Monitoring & Analytics
- Real-time Metrics: Monitor your infrastructure health
- Custom Dashboards: Tailored monitoring interfaces
- Alerting: Intelligent notifications and alerts
- Cost Analysis: Track and optimize cloud spending
π οΈ Installation
Quick Install (Recommended)
Linux/macOS:
curl -L https://github.com/AlloraAi/AlloraCLI/releases/download/v1.0.0/allora-linux-amd64 -o allora
chmod +x allora
sudo mv allora /usr/local/bin/Windows (PowerShell):
Invoke-WebRequest -Uri "https://github.com/AlloraAi/AlloraCLI/releases/download/v1.0.0/allora-windows-amd64.exe" -OutFile "allora.exe"Package Managers
Homebrew (macOS):
brew install AlloraAi/tap/alloraChocolatey (Windows):
choco install alloraπ Quick Start
-
Initialize AlloraCLI:
allora init
-
Configure your cloud providers:
allora config set aws.region us-west-2 allora config set openai.api_key your-api-key
-
Start asking questions:
allora ask "What's the status of my AWS infrastructure?" allora gemini # Launch interactive UI
π Documentation
- π Getting Started Guide
- βοΈ Configuration Reference
- π Plugin Development
- ποΈ Architecture Overview
π€ Community & Support
- π¬ Discord Community
- π GitHub Issues
- π§ Email: [email protected]
- π Become a Sponsor
π What's Next?
Check out our roadmap for upcoming features:
- Mobile companion app
- Visual infrastructure designer
- Enterprise SSO integration
- Predictive analytics
π Acknowledgments
Special thanks to our contributors and the amazing open-source community that made this release possible!
Full Changelog: https://github.com/AlloraAi/AlloraCLI/blob/main/CHANGELOG.md