Write and edit code on macOS with a lightweight, fast editor that integrates naturally with the operating system.
Use Git version control directly from the editor without switching to a separate tool.
Debug code and run terminal commands without leaving the editor.
Requires macOS, Xcode, and building a native Swift/AppKit application from source.
CodeEdit is a free, open-source code editor built specifically for macOS. A code editor is the app where developers write and manage their code, similar to how a word processor is used to write documents. CodeEdit aims to feel like a native Apple app, following the same design language and guidelines Apple uses for its own software. The problem it solves: most popular code editors today are built with cross-platform technologies that don't take full advantage of macOS. CodeEdit is built entirely with Apple's own tools, so it integrates naturally with the operating system and can use Mac hardware and system features to their full potential. How it works: it's a desktop application written in Swift (Apple's programming language for building Mac and iOS apps) using AppKit (Apple's UI framework). It includes features developers expect from a modern editor: syntax highlighting for different programming languages, code completion, a built-in terminal, a file browser, find and replace across a whole project, Git integration, debugging support, and an extension system for adding more functionality. You would use CodeEdit if you are a developer on a Mac who wants a fast, lightweight native editor that feels like it belongs on macOS, rather than a general-purpose cross-platform app. It is currently in development and not yet recommended as a primary production editor. The tech stack is Swift and AppKit, macOS only.
Generated 2026-05-18 · Model: sonnet-4-6 · Verify against the repo before relying on details.