The AI Code Editor

Write code at the speed of thought

Glyph is an AI-native editor that predicts your next edit, refactors entire codebases in seconds, and ships features while you sip your coffee. Built for developers who'd rather build than boilerplate.

~/app/server/auth.ts
// ⌘K: "add rate limiting to login route" import { rateLimit } from "./middleware" export const login = rateLimit({ window: "1m", max: 5 })   async (req, res) => {     const user = await verify(req.body) // ↹ accept   }
TypeScriptPythonRustGoSwiftJavaC++RubyKotlinSQL TypeScriptPythonRustGoSwiftJavaC++RubyKotlinSQL
Capabilities

An editor that understands your whole project

Glyph indexes your repository, learns your patterns, and acts on natural language. No more context-switching to a chat window — the intelligence lives where you code.

⌘K

Inline edits

Describe a change in plain English and watch Glyph rewrite the exact lines. Multi-file edits across your codebase in a single command.

Predictive cursor

Tab through your next likely edits. Glyph anticipates where you're headed and stages diffs before you type a character.

@

Codebase chat

Ask questions about any function, file, or dependency. Answers grounded in your actual source — with citations to the lines.

Agent mode

Hand Glyph a whole task — "migrate this service to the new API and update the tests." It plans, edits, runs the suite, and reports back. You review the diff, not the toil.

🔒

Privacy first

Privacy mode keeps your code on your machine. SOC 2 Type II compliant, with zero data retention on request.

Workflow

From prompt to pull request, without leaving the editor

Stop pasting code into a browser. Glyph keeps the model in your terminal, your tests, and your git tree — so the loop from intent to merged code stays tight.

  • Natural-language commands scoped to your selection or repo
  • One-click apply, with full diff review before anything lands
  • Runs your test suite and lints automatically after edits
  • Generates commit messages and PR descriptions from your changes
Glyph editor interface with AI suggestions
Speed

Frontier models, tuned for low-latency coding

We route every request to the right model for the job — fast completions for autocomplete, deep reasoning for refactors — so you never wait on the wrong tool.

  • Sub-second tab completions powered by a custom model
  • Bring your own key, or use Glyph's managed inference
  • Choice of leading models for heavy reasoning tasks
  • Smart context selection keeps prompts lean and accurate
Fast AI completions in a code terminal
Pricing

Start free. Scale when you ship.

Hobby
$0/mo
Everything you need to try Glyph on personal projects.
  • 2,000 completions / month
  • 50 agent requests
  • Codebase chat
  • Community support
Get started
Team
$40/mo
Per seat. Centralized billing and admin controls.
  • Everything in Pro
  • Pooled usage across seats
  • SSO & SCIM provisioning
  • Zero data retention
  • Dedicated success manager
Contact sales

Ship faster, starting today

Join over a million developers who've made Glyph their default editor. Free to download, no credit card required.

Download Glyph
Home