└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Cursor 2 | 3 | [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/getcursor/cursor/blob/main/LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)]() [![](https://dcbadge.vercel.app/api/server/PJEgRywgRy?style=flat&compact=true)](https://discord.gg/PJEgRywgRy) 4 | 5 | This is an issues-only repo for **[Cursor](https://cursor.so), an editor made for programming with AI.** It's early days, but right now Cursor can help you with a few things... 6 | 7 | - **Chat**: Talk with a ChatGPT-like bot that sees your current file 8 | - **Edit**: Ask the AI to change a block of code, see an inline diff of the edits 9 | - **Debug**: Hover over linter errors to auto-fix them 10 | - **Write**: Generate entire codebases from short English descriptions 11 | 12 |

13 | 14 |
15 |
16 |

17 | 18 | Feel free to file tickets for bugs or feature requests. You can upvote 👍 the ones you'd like us to prioritize. 19 | 20 | ## Getting Started 21 | 22 | Head over to [our website](https://cursor.so/) to download and try out the editor. 23 | 24 | ## Roadmap 25 | 26 | Long term, our plan is to build Cursor into the world's most productive development environment. Using LLMs, we want to do things like: 27 | 28 | - "Heal" your repository when you're halfway through a refactor 29 | - Allow you to code by editing a "pseudocode" version of your codebase 30 | - Auto-fix errors as soon as they show up in your terminal 31 | - Embed AI-written documentation into the UI 32 | 33 | ## OSS 34 | 35 | We'd previously open-sourced our old Codemirror-based editor. You can find that code [here](https://github.com/getcursor/cursor-codemirror). 36 | 37 | The VSCodeium-based versions of Cursor are not yet open-source; if you'd much prefer we open-source the editor, feel free to reach out to admin@cursor.so. 38 | --------------------------------------------------------------------------------