macOS
macOS 12 Monterey أو أحدث
- Apple Siliconالإصدار 1.18.44 · 195 م.ب
- Intelالإصدار 1.18.44 · 200 م.ب
أيّها أحتاج؟ افتح قائمة Apple واختر «حول هذا الـMac». «الشريحة: Apple M…» تعني Apple Silicon، و«المعالج: Intel» تعني Intel.
AicippY لسطح المكتبالإصدار 1.18.44
صِف ما تريد بناءه. يخطط وكيل رئيسي للعمل، ويكتب فريق من الوكلاء الشيفرة ويختبرها، وتشاهد كل تغيير يعمل في معاينة حيّة قبل أن تعتمده.
التنزيل وتسجيل الدخول مجانيان. خطة Pro أو Max تشغّل الوكلاء.
اختر نظامك. كل تنزيل هو الإصدار الحالي.
macOS 12 Monterey أو أحدث
أيّها أحتاج؟ افتح قائمة Apple واختر «حول هذا الـMac». «الشريحة: Apple M…» تعني Apple Silicon، و«المعالج: Intel» تعني Intel.
Windows 10 أو 11 (64 بت)
أيّها أحتاج؟ افتح الإعدادات ثم النظام ثم حول. يوضح «نوع النظام» ما إذا كان المعالج x64 أو ARM.
Ubuntu 20.04 أو Debian 11 أو Fedora 36 أو أحدث (64 بت)
أيّها أحتاج؟ شغّل uname -m: القيمة x86_64 تعني x64، والقيمة aarch64 تعني ARM64. استخدم .deb على Debian وUbuntu، و.rpm على Fedora وopenSUSE، وAppImage في غيرها.
يحتاج كل إصدار لسطح المكتب إلى نحو 1 غيغابايت من المساحة الحرة. تطبيق macOS موقَّع وموثَّق من Apple، لذا يفتح دون تحذير أمني.
شغّله من التطبيقات أو قائمة ابدأ أو مشغّل التطبيقات.
تابع باستخدام Google أو بريدك الإلكتروني. تسجيل الدخول مجاني، ويُنشأ حسابك في المرة الأولى.
خطة Pro أو Max تشغّل الوكلاء. قارن الخطط
يتحقق AicippY من التحديثات تلقائيًا ويثبّتها عند إعادة تشغيله في المرة التالية.
Debian وUbuntu والتوزيعات المشتقة منهما:
sudo apt install ./aicippy-code-desktop-linux-amd64.deb
sudo apt install ./aicippy-code-desktop-linux-arm64.debFedora وRHEL وopenSUSE والتوزيعات المشتقة منها:
sudo dnf install ./aicippy-code-desktop-linux-x86_64.rpm
sudo dnf install ./aicippy-code-desktop-linux-aarch64.rpmأي توزيعة، دون تثبيت (AppImage):
chmod +x aicippy-code-desktop-linux-x86_64.AppImage && ./aicippy-code-desktop-linux-x86_64.AppImage
chmod +x aicippy-code-desktop-linux-arm64.AppImage && ./aicippy-code-desktop-linux-arm64.AppImageإذا لم يعمل ملف AppImage، فثبّت FUSE 2 (الحزمة libfuse2).
تفضّل سطر الأوامر؟ ثبّت واجهة AicippY السطرية بأمر واحد.الإصدار 1.18.42
لنظامي macOS وLinux. يتطلب curl، مع unzip على macOS أو tar على Linux.
curl -fsSL https://www.aicippy.com/install | bashلأنظمة macOS وWindows وLinux. يتطلب Node.js مع npm.
npm install -g @aicippy/aicippy-codeلأنظمة macOS وWindows وLinux. يتطلب Bun.
bun install -g --trust @aicippy/aicippy-codeيعمل داخل حاوية على أي حاسوب مثبّت عليه Docker.
docker run -it --rm public.ecr.aws/m7a0v2i6/aicippy-codeلنظامي Windows 10 و11. الصقه في PowerShell. يثبّت البرنامج في مجلد المستخدم، ويضيف AicippY إلى PATH، ولا يتطلب صلاحيات المسؤول.
$ProgressPreference = "SilentlyContinue"
$arch = if ($env:PROCESSOR_ARCHITECTURE -eq "ARM64") { "arm64" } else { "x64" }
$version = (Invoke-RestMethod "https://www.aicippy.com/releases/cli/latest.txt").Trim()
$dir = "$env:LOCALAPPDATA\AicippY\bin"
New-Item -ItemType Directory -Force -Path $dir | Out-Null
Invoke-WebRequest "https://www.aicippy.com/releases/cli/$version/aicippy-code-windows-$arch.zip" -OutFile "$env:TEMP\aicippy-code.zip"
Expand-Archive "$env:TEMP\aicippy-code.zip" -DestinationPath $dir -Force
$path = [Environment]::GetEnvironmentVariable("Path", "User")
if (($path -split ";") -notcontains $dir) { [Environment]::SetEnvironmentVariable("Path", "$path;$dir", "User") }أو نزّل البرنامج بنفسك وضع aicippy-code.exe في مجلد ضمن PATH:
ثم افتح مجلد مشروعك وشغّل aicippy-code. افتح نافذة طرفية جديدة بعد التثبيت ليُعثر على الأمر.
استخدم AicippY داخل المحرر الذي تعمل عليه.
أو ثبّتها من الطرفية بأمر محررك:
code --install-extension aicippy-code-1.18.42.vsix
cursor --install-extension aicippy-code-1.18.42.vsix
windsurf --install-extension aicippy-code-1.18.42.vsix
codium --install-extension aicippy-code-1.18.42.vsixيعمل AicippY أيضًا في الطرفية المدمجة في محررك: افتحها وشغّل aicippy-code.
يتصل Zed بـ AicippY عبر بروتوكول Agent Client Protocol. ثبّت إصدار الطرفية، ثم أضف هذا إلى ملف إعدادات Zed:
{
"agent_servers": {
"AicippY": {
"type": "custom",
"command": "aicippy-code",
"args": ["acp"]
}
}
}ثم افتح لوحة الوكيل وابدأ محادثة جديدة مع AicippY.