An AI Engineer that actually codes for you

v1.2 2024-08-04 10:03 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: Dexor Demo

aider screencast

๐Ÿš€ 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.