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

Kit Langton 6e68a927f2 Merge branch 'dev' into kit/dev-memory-observe 2 周之前
.github f549fde874 test(app): emit junit artifacts for playwright (#20732) 2 周之前
.husky 0b63cae1ae fix: update pre-push hook to allow caret version differences (#9876) 2 月之前
.opencode 93fad99f7f smarter changelog (#20138) 2 周之前
.vscode 066a876f3d docs(contributing): Add "Setting up a Debugger" section (#4421) 5 月之前
.zed 1bb8574179 app: refactor server management backend (#13813) 1 月之前
github 77fc88c8ad chore: remove dead code for todoread tool (#19128) 3 周之前
infra bd44489ada go: upi payment 4 周之前
nix f151c660b1 chore: update nix node_modules hashes 2 周之前
packages 6e68a927f2 Merge branch 'dev' into kit/dev-memory-observe 2 周之前
patches c33d9996f0 feat: AI SDK v6 support (#18433) 3 周之前
script 93fad99f7f smarter changelog (#20138) 2 周之前
sdks 6314f09c14 release: v1.3.13 2 周之前
specs 267d2c82de chore: cleanup 1 月之前
.editorconfig dd22cb2bb0 chore: add .editorconfig (#536) 9 月之前
.gitignore 6926fe1c74 fix: stabilize release changelog generation (#19987) 2 周之前
.prettierignore e0e32ed3a8 desktop: add more basic menu bar items 2 月之前
AGENTS.md 613562f504 core: make account login upgrades safe while adding multi-account workspace auth (#15487) 1 月之前
CONTRIBUTING.md fc1addb8f4 ignore: tweak contributing md (#14168) 1 月之前
LICENSE ef3fd5900f docs: cleanup casing 10 月之前
README.ar.md eb9eb5e334 feat: Add Vietnamese README and update all language navigation links … (#16322) 1 月之前
README.bn.md eb9eb5e334 feat: Add Vietnamese README and update all language navigation links … (#16322) 1 月之前
README.br.md eb9eb5e334 feat: Add Vietnamese README and update all language navigation links … (#16322) 1 月之前
README.bs.md eb9eb5e334 feat: Add Vietnamese README and update all language navigation links … (#16322) 1 月之前
README.da.md eb9eb5e334 feat: Add Vietnamese README and update all language navigation links … (#16322) 1 月之前
README.de.md eb9eb5e334 feat: Add Vietnamese README and update all language navigation links … (#16322) 1 月之前
README.es.md eb9eb5e334 feat: Add Vietnamese README and update all language navigation links … (#16322) 1 月之前
README.fr.md eb9eb5e334 feat: Add Vietnamese README and update all language navigation links … (#16322) 1 月之前
README.gr.md eb9eb5e334 feat: Add Vietnamese README and update all language navigation links … (#16322) 1 月之前
README.it.md eb9eb5e334 feat: Add Vietnamese README and update all language navigation links … (#16322) 1 月之前
README.ja.md eb9eb5e334 feat: Add Vietnamese README and update all language navigation links … (#16322) 1 月之前
README.ko.md eb9eb5e334 feat: Add Vietnamese README and update all language navigation links … (#16322) 1 月之前
README.md eb9eb5e334 feat: Add Vietnamese README and update all language navigation links … (#16322) 1 月之前
README.no.md eb9eb5e334 feat: Add Vietnamese README and update all language navigation links … (#16322) 1 月之前
README.pl.md eb9eb5e334 feat: Add Vietnamese README and update all language navigation links … (#16322) 1 月之前
README.ru.md eb9eb5e334 feat: Add Vietnamese README and update all language navigation links … (#16322) 1 月之前
README.th.md eb9eb5e334 feat: Add Vietnamese README and update all language navigation links … (#16322) 1 月之前
README.tr.md eb9eb5e334 feat: Add Vietnamese README and update all language navigation links … (#16322) 1 月之前
README.uk.md eb9eb5e334 feat: Add Vietnamese README and update all language navigation links … (#16322) 1 月之前
README.vi.md e1cf761d29 chore: generate 1 月之前
README.zh.md 7c5ed771c3 fix: update Feishu community links for zh locales (#18975) 3 周之前
README.zht.md 7c5ed771c3 fix: update Feishu community links for zh locales (#18975) 3 周之前
SECURITY.md e4b548fa76 docs: add policy about AI-generated security reports 1 月之前
STATS.md 008ad54cb5 ignore: update download stats 2026-01-29 2 月之前
bun.lock 1989704abe feat(acp): Add messageID and emit user_message_chunk on prompt/command (#18625) 2 周之前
bunfig.toml 351ddeed91 Permission rework (#6319) 3 月之前
flake.lock 235a82aea9 chore: update flake.lock (#18976) 3 周之前
flake.nix 19b1222cd8 feat(nix): expose overlay for downstream use (#12643) 2 月之前
install 4018c863e3 fix: baseline CPU detection (#13371) 2 月之前
package.json 2f405daa98 refactor: use Effect services instead of async facades in provider, auth, and file (#20480) 2 周之前
sst-env.d.ts bd44489ada go: upi payment 4 周之前
sst.config.ts a90f2b9723 ci: fix 3 月之前
tsconfig.json 925ce6503e sync 6 月之前
turbo.json b234370080 feat(windows): add first-class pwsh/powershell support (#16069) 2 周之前

README.ar.md

شعار OpenCode

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

Discord npm Build status

English | 简体中文 | 繁體中文 | 한국어 | Deutsch | Español | Français | Italiano | Dansk | 日本語 | Polski | Русский | Bosanski | العربية | Norsk | Português (Brasil) | ไทย | Türkçe | Українська | বাংলা | Ελληνικά | Tiếng Việt

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