#573 · Primary category: AI Coding Assistants
codeium.el
Free, ultrafast Copilot alternative for Emacs
Project last updated:06/27/25
GitHub Stars
637
Forks
30
Contributors
15
License
MIT
Why we included this project
Emacs users get Codeium's AI inline completions through this package without switching editors. It is a thin Emacs Lisp client that hooks into the standard completion-at-point machinery, so it works with company-mode, corfu, or the built-in completion UI instead of imposing a new interface. Setup takes a few steps: install the package, run codeium-install to pull down the language server binary, and add codeium-completion-at-point to your completion functions. The client exposes the underlying API calls and lets you override the document text sent to the server, which gives you some control over latency and what leaves your machine. It is a client for a proprietary backend, so you trade full self-hosting for a free, fast service that needs an account and network access.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.