Skip to content

teeeteee23/ace-codex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACE-Codex ⚡

A free, privacy-first GitHub Copilot alternative for VS Code — powered by local Ollama models. No API key. No subscription. No data sent to the cloud.

VS Code Ollama License


What is ACE-Codex?

ACE-Codex is a VS Code extension that brings AI-powered inline code completion to your editor using locally running Ollama models. Everything runs on your machine — no subscriptions, no internet required, no code leaving your system.

Built by a developer who wanted Copilot-level assistance without the monthly bill.


Features

  • ✅ Inline code completion (ghost text) as you type
  • ✅ Works with any Ollama-compatible model (CodeLlama, Mistral, DeepSeek, etc.)
  • ✅ RAG document processing — give it context from your own codebase
  • ✅ Whisper voice integration for voice-to-code
  • ✅ 100% local — no data leaves your machine
  • ✅ No API key required

Requirements

  • VS Code v1.80+
  • Ollama installed and running locally
  • A compatible model pulled (e.g. ollama pull codellama)

Installation

Full release coming soon. Star the repo to get notified.

  1. Clone this repository
  2. Open in VS Code
  3. Run npm install
  4. Press F5 to launch the extension in a development window

Roadmap

  • VS Code Marketplace release
  • Model selector UI inside VS Code
  • Multi-file RAG context
  • Streaming completions
  • Chat sidebar panel

Why ACE-Codex?

GitHub Copilot costs $10–$19/month and sends your code to Microsoft's servers. ACE-Codex gives you the same experience using open-source models running entirely on your own hardware.


Contributing

PRs and issues welcome. If you find this useful, give it a ⭐ — it helps more developers find the project.


License

MIT

About

AI-powered VS Code extension using local Ollama models for inline code completion — a free GitHub Copilot alternative

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors