Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Orexeva

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


Features

  • 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

Project Goals

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

Current Project Structure

src/
└── orexeva/
    ├── commands/
    ├── config/
    ├── core/
    ├── database/
    ├── installer/
    ├── intelligence/
    ├── platform/
    ├── recommender/
    ├── registry/
    ├── utils/
    ├── cli.py
    ├── constants.py
    └── __main__.py

Requirements

  • Python 3.11+
  • Windows, Linux or macOS

Installation

Clone the repository.

git clone <repository-url>

Move into the project.

cd Orexeva

Create a virtual environment.

python -m venv .venv

Activate it.

Windows

.venv\Scripts\Activate.ps1

Linux / macOS

source .venv/bin/activate

Install dependencies.

pip install -e .

Running

Show CLI help.

python -m orexeva --help

Show version.

python -m orexeva version

Development

Current completed modules:

  • ✅ Environment
  • ✅ Platform
  • ✅ Config
  • ✅ Registry

Modules under development:

  • Installer
  • Database
  • Intelligence
  • Recommender
  • CLI
  • Runtime

Testing

Run platform tests.

python -m tests.test_detection

Run configuration tests.

python -m tests.test_config

Run registry tests.

python -m tests.test_registry

License

Licensed under the MIT License.

See the LICENSE file for details.


Authors

  • Aarya Patel
  • Ruchi Tanwar

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages