https://github.com/johnvicinno/codenext
The premier AI code assistant in Xcode, offering context-aware code autocompletion and agentic chat, compatible with leading LLMs.
https://github.com/johnvicinno/codenext
ai-assistant ai-code-generator ai-coding anthropic chat chatgpt claude-3-5-sonnet code-completion code-generation codeium codestral copilot deepseek deepseek-coder macos-app mistral openai tabby xcode-extension
Last synced: 17 days ago
JSON representation
The premier AI code assistant in Xcode, offering context-aware code autocompletion and agentic chat, compatible with leading LLMs.
- Host: GitHub
- URL: https://github.com/johnvicinno/codenext
- Owner: johnvicinno
- Created: 2025-02-09T23:00:41.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-18T18:57:30.000Z (about 1 month ago)
- Last Synced: 2025-04-05T20:36:19.948Z (17 days ago)
- Topics: ai-assistant, ai-code-generator, ai-coding, anthropic, chat, chatgpt, claude-3-5-sonnet, code-completion, code-generation, codeium, codestral, copilot, deepseek, deepseek-coder, macos-app, mistral, openai, tabby, xcode-extension
- Homepage: https://codenext.ai
- Size: 19.5 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CodeNext
CodeNext is an Xcode Source Editor Extension that supports LLMs from OpenAI, OpenAI Compatible, Azure OpenAI, Google AI, Mistral, Anthropic, Deepseek, Ollama, Ollama Compatible, OpenRouter, Tabby, and more for Xcode.
## Features
- AI code autocompletion.
- Agentic chat
- Custom Commands to extend chat## Prerequisites
- Internet connection.
- an API key or subscription from your LLM provider
## Installation and Setup
1. Double click CodeNextInstaller.dmg and drag CodeNext.app into the Applications folder.
2. Run CodeNext.app from Applications folder to set up.
3. As promoted, enable the source editor extension in MacOS system settings -> Privacy & Security -> Extensions -> Xcode Source Editor.
4. Grant Accessibility API permission to the CodeNext extension app in MacOS system settings -> Privacy & Security -> Accessibility .
5. Follow onboarding flow to set up AI modes for autocompletion and chat.
6. Close the setting window and star using autocomplete in Xcode. By default, autocomplete is enabled. To use chat, click > logo on top Mac menu bar or in the right corner of Xcode editor to open chat.## Recommended Autocomplete models
**Codestral latest** from *Mistral* is the best coding model, or locally **Qwen2.5-Coder 1.5B** with *Ollama*.## Recommended Chat models
1. Claude 3.5 Sonnet
2. GPT-4o
3. Grok-2
4. Gemini 1.5 Pro
5. Llama3.1 405B## Credits
We get inspired by and thus give special thanks to the following projects:
- [codeium.vim](https://github.com/Exafunction/codeium.vim)
- [copilot.vim](https://github.com/github/copilot.vim)
- [CopilotForXcode](https://github.com/intitni/CopilotForXcode)
- [LSP-copilot](https://github.com/TerminalFi/LSP-copilot)
- [Vercel AI SDK](https://github.com/vercel/ai)