| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Hello! This is an old version of Cursor based off of the Codemirror text editing component. If you're looking to build your own code editor from the ground-up, this may serve as a useful guide 🙂
Features
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
Thank you to Marijn Haverbeke for his monumental work on Codemirror v6. Other open source dependencies that are critical to this editor include: Electron, React, Pylsp, LSP Copilot, Ripgrep, Replit's many CM packages, and Watcher. Thank you to everyone who filed bugs/suggestions on this version of the editor (especially Dan for organizing them).
Finally, thank you the members of our community who contributed to Cursor's development, including: Liam, Edoardo, Edwiin, Abby, Mileta, 孟健, Chen, and many others.
| Back | FazBrowse Home | New Git URL |