Skip to content

riftsh/Opencursor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCursor

Repography logo / Top contributors

Top contributors

🚧 Pre-1.0 — APIs and UX are unstable This project is actively being developed. Features are implemented but may change. Check FEATURES_IMPLEMENTED.md for current status (~120 features implemented) and ROADMAP for what's planned.

An open-source AI code editor forked from VS Code. Bring your own API keys.

What is this?

OpenCursor is a VS Code fork with built-in AI features. Unlike Cursor or GitHub Copilot, we don't lock you into a subscription. Use your own OpenAI, Anthropic, or Gemini API keys.

Key points:

  • BYOK (Bring Your Own Key) - use your own API keys
  • Works offline with Ollama for local AI
  • Free and open source under Apache 2.0

Building

Requirements:

  • Node.js 18+
  • npm or yarn
  • Git
  • Python 3.8+

Quick build:

git clone https://github.com/riftsh/Opencursor.git
cd Opencursor
git submodule update --init --recursive
npm install
npm run compile-fast
./scripts/code.sh

Production build:

npm run compile
npm run compile-build

See BUILD.md for detailed build instructions and troubleshooting.

Features

  • Cmd+L / Ctrl+L - Open AI chat
  • Cmd+I / Ctrl+I - Inline code editing
  • Deep codebase understanding
  • Tab autocomplete
  • Terminal integration

Project Structure

This repo (Open-cursor-main) is the VS Code editor shell. The AI functionality is in the extensions/opencursor-submodule directory (forked from Continue.dev).

Install Extensions

OpenCursor supports most VS Code extensions. Open the extensions panel (Cmd+Shift+X) and search. Note: Some Microsoft proprietary extensions won't work - use alternatives from Open VSX.

Contributing

Maintainer: Devflex-ai

Contributions welcome. See BUILD.md for setup.

License

Apache 2.0

About

Open cursor the cursor for people who don't want to pay

Resources

License

Contributing

Security policy

Stars

5 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors