') repeat; background-size: 50px 50px;">
   ██████╗ ██████╗ ██████╗ ██╗██╗   ██╗███████╗
  ██╔════╝██╔═══██╗██╔══██╗██║██║   ██║██╔════╝
██║     ██║   ██║██║  ██║██║██║   ██║█████╗
██║     ██║   ██║██║  ██║██║╚██╗ ██╔╝██╔══╝
  ╚██████╗╚██████╔╝██████╔╝██║ ╚████╔╝ ███████╗
   ╚═════╝ ╚═════╝ ╚═════╝ ╚═╝  ╚═══╝  ╚══════╝
 

Open Source AI Coding Agent

Built in Rust. CLI and TUI interfaces. Secure by design. Web client for remote access. Works with any editor.

$ cargo install codive
codive
$ codive "add user authentication with JWT"
Analyzing your codebase...
Found 42 files, 8,421 lines
Creating src/auth/jwt.rs
Creating src/middleware/auth.rs
Updating src/routes/mod.rs
Done! JWT authentication added in 3 files.

Batteries Included

Not another Electron app. Everything you need out of the box—no plugins, no extensions, no setup headaches.

Pure Rust

No runtime bloat. Single binary, instant startup, minimal memory footprint. Fast because it has to be.

Voice + TUI

Talk to your agent with voice input. Full TUI for visual feedback, headless CLI for automation.

Code From Anywhere

Code from your phone while your laptop runs at home. Secure tunnels sync everything in real-time.

Web Client

Full web UI included. E2E encrypted connections—your code never touches external servers.

MCP Support

Model Context Protocol for external tools. Connect databases, APIs, or build your own integrations.

Any LLM

Claude, GPT-4, local models via Ollama. Switch providers without changing your workflow.

The Old Way
Copy-paste from ChatGPT
Context lost between prompts
Manual file editing
Code doesn't match your style
Can't run commands
Locked to one provider
With Codive
Agent writes directly to your files
Full codebase context, always
Runs tests, builds, deploys
Learns your patterns
Executes any shell command
Use any LLM you want

Stop babysitting your AI. Let it ship.

Frequently Asked Questions

What is Codive?
Codive is an open-source AI coding agent that helps developers write, debug, and ship code faster. It runs in your terminal, understands your entire codebase, and generates production-quality code that follows your project's patterns.
How is Codive different from GitHub Copilot?
GitHub Copilot focuses on inline code completion within your editor. Codive is a full AI agent that can understand your entire codebase, execute multi-step tasks, create and modify multiple files, and run shell commands autonomously.
Is Codive really free?
Yes! Codive is open source under the MIT license. The software is completely free. You only pay for the LLM API usage (like Anthropic's Claude or OpenAI's GPT-4) based on your provider's pricing.
What programming languages are supported?
Codive supports all major programming languages including Rust, TypeScript, JavaScript, Python, Go, Java, C++, and more. It adapts to your project's language and coding conventions automatically.
Can I use Codive with my existing editor?
Absolutely! Codive is CLI-first, meaning it works alongside any editor—VS Code, Neovim, Emacs, or anything else. It also has LSP support for deeper editor integration if you want it.

Ready to ship faster?

Get started with Codive in under a minute. Free, open source, and ready to help you build.

Cargo
cargo install codive
Homebrew
brew install codive
Script
curl codive.dev/i | sh