Developer Infrastructure Platform for Local AI Development
Orexeva is a cross-platform developer platform designed to simplify local AI development. It provides a unified interface for installing, managing, configuring, and running local AI models across multiple providers while maintaining a clean, production-quality architecture.
Current Status: 🚧 Active Development
- Cross-platform support (Windows, Linux, macOS)
- Automatic platform detection
- Local AI model management
- Multiple provider support
- Intelligent recommendations
- Configuration management
- Registry management
- Developer-friendly CLI
- Zero cloud dependency
- Production-quality architecture
Orexeva aims to provide a single command-line interface for everything related to local AI.
Instead of manually configuring different tools, Orexeva will manage:
- AI providers
- Local models
- Runtime configuration
- Downloads
- Updates
- Workspaces
- Development environment
src/
└── orexeva/
├── commands/
├── config/
├── core/
├── database/
├── installer/
├── intelligence/
├── platform/
├── recommender/
├── registry/
├── utils/
├── cli.py
├── constants.py
└── __main__.py
- Python 3.11+
- Windows, Linux or macOS
Clone the repository.
git clone <repository-url>Move into the project.
cd OrexevaCreate a virtual environment.
python -m venv .venvActivate it.
.venv\Scripts\Activate.ps1source .venv/bin/activateInstall dependencies.
pip install -e .Show CLI help.
python -m orexeva --helpShow version.
python -m orexeva versionCurrent completed modules:
- ✅ Environment
- ✅ Platform
- ✅ Config
- ✅ Registry
Modules under development:
- Installer
- Database
- Intelligence
- Recommender
- CLI
- Runtime
Run platform tests.
python -m tests.test_detectionRun configuration tests.
python -m tests.test_configRun registry tests.
python -m tests.test_registryLicensed under the MIT License.
See the LICENSE file for details.
- Aarya Patel
- Ruchi Tanwar