Skip to content
/ cursor Public
forked from cursor/cursor

An editor made for programming with AI 🤖

License

Notifications You must be signed in to change notification settings

aqxyjay/cursor

 
 

Repository files navigation

Cursor

GitHub license PRs Welcome

Cursor is an editor made for programming with AI. It's early days, but right now Cursor can help you with a few things...

  • Write: Generate 10-50 lines of code with an intelligent AI
  • Diff: Ask the AI to edit a block of code, see only proposed changes
  • Chat: ChatGPT-style interface that understands your current file
  • And more: ask to fix lint errors, generate tests/comments on hover, etc.


Getting Started

Head over to our website to download and try out the editor.

Roadmap

Feel free to file tickets for bugs or feature requests. Upvote 👍 the ones you'd like us to prioritize.

Long term, we're building Cursor into the world's most productive development environment. Using LLMs, we want to:

  • Auto-fix errors as soon as they show up in your terminal
  • Embed AI-written documentation into the UI
  • "Heal" your repository when you're halfway through a refactor

If you're excited about this future, reach out to hiring@cursor.so

Development

We welcome PRs! To get started:

git clone git@github.com:getcursor/cursor.git
cd cursor
npm i

Then, download some non-versioned dependencies (ripgrep binaries and language server js):

./setup.sh # Mac/Linux
./setup.ps1 # Windows

Finally, to run the client:

npm start

About

An editor made for programming with AI 🤖

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 76.1%
  • JavaScript 20.8%
  • CSS 3.1%
  • HTML 0.0%
  • Python 0.0%
  • PowerShell 0.0%