Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bootstrapguru/dexor
- Owner: bootstrapguru
- License: gpl-3.0
- Created: 2024-07-03T21:50:40.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T18:47:52.000Z (6 months ago)
- Last Synced: 2024-10-07T08:09:10.582Z (4 months ago)
- Language: PHP
- Homepage: http://docs.dexor.dev/
- Size: 124 MB
- Stars: 39
- Watchers: 4
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-AI-driven-development - droid.dev - AI Engineer that actually codes (Uncategorized / Uncategorized)
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 codebaseExperience 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 V2Choose 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
```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.