Coderunner
F 47 completedPipeline State
completedPipeline Metadata
AI Prompt
Catalog Information
An offline desktop IDE that uses local language models to write, run, and auto‑fix code in a single window.
Description
This desktop IDE lets developers write code by speaking to a local language model, then run and debug it all within one interface. The user types a natural‑language request, the model generates the code, and a single button runs it. If the program crashes, the IDE automatically sends the error trace to the model, receives a patch, and shows a diff for quick acceptance. The workflow supports iterative refinement: describe a bug in plain English and let the model suggest targeted fixes. It works on macOS, Linux, and Windows, and can use any local or cloud LLM backend.
الوصف
يتيح هذا المحرر للمطورين كتابة الكود عن طريق التفاعل مع نموذج لغوي محلي، ثم تشغيله وتصحيحه داخل واجهة واحدة. يكتب المستخدم طلباً باللغة الطبيعية، ويولد النموذج الكود المطلوب، ويُشغّل البرنامج بنقرة واحدة. عند حدوث خطأ، يرسل المحرر تتبع الخطأ إلى النموذج، ويستقبل تصحيحاً، ثم يعرض الفرق بين الإصدارات لتقبله بسرعة. يدعم سير العمل التكراري: يصف المستخدم الخطأ باللغة البسيطة ويستقبل النموذج اقتراحات تصحيح محددة. يعمل على أنظمة macOS وLinux وWindows، ويمكنه استخدام أي نموذج لغوي محلي أو سحابي حسب الحاجة.
Novelty
7/10Tags
Technologies
Claude Models
Quality Score
Strengths
- Good security practices \u2014 no major issues detected
Weaknesses
- No LICENSE file \u2014 legal ambiguity for contributors
- No tests found \u2014 high risk of regressions
- No CI/CD configuration \u2014 manual testing and deployment
- 1 bare except/catch blocks swallowing errors
- 922 duplicate lines detected \u2014 consider DRY refactoring
- 5 'god files' with >500 LOC need decomposition
Recommendations
- Add a test suite \u2014 start with critical path integration tests
- Set up CI/CD (GitHub Actions recommended) to automate testing and deployment
- Add a linter configuration to enforce code style consistency
- Add a LICENSE file (MIT recommended for open source)
- Replace bare except/catch blocks with specific exception types
Security & Health
Languages
Frameworks
Concepts (2)
| Category | Name | Description | Confidence | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Repobility analyzer · published findings · https://repobility.com | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| auto_description | Project Description | A desktop IDE that connects to local LLMs (and cloud APIs) to write, debug, and iterate on code — all in one window. Type what you want, the LLM writes it, you press Run & Fix, and it works. No cloud required. | 80% | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| auto_category | Desktop App | desktop | 60% | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Embed Badge
Add to your README:
