Product

Everything LingCode can do

Native macOS IDE (Handoff, widgets, Shortcuts, Finder, AppleScript) plus an iPad companion for chat & remote. BYO keys, optional Ollama, no Electron, no telemetry.

Platforms. The Mac app is the full editor (project, LSP, terminal, Magic flows). The iPad app focuses on AI chat, project browsing, and Remote Control (SSH into your Mac). Feature availability differs by platform; details are called out below.

Native app & performance

AI & providers

Agent tool surface

60+ tools, all written in native Swift and executed in-process — no subprocess, no RPC. The agent calls the same services the UI buttons call.

Claude Code & terminal workflows (Mac)

Work protection

AI edits can silently break an Xcode project. LingCode assumes they will, and makes every change reversible before you have to notice.

Editor & codebase (Mac)

Vim-style modal editing (Mac)

Enable Vim keybindings in Settings → Editor for full modal editing without leaving the native editor.

Integrated debugger — DAP / lldb-dap (Mac)

Full Debug Adapter Protocol session against lldb-dap (brew install llvm). Open the Debug panel from the Activity Bar or press ⌘⇧D.

HTTP proxy inspector (Mac)

A localhost forward proxy for debugging plaintext HTTP traffic from your app — without installing a root CA or leaving the IDE. Point your app's HTTP client at http://localhost:<port> and every request and response lands in the inspector.

Android development

LingCode ships a full Android toolchain in the same Mac app. No Android Studio required.

Database tools (Mac)

A real database workspace built into the IDE — not just a SQL syntax-highlighter. Explore schema, run queries, edit rows, and let the agent see your database alongside your code.

PostgreSQL workspace

MySQL inspector

SQLite inspector & schema editor

Agent access

Codebase index

Local, persistent index of every symbol in your project — used to give the AI better context and to power fast navigation. Runs entirely on your Mac.

Rules & team standards

Magic Deploy & Install (Mac)

Extensions marketplace (Mac)

Safety, validation & history (Mac)

Built for Mac — deep macOS integration

No cross-platform IDE comes close to this level of native integration. LingCode is wired into macOS at every layer:

Finder & system

Apple ecosystem

Native editor UX

iPad app

See it running — overview and Magic workflows on the homepage.