The open source coding agent. https://opencode.ai/

Dax bc7d8fe030 Merge branch 'dev' into migrate-config 2 months ago
.github 6eb043aedb ci: allow commits on top of beta PRs (#11924) 2 months ago
.husky 0b63cae1ae fix: update pre-push hook to allow caret version differences (#9876) 2 months ago
.opencode a344a766fd chore: generate 2 months ago
.signpath df3203d2dd ci: move signpath policy 2 months ago
.vscode 066a876f3d docs(contributing): Add "Setting up a Debugger" section (#4421) 5 months ago
.zed 1bb8574179 app: refactor server management backend (#13813) 2 months ago
github 87795384de chore: fix typos and GitHub capitalization (#12852) 2 months ago
infra a93a1b93e1 wip: zen 2 months ago
nix 91a3ee642d chore: update nix node_modules hashes 2 months ago
packages 3d189b42a3 refactor: migrate file/ripgrep.ts from Bun.file()/Bun.write() to Filesystem module (#14159) 2 months ago
patches 839c5cda12 fix: ensure anthropic models on OR also have variant support (#13498) 2 months ago
script 6eb043aedb ci: allow commits on top of beta PRs (#11924) 2 months ago
sdks d8c25bfeb4 release: v1.2.6 2 months ago
specs 9ac54adbb2 chore: cleanup 2 months ago
.editorconfig dd22cb2bb0 chore: add .editorconfig (#536) 9 months ago
.gitignore 416964acd0 chore: gitignore codex 2 months ago
.prettierignore e0e32ed3a8 desktop: add more basic menu bar items 2 months ago
AGENTS.md 6d95f0d14c sqlite again (#10597) 2 months ago
CONTRIBUTING.md fc1addb8f4 ignore: tweak contributing md (#14168) 2 months ago
LICENSE ef3fd5900f docs: cleanup casing 10 months ago
README.ar.md 3761121728 docs: add Ukrainian README translation (#13697) 2 months ago
README.br.md 3761121728 docs: add Ukrainian README translation (#13697) 2 months ago
README.bs.md 3761121728 docs: add Ukrainian README translation (#13697) 2 months ago
README.da.md 3761121728 docs: add Ukrainian README translation (#13697) 2 months ago
README.de.md 3761121728 docs: add Ukrainian README translation (#13697) 2 months ago
README.es.md 3761121728 docs: add Ukrainian README translation (#13697) 2 months ago
README.fr.md 3761121728 docs: add Ukrainian README translation (#13697) 2 months ago
README.it.md 3761121728 docs: add Ukrainian README translation (#13697) 2 months ago
README.ja.md 3761121728 docs: add Ukrainian README translation (#13697) 2 months ago
README.ko.md 3761121728 docs: add Ukrainian README translation (#13697) 2 months ago
README.md 3761121728 docs: add Ukrainian README translation (#13697) 2 months ago
README.no.md 3761121728 docs: add Ukrainian README translation (#13697) 2 months ago
README.pl.md 3761121728 docs: add Ukrainian README translation (#13697) 2 months ago
README.ru.md 3761121728 docs: add Ukrainian README translation (#13697) 2 months ago
README.th.md 3761121728 docs: add Ukrainian README translation (#13697) 2 months ago
README.tr.md 3761121728 docs: add Ukrainian README translation (#13697) 2 months ago
README.uk.md 3761121728 docs: add Ukrainian README translation (#13697) 2 months ago
README.zh.md 3761121728 docs: add Ukrainian README translation (#13697) 2 months ago
README.zht.md 3761121728 docs: add Ukrainian README translation (#13697) 2 months ago
SECURITY.md e4b548fa76 docs: add policy about AI-generated security reports 2 months ago
STATS.md 008ad54cb5 ignore: update download stats 2026-01-29 2 months ago
bun.lock 83b7d8e04c feat: GitLab Duo - bump gitlab-ai-provider to 3.6.0 (adds Sonnet 4.6) (#14115) 2 months ago
bunfig.toml 351ddeed91 Permission rework (#6319) 3 months ago
flake.lock 575f2cf2a5 chore: bump nixpkgs to get bun 1.3.9 (#13302) 2 months ago
flake.nix 19b1222cd8 feat(nix): expose overlay for downstream use (#12643) 2 months ago
install 4018c863e3 fix: baseline CPU detection (#13371) 2 months ago
package.json 6b29896a35 feat: Add centralized filesystem module for Bun.file migration (#14117) 2 months ago
sst-env.d.ts a93a1b93e1 wip: zen 2 months ago
sst.config.ts a90f2b9723 ci: fix 3 months ago
tsconfig.json 925ce6503e sync 6 months ago
turbo.json 511c7abaca test(app): session actions (#11386) 2 months ago

README.ar.md

شعار OpenCode

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

Discord npm Build status

English | 简体中文 | 繁體中文 | 한국어 | Deutsch | Español | Français | Italiano | Dansk | 日本語 | Polski | Русский | العربية | Norsk | Português (Brasil) | ไทย | Türkçe | Українська

OpenCode Terminal UI


التثبيت

# YOLO
curl -fsSL https://opencode.ai/install | bash

# مديري الحزم
npm i -g opencode-ai@latest        # او bun/pnpm/yarn
scoop install opencode             # Windows
choco install opencode             # Windows
brew install anomalyco/tap/opencode # macOS و Linux (موصى به، دائما محدث)
brew install opencode              # macOS و Linux (صيغة brew الرسمية، تحديث اقل)
sudo pacman -S opencode            # Arch Linux (Stable)
paru -S opencode-bin               # Arch Linux (Latest from AUR)
mise use -g opencode               # اي نظام
nix run nixpkgs#opencode           # او github:anomalyco/opencode لاحدث فرع dev

[!TIP] احذف الاصدارات الاقدم من 0.1.x قبل التثبيت.

تطبيق سطح المكتب (BETA)

يتوفر OpenCode ايضا كتطبيق سطح مكتب. قم بالتنزيل مباشرة من صفحة الاصدارات او من opencode.ai/download.

المنصة التنزيل
macOS (Apple Silicon) opencode-desktop-darwin-aarch64.dmg
macOS (Intel) opencode-desktop-darwin-x64.dmg
Windows opencode-desktop-windows-x64.exe
Linux .deb او .rpm او AppImage
# macOS (Homebrew)
brew install --cask opencode-desktop
# Windows (Scoop)
scoop bucket add extras; scoop install extras/opencode-desktop

مجلد التثبيت

يحترم سكربت التثبيت ترتيب الاولوية التالي لمسار التثبيت:

  1. $OPENCODE_INSTALL_DIR - مجلد تثبيت مخصص
  2. $XDG_BIN_DIR - مسار متوافق مع مواصفات XDG Base Directory
  3. $HOME/bin - مجلد الثنائيات القياسي للمستخدم (ان وجد او امكن انشاؤه)
  4. $HOME/.opencode/bin - المسار الافتراضي الاحتياطي

    # امثلة
    OPENCODE_INSTALL_DIR=/usr/local/bin curl -fsSL https://opencode.ai/install | bash
    XDG_BIN_DIR=$HOME/.local/bin curl -fsSL https://opencode.ai/install | bash
    

Agents

يتضمن OpenCode وكيليْن (Agents) مدمجين يمكنك التبديل بينهما باستخدام زر Tab.

  • build - الافتراضي، وكيل بصلاحيات كاملة لاعمال التطوير
  • plan - وكيل للقراءة فقط للتحليل واستكشاف الكود
    • يرفض تعديل الملفات افتراضيا
    • يطلب الاذن قبل تشغيل اوامر bash
    • مثالي لاستكشاف قواعد كود غير مألوفة او لتخطيط التغييرات

بالاضافة الى ذلك يوجد وكيل فرعي general للبحث المعقد والمهام متعددة الخطوات. يستخدم داخليا ويمكن استدعاؤه بكتابة @general في الرسائل.

تعرف على المزيد حول agents.

التوثيق

لمزيد من المعلومات حول كيفية ضبط OpenCode، راجع التوثيق.

المساهمة

اذا كنت مهتما بالمساهمة في OpenCode، يرجى قراءة contributing docs قبل ارسال pull request.

البناء فوق OpenCode

اذا كنت تعمل على مشروع مرتبط بـ OpenCode ويستخدم "opencode" كجزء من اسمه (مثل "opencode-dashboard" او "opencode-mobile")، يرجى اضافة ملاحظة في README توضح انه ليس مبنيا بواسطة فريق OpenCode ولا يرتبط بنا بأي شكل.

FAQ

ما الفرق عن Claude Code؟

هو مشابه جدا لـ Claude Code من حيث القدرات. هذه هي الفروقات الاساسية:

  • 100% مفتوح المصدر
  • غير مقترن بمزود معين. نوصي بالنماذج التي نوفرها عبر OpenCode Zen؛ لكن يمكن استخدام OpenCode مع Claude او OpenAI او Google او حتى نماذج محلية. مع تطور النماذج ستتقلص الفجوات وستنخفض الاسعار، لذا من المهم ان يكون مستقلا عن المزود.
  • دعم LSP جاهز للاستخدام
  • تركيز على TUI. تم بناء OpenCode بواسطة مستخدمي neovim ومنشئي terminal.shop؛ وسندفع حدود ما هو ممكن داخل الطرفية.
  • معمارية عميل/خادم. على سبيل المثال، يمكن تشغيل OpenCode على جهازك بينما تقوده عن بعد من تطبيق جوال. هذا يعني ان واجهة TUI هي واحدة فقط من العملاء الممكنين.

انضم الى مجتمعنا Discord | X.com