OlympHill
gptme logo

gptmegptme: مساعد ذكاء صناعي مفتوح المصدر يعمل في الطرفية ويمكّنك من التعامل مع الملفات وتشغيل الأوامر الشل أو برمجيات Python ومعالجة البيانات المحلية

4.5 (6)
Daniel Nikulshynمراجعة بواسطة Daniel Nikulshyn·تم التحديث يوليو 2026

نظرة عامة

gptme هو مساعد ذكاء اصطناعي يعمل في سطر الأوامر ويقوم كوكل عديم اليدين لمساعدتك في البرمجة والت자동ية. يمكنه قراءة وتعديل الملفات، وتشغيل أوامر الشل، وتنفيذ شذرات بايثون، وFetching والتصفح الصفحات على الويب، ومعالجة الصور، مما يجعله مفيدًا لكل شيء من البرامج النصية السريعة إلى جلسات التطوير الأطول. على عكس أدوات الدردشة المضيفة، يعمل gptme محليًا ويتوافق مع مجموعة من خلفيات النموذج، بما في ذلك OpenAI و Anthropic والنموذج المحلي عبر Ollama أو مقدمي الخدمات الآخرين. يتم تخزين المحادثات كملفات نصية بسيطة يمكن استئنافها أو تحريرها أو مشاركتها، ويت发生 استخدام الأداة ب透parenシー في نفس Terminal حيث تعمل بالفعل. هو موجه للمطورين الذين يريدون بديلاً قابل للبرمجة وشفافاً لمساعدي الكود المغلق، مع مرونة لتمديد الأدوات وتصريف المدخلات من أوامر أخرى وتكاملها مع سير عمل موجود.

الميزات الرئيسية

  • تشغيل أوامر Shell و Python
  • قراءة وتحرير الملفات في الدليل العامل
  • تصفح الويب واسترجاع الصفحات
  • دعم الرؤية لدخول الصور
  • خلفيات الطرازات القابلة للاضافة (OpenAI، Anthropic، محلي)
  • تاريخ محادثة متواصل ومبني على الملفات

التسعير

النموذج
Free
التقييم
4.5 / 5 (6)

حالات الاستخدام

معالجة البيانات والأبحاث محلياً

استفد من قدرات gptme القوية لمعالجة الملفات وتشغيل الأوامر الشل أو سكربتات Python لمعالجة بياناتك المحلية والبحث.

دمج gptme مع سير العمل المحلية

لن تحتاج بعد الآن إلى التبديل بين الأدوات للتحكم في ملفاتك وإدارة الواجهة النصية مع gptme.

تسريع التطوير والاختبار النصي

استفد من قدرات معالجة النصوص والأبحاث القوية من gptme لاختبارك وعمليات التطوير.

مساعد ذكاء صناعي لجلسات التطوير النصية

جرب تجربة مساعد ذكاء صناعي متكاملة ضمن جلسات التطوير النصية.

المزايا والعيوب

المزايا

  • يعمل بالكامل كأداة محلية
  • يسهل دمجه مع سير العمل المحلية
  • يوفر الوصول إلى ملفاتك وأوامر الطرفية
  • يجمع بين بساطة الحلول العالمية وقوة الحلول المحلية

العيوب

  • يفتقد إلى تجربة المستخدم الرسومية
  • قد يتطلب منحنى تعليمي بسبب الواجهة النصية
  • قد لا يلبي جميع احتياجاتك المعقدة via terminal only

المراجعات

4.5

المتوسط من 6 تقييم.

5
3
4
3
3
0
2
0
1
0

سجّل الدخول لكتابة مراجعة.

Carlos Mendoza

Carlos Mendoza

May 18, 2026

Compared a few options

Evaluated this against two competitors. Where it wins: file reading and editing in the working directory and supports multiple model providers, including local ones. Where it lags: command-line interface has a learning curve. On balance the feature set — especially shell and Python command execution — justifies the 4 stars for our use case.

Leila Hassan

Leila Hassan

Mar 8, 2026

Does the job

Pretty happy overall. File reading and editing in the working directory just works and runs entirely in the terminal with minimal setup. Command-line interface has a learning curve can be annoying, but no dealbreakers — I'd recommend it to a friend without hesitating.

WC

Wei Chen

Feb 8, 2026

Use it every day

Honestly didn't expect to like it this much. Vision support for image inputs is exactly what I needed, and transparent tool use you can inspect and control. but I reach for it almost every day now and it just clicks.

OH

Omar Haddad

Nov 16, 2025

Skeptical, then convinced

I went in skeptical — most tools in this space overpromise. It actually delivers on pluggable model backends (OpenAI, Anthropic, local), and transparent tool use you can inspect and control caught me off guard. still, I'd recommend giving it a real trial.

TA

Tariq Aziz

Jul 19, 2025

Years in this space

I've evaluated a lot of these over the years. What stands out here is persistent, file-based conversation history — handled better than most — and runs entirely in the terminal with minimal setup. Worth the time if this is your use case.

CL

Camille Laurent

Jun 11, 2025

Years in this space

I've evaluated a lot of these over the years. What stands out here is persistent, file-based conversation history — handled better than most — and transparent tool use you can inspect and control. Command-line interface has a learning curve is my one real gripe. Worth the time if this is your use case.

أسئلة وأجوبة

What are the use cases?

gptme is general-purpose but excels at: Coding: Write, refactor, debug code Research: Web browsing, data collection Automation: File management, CI tasks Documentation: Generate docs, summaries Testing: Write tests, run tests, fix failures DevOps: Server management, deployment

Asked by Mohammed Al-Amin · May 26, 2026

How do I use gptme in CI/CD?

gptme runs in CI pipelines: # GitHub Actions - name: Run gptme run: | pip install gptme gptme --non-interactive "Review PR and suggest improvements"

Asked by Qiu Yan · May 21, 2026

What is the plugin system?

gptme has a full plugin system: Skills: Custom tools and capabilities Hooks: Pre/post execution hooks Integrations: External service connectors Community plugins: gptme-contrib repository Example plugins: Twitter/X bot Discord bot Email tools Consortium (multi-agent)

Asked by Hana Kobayashi · May 11, 2026

How do I create autonomous agents?

Use gptme-agent-template for persistent autonomous agents: Clone template: git clone https://github.com/gptme/gptme-agent-template Configure agent: # config.yaml name: "MyAgent" role: "Code reviewer" schedule: "hourly" Run: python agent.py See Bob for an example autonomous agent that has been running continuously since late 2024.

Asked by Olga Ivanova · May 6, 2026

What is the Lessons system?

The Lessons system provides contextual guidance and best practices that are automatically included when relevant: Project-specific lessons: Custom guidance for your project Best practices: Coding patterns and conventions Context injection: Automatic context based on situation

Asked by Ola Eriksen · Apr 30, 2026

اطرح سؤالاً

بدائل لـ ابي ابدية كاني الحضر