carrot
Features Download Docs
Log in
Predictive · cross-platform

A quiet editor
with a deep mind.

Carrot predicts code as you type, auto-detects the language, and syncs every keystroke across desktop, web and mobile — all from a featherweight app that runs on your system's own webview.

Download Carrot Open in browser
Free to use macOS · iOS · Web
predict.ts — carrot-core
predict.ts lex.ts model.ts
1import { lex } from './lex'
2import { model } from './model'
3
4export function predict(ctx: Context) {
5 const tokens = lex(ctx.source)
6 const ranked = model.rank(tokens).slice(0, 5)
7 return ranked.map(s => s.text)
8}
Carrot predicts·Tab
main ↑2 ✓ Synced Ln 6, Col 32 TS · auto
~6 MBinstall, not 200 — no Chromium bundled
6platforms from one codebase
0 msto save — local-first, syncs after
Zerotrackers, ads or telemetry, ever
Why Carrot

Quiet on the surface.
Deep underneath.

Predicts as you type

Ghost text appears at the caret the moment you pause. Press Tab to accept whole lines, or keep typing to refine. The model runs on-device, via your own Ollama, or a cloud key — your call.

const ranked = model.rank(tokens).slice(0, 5)

Knows the language

Auto-detects on open and as you edit — syntax, model and Markdown preview follow. Override anytime; it sticks per file.

Everywhere, in sync

Buffer, cursor and history hand off between Mac, browser and phone. Offline-first, conflict-free merge, end-to-end encrypted.

Markdown, live

Opens in a rendered preview with a full formatting toolbar and GFM tables. One tap flips to source.

Diffs that read clearly

Side-by-side or inline, with word-level highlighting and change-hunk navigation. Commit & sync to every provider at once.

Featherweight by design

A tiny Tauri shell runs your system's own webview — no Chromium copy, no bloat. Same build, every platform.

Get Carrot

Download for your device

Free to use. Pick a platform — or just open it in your browser.

macOS
Universal · macOS 11+
Download .dmg
iOS & iPadOS
iOS 16+
Coming to the App Store
Web
No install · sign in
Open in browser
Building from source? See the getting-started guide.

Start where you are. Continue anywhere.

Install Carrot on this device, or open the editor in your browser and sign in.

Download Carrot Log in to web
carrot

A lightweight, predictive, cross-platform code editor. Quiet on the surface, deep underneath.

Product
Features Download Web editor
Developers
GitHub Getting started Self-host
Legal
Privacy Policy Terms
© 2026 Carrot. All rights reserved. Made for people who type fast.