Coming Soon

Code at the
Speed of Light

A truly native code editor for Mac & iPad. Liquid Glass design. Built-in AI. Zero Electron. The editor you've been dreaming about.

You're on the list. We'll be in touch.

No spam, ever. Just launch updates.

macOS 15+
iPadOS 26+
SwiftUI Native
ContentView.swift — MyApp
1import SwiftUI
2
3struct ContentView: View {
4 @Environment(AppModel.self) private var model
5 @State private var searchText = ""
6
7 var body: some View {
8 NavigationSplitView {
9 SidebarView()
10 } detail: {
11 EditorView()
12 .searchable(text: $searchText).navigationTitle(model.title)AI
13 }
14 }
15}

Built Different.
Built Native.

Every pixel rendered by SwiftUI. Every operation on a background thread. Every interaction buttery smooth.

100% Native SwiftUI

Zero Electron. Zero web views. Built entirely with SwiftUI and TextKit 2 for performance that matches the platform.

AI-Powered Editing

Inline ghost-text completions, a chat sidebar, and explain/fix commands. Powered by Claude, GPT, or your own model.

💎

Liquid Glass Design

Apple's latest design language, built in from day one. Frosted materials, continuous corners, and buttery spring animations.

☁️

iCloud Sync + Handoff

Start coding on your Mac, pick up right where you left off on iPad. Cursor position, open files, everything syncs.

🔌

Plugin Marketplace

A sandboxed extension API for themes, formatters, linters, and custom commands. Build it. Share it. Install it.

📈

Built-in Git

Full Git integration via libgit2. Stage, commit, branch, push, pull — even on iPad. No terminal required.

How Glow Stacks Up

We're building the editor that Apple would build.

Feature
Glow
VS Code
Cursor
Truly Native
iPad Support
Built-in AI
~
iCloud Sync
Liquid Glass UI
Plugin Marketplace
Memory Usage
Low
High
High
settings.json

Your Editor,
Your Rules

A familiar settings.json for power users. A beautiful GUI for everyone else. Both write to the same model — always in sync.

  • Hot-reload on file change — edit settings.json, see results instantly
  • VS Code-compatible keybindings out of the box
  • Per-language overrides for tab size, formatters, and more
  • Theme everything — or download themes from the marketplace
settings.json
// Glow settings
{
  "editor": {
    "fontFamily": "JetBrains Mono",
    "fontSize": 14,
    "lineHeight": 1.6,
    "tabSize": 2,
    "minimap": true,
    "rulers": [80, 120]
  },
  "ai": {
    "provider": "claude",
    "inlineCompletions": true,
    "chatEnabled": true
  },
  "theme": {
    "colorTheme": "liquid-dark"
  },
  "keybindings": "vscode"
}

Be First to
Experience Glow

Join the waitlist for early access. We're building something you'll fall in love with.

Free early access for the first 1,000 signups.