Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bootstrapguru/dexor

AI Engineer that actually codes
https://github.com/bootstrapguru/dexor

Last synced: 3 months ago
JSON representation

AI Engineer that actually codes

Awesome Lists containing this project

README

        

# ๐Ÿค– Dexor

**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](https://docs.anthropic.com/en/docs/about-claude/models)**: Our top recommendation for its advanced reasoning. Popular model: Claude 3.5 Sonnet (Best)
- **[OpenAI](https://platform.openai.com/docs/models)**: Access state-of-the-art language models. Popular models: GPT-4o and GPT-4o-mini
- **[Open Router](https://openrouter.ai/models)**: Tap into a variety of AI models through a single API. Popular model: openrouter/auto
- **[Ollama](https://ollama.com)**: Run open-source language models locally for enhanced privacy and speed. Popular model: Llama 3.1
- **[DeepSeek](https://platform.deepseek.com/api-docs/pricing)**: 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

```sh
curl -L https://github.com/bootstrapguru/dexor/releases/latest/download/dexor -o /usr/local/bin/dexor
chmod +x /usr/local/bin/dexor
```

#### Via Composer

```sh
composer global require bootstrapguru/dexor
```

### Usage

Activate Dexor with:

```sh
dexor
```

To create a new assistant:

```sh
dexor --new
```

## ๐Ÿ“š Documentation

For comprehensive documentation, detailed getting started guides, and advanced usage, please visit our [official documentation](https://docs.dexor.dev/).

## ๐ŸŽฅ Video Tutorial

Check out our YouTube video tutorial [here](https://youtu.be/j7WuuhTxyq0) for a visual guide to getting started with Dexor.

## ๐Ÿ“„ License

Dexor is open-source software licensed under the GPL v3 license.