The AI agent
that stays local.

kode runs entirely on your hardware — no cloud, no subscriptions, no data leaving your machine.

kode
$ kode "refactor auth module to use JWT"
100%
Local execution
0ms
API latency
Offline capable
0
Data shared

Everything you need.
Nothing you don't.

Runs on your hardware

State-of-the-art local models. Install once and run forever, no internet required after setup. Supports llama3, gemma4, deepseek-coder, and more.

Zero data leakage

Your code, context, and conversations never leave your machine. Ever. No logging, no telemetry, no surveillance.

Blazing fast

Responses start in milliseconds using your GPU or CPU directly.

Full codebase context

kode reads your entire project, understands dependencies, and reasons across files without uploading anything.

Agentic by default

kode doesn't just answer, it acts. It writes, edits, runs tests, and iterates autonomously until the job is done.

IDE & terminal native

Works directly in any terminal. Fits right into your existing workflow.

Up in three steps.

01

Install kode

One command pulls kode and the model of your choice directly to your machine.

$ irm getkode.pages.dev/install.ps1 | iex
02

Point it at your project

Navigate to any codebase. kode indexes it locally. No upload, no waiting.

$ cd my-project && kode
03

Start building

Ask in plain English. kode reads, edits, tests, and ships. All on your machine.

$ kode "add dark mode to the settings page"

Built for the paranoid.
In a good way.

Most AI tools send your code to remote servers. With kode, every token stays on your hardware — no telemetry, no logging, no subscriptions that surveil.

Start building locally.

Free forever. No account. No nonsense.

macOS & Linux
curl -sSL kode.sh | sh
Windows
irm getkode.pages.dev/install.ps1 | iex

Requires 8GB RAM minimum. GPU optional but recommended. Supports Apple Silicon, x86_64.