getcursor / cursor
- воскресенье, 26 марта 2023 г. в 00:13:45
An editor made for programming with AI 🤖
Cursor is an editor made for programming with AI. It's early days, but right now Cursor can help you with a few things...
Head over to our website to download and try out the editor.
Feel free to file tickets for bugs or feature requests. Upvote
Long term, our plan is to build Cursor into the world's most productive development environment. Using LLMs, we want to do things like:
If you're excited about working on this future, reach out to hiring@cursor.so
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