bootstrapguru / dexor
An AI Engineer that actually codes for you
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 41
Watchers: 4
Forks: 6
Open Issues: 2
Type:project
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
- dev-main
- v1.2
- v1.1
- v1.0.2
- v1.0.1
- v1.0
- dev-claude-integration-updates
- dev-adds_video
- dev-docs-update-1.2
- dev-feature/adds-open-router-support
- dev-multiple-assistants-per-project
- dev-bug/fix-claude-bug
- dev-bugfix/deep-seek-unauthorized-error
- dev-feature/multiple-assistants-per-project
- dev-dev-1.1.1
- dev-feature/get-website-content
- dev-feature/add-website-reader-tool
- dev-feature/deep-seek-integration
- dev-fix-windows-home-directory
- dev-feature/rename-write-file-to-create-file
- dev-user-text-box-multi-line
- dev-enhance-ollama-tool-use
- dev-fix/assistant-update-issue
- dev-fix-issue-26
- dev-fix-assistant-update-bug
- dev-fix-new-assistant-update
- dev-add-user-name-step
- dev-dev
- dev-dexor-rename-fixes
- dev-droid-dexor
- dev-droid-to-dexor-rename
- dev-docs/add-updated-documation
- dev-feature/add-new-assistant-option
- dev-enhancement/onboarding-api-keys-step
- dev-feature/slash-commands
- dev-feature/claude-service-integration
- dev-update-documentation
- dev-openai-chat-endpoint
- dev-develop-feature
- dev-add_chat_completions_api
- dev-video_guide_to_documentation
- dev-documentation
- dev-vijaythecoder-license
This package is auto-updated.
Last update: 2024-11-18 19:32:46 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.