NEW: CLAUDE 3.5 SONNET NOW LIVE

Cursor:重塑代码逻辑的AI编译器官方下载

基于次世代AI引擎,Cursor 深度集成 Claude 3.5 与 GPT-4,为开发者提供超越补全的创作体验。与其编写代码,不如与AI共同构思。

Windows

Version 0.40.4 • .exe / .msi
立即下载 x64

macOS

Apple Silicon & Intel • .dmg
下载 Universal

Linux

Version 0.40.4 • .AppImage
立即下载 x64
#01 NEURAL_AUTOCOMPLETE

Copilot++ Engine

Utilizing a custom-trained transformer model optimized for sub-100ms latency, predicting multi-line edits before the developer realizes they are needed.

Predictive Cursor Mid-token Completion Context-Aware Refactoring
Reduces keystrokes by 45% compared to standard LSP-based editors.

// Cursor is predicting...

function validateUser(user) {

  if (!user.id || !user.email) {

    throw new Error("Invalid User");

  }

}

#02 CONTEXT_INDEXING

Local Codebase Indexing (RAG)

Creates a localized vector embedding of your entire project structure, allowing the AI to understand cross-file dependencies and architectural patterns.

Zero-Config Indexing Privacy-First Embeddings Symbolic Link Awareness
99.8% accuracy in multi-file context retrieval.
[ Vector Map Indexing: Active ]
#03 COMPOSER_MODE

Cursor Composer

A multi-file generation interface that treats the codebase as a single malleable entity, capable of executing complex migrations across dozens of files simultaneously.

Multi-file Diffing Iterative Refinement System-wide Refactoring
Accelerates boilerplate generation by 10x.

[COMPOSER] Apply changes to 12 files?

✓ auth.ts (updated)

✓ userController.ts (updated)

✓ schema.prisma (updated)

最新版本动态

2026-01-21

Cursor 0.42 预览版发布

支持全新的 Claude 3.5 Sonnet 模型,提升多文件重构效率。

2026-01-21

Composer 模式性能优化

大幅减少大项目索引时的内存占用,响应速度提升 30%。