bootstrapguru / droid
An AI Engineer that actually codes for you
Requires
- php: ^8.2.0
- guzzlehttp/guzzle: ^7.8
- guzzlehttp/psr7: ^2.6
- illuminate/database: ^11.5
- illuminate/view: ^11.5
- laravel-zero/phar-updater: ^1.4
- openai-php/client: ^0.10.1
- saloonphp/saloon: ^3.9
- spatie/laravel-data: ^4.7
Requires (Dev)
- fakerphp/faker: ^1.23
- laravel-zero/framework: ^11.0.0
- mockery/mockery: ^1.6.11
- pestphp/pest: ^2.34.7
This package is auto-updated.
Last update: 2025-07-31 03:40:59 UTC
README
Dexor is your AI-powered coding assistant that transforms the way you develop software. With Dexor, you can:
- ๐ Accelerate development by automating repetitive tasks
- ๐ Identify and fix bugs with AI-driven precision
- โ Generate comprehensive test cases effortlessly
- ๐งน Maintain a clean and consistent codebase
Experience the future of coding โ where AI meets your development workflow.
๐ง Supported AI Models
Dexor integrates with multiple AI providers, offering you flexibility and cutting-edge capabilities:
- Anthropic Claude: Our top recommendation for its advanced reasoning. Popular model: Claude 3.5 Sonnet (Best)
- OpenAI: Access state-of-the-art language models. Popular models: GPT-4o and GPT-4o-mini
- Open Router: Tap into a variety of AI models through a single API. Popular model: openrouter/auto
- Ollama: Run open-source language models locally for enhanced privacy and speed. Popular model: Llama 3.1
- DeepSeek: Utilize specialized AI models for deep learning tasks. Popular model: DeepSeek Coder V2
Choose the AI provider that best suits your project needs and development style. Each offers unique strengths to enhance your coding experience with Dexor.
๐ Discord Community:
๐ Quick Start
Requirements
Before installing Dexor, ensure your system has:
- PHP version 8.2.0 or higher
Installation
Choose your preferred installation method:
Via Curl
curl -L https://github.com/bootstrapguru/dexor/releases/latest/download/dexor -o /usr/local/bin/dexor chmod +x /usr/local/bin/dexor
Via Composer
composer global require bootstrapguru/dexor
Usage
Activate Dexor with:
dexor
To create a new assistant:
dexor --new
๐ Documentation
For comprehensive documentation, detailed getting started guides, and advanced usage, please visit our official documentation.
๐ฅ Video Tutorial
Check out our YouTube video tutorial here for a visual guide to getting started with Dexor.
๐ License
Dexor is open-source software licensed under the GPL v3 license.